-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KOGITO-5817 Disable REST codegen if resteasy is not present #1643
Conversation
The (build) Examples check has failed. Please check the logs. |
The (build) Runtimes check has failed. Please check the logs. |
The (build) Apps check has failed. Please check the logs. |
The (build) Examples check has failed. Please check the logs. |
The (build) Runtimes check has failed. Please check the logs. |
The (build) Apps check has failed. Please check the logs. |
The (build) Examples check has failed. Please check the logs. |
The (build) Apps check has failed. Please check the logs. |
The (build) kogito-examples check has failed. Please check the logs. |
The (build) kogito-apps check has failed. Please check the logs. |
The (build) optaplanner check has failed. Please check the logs. |
The (build) optaweb-vehicle-routing check has failed. Please check the logs. |
The (build) optaweb-employee-rostering check has failed. Please check the logs. |
The (build) optaplanner-quickstarts check has failed. Please check the logs. |
The (build) kogito-runtimes check has failed. Please check the logs. |
The (build) kogito-runtimes check has failed. Please check the logs. |
The (build) kogito-examples check has failed. Please check the logs. |
The (build) kogito-apps check has failed. Please check the logs. |
…rently not registering the endpoints
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a minor comment but approving 👍
...t/src/main/java/org/kie/kogito/quarkus/common/deployment/MissingRestCapabilityException.java
Outdated
Show resolved
Hide resolved
The (build) kogito-examples check has failed. Please check the logs. |
The (build) optaplanner check has failed. Please check the logs. |
The (build) kogito-apps check has failed. Please check the logs. |
The (build) optaweb-employee-rostering check has failed. Please check the logs. |
The (build) optaweb-vehicle-routing check has failed. Please check the logs. |
The (build) optaplanner-quickstarts check has failed. Please check the logs. |
The (build) optaweb-vehicle-routing check has failed. Please check the logs. |
The (build) optaplanner check has failed. Please check the logs. |
The (build) kogito-examples check has failed. Please check the logs. |
The (build) kogito-apps check has failed. Please check the logs. |
The (build) optaweb-employee-rostering check has failed. Please check the logs. |
The (build) optaplanner-quickstarts check has failed. Please check the logs. |
The (build) kogito-runtimes check has failed. Please check the logs. |
The (build) kogito-runtimes check has failed. Please check the logs. |
SonarCloud Quality Gate failed. |
The (build) kogito-examples check has failed. Please check the logs. |
The CLI test generates an app with `kogito-quarkus-rules` extension. After https://github.com/kiegroup/kogito-runtimes/pull/1643, Kogito needs both `quarkus-resteasy` and `quarkus-resteasy-jackson` to be able to build with tests - tests invoke REST endpoint. The Kogito PR was merged in Kogito `1.13.0.Final` (in Quarkus Platform `2.5.0.CR1`)
The CLI test generates an app with `kogito-quarkus-rules` extension. After https://github.com/kiegroup/kogito-runtimes/pull/1643, Kogito needs both `quarkus-resteasy` and `quarkus-resteasy-jackson` to be able to build with tests - tests invoke REST endpoint. The Kogito PR was merged in Kogito `1.13.0.Final` (in Quarkus Platform `2.5.0.CR1`)
The CLI test generates an app with `kogito-quarkus-rules` extension. After https://github.com/kiegroup/kogito-runtimes/pull/1643, Kogito needs both `quarkus-resteasy` and `quarkus-resteasy-jackson` to be able to build with tests - tests invoke REST endpoint. The Kogito PR was merged in Kogito `1.13.0.Final` (in Quarkus Platform `2.5.0.CR1`)
The CLI test generates an app with `kogito-quarkus-rules` extension. After https://github.com/kiegroup/kogito-runtimes/pull/1643, Kogito needs both `quarkus-resteasy` and `quarkus-resteasy-jackson` to be able to build with tests - tests invoke REST endpoint. The Kogito PR was merged in Kogito `1.13.0.Final` (in Quarkus Platform `2.5.0.CR1`)
The CLI test generates an app with `kogito-quarkus-rules` extension. After https://github.com/kiegroup/kogito-runtimes/pull/1643, Kogito needs both `quarkus-resteasy` and `quarkus-resteasy-jackson` to be able to build with tests - tests invoke REST endpoint. The Kogito PR was merged in Kogito `1.13.0.Final` (in Quarkus Platform `2.5.0.CR1`)
Throws an Exception at build-time, unless
eitherRESTEasyor RESTEasy reactive areis present.http://issues.redhat.com/browse/KOGITO-5817
EDIT I am rescoping this to resteasy alone for now, because there is some issue with resteasy reactive. I'll open a separate JIRA for that: https://issues.redhat.com/browse/KOGITO-6131