-
Notifications
You must be signed in to change notification settings - Fork 212
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-5941 Introduce changes to successfully run tests with JDK 17 #1607
Conversation
...est/groovy/org/kie/kogito/springboot/archetypes/AddDependencyToPomWithTextReplaceTest.groovy
Outdated
Show resolved
Hide resolved
...ito-codegen-integration-tests/src/test/java/org/kie/kogito/codegen/tests/PublishEventIT.java
Show resolved
Hide resolved
The (build) Apps check has failed. Please check the logs. |
The (build) Apps check has failed. Please check the logs. |
...t/integration-tests-kogito-plugin-it/src/test/java/org/acme/travels/ManagementAddOnTest.java
Show resolved
Hide resolved
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.
Thanks for the PR :)
Very few comments
...kus-gradle/integration-tests-quarkus-gradle-project/gradle/wrapper/gradle-wrapper.properties
Outdated
Show resolved
Hide resolved
...est/groovy/org/kie/kogito/springboot/archetypes/AddDependencyToPomWithTextReplaceTest.groovy
Outdated
Show resolved
Hide resolved
The (build) Apps check has failed. Please check the logs. |
@evacchi Looking for a green review before I merge. Do you mind? :-) |
...est/groovy/org/kie/kogito/springboot/archetypes/AddDependencyToPomWithTextReplaceTest.groovy
Outdated
Show resolved
Hide resolved
The (build) Apps check has failed. Please check the logs. |
The (build) Examples check has failed. Please check the logs. |
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.
@triceo looks good to me, lets just decide with the team if we can drop the JavaScript support before merging this.
jbpm/jbpm-flow/src/main/java/org/jbpm/process/instance/impl/JavaScriptAction.java
Show resolved
Hide resolved
Jenkins rerun apps tests |
Jenkins rerun examples tests |
Looks like we have a test connecting to the webservice 🤦 I'll fix this test ASAP. |
The (build) Examples check has failed. Please check the logs. |
SonarCloud Quality Gate failed. |
Fixed https://github.com/kiegroup/kogito-examples/pull/898 |
Merged, thanks everyone for contributing and thank you @ricardozanini for fixing that test. |
Makes sure that the build passes when run on JDK 17.
https://issues.redhat.com/browse/KOGITO-5941
Please make sure that your PR meets the following requirements:
KOGITO-XYZ Subject
[0.9.x] KOGITO-XYZ Subject
How to retest this PR or trigger a specific build:
Run all builds
Please add comment: Jenkins retest this
Run (or rerun) specific test(s)
Please add comment: Jenkins (re)run [runtimes|optaplanner|apps|examples] tests
Quarkus LTS checks
Please add comment: Jenkins run LTS
Run (or rerun) LTS specific test(s)
Please add comment: Jenkins (re)run [runtimes|optaplanner|apps|examples] LTS
Native checks
Please add comment: Jenkins run native
Run (or rerun) native specific test(s)
Please add comment: Jenkins (re)run [runtimes|optaplanner|apps|examples] native
Full Kogito testing (with cloud images and operator BDD testing)
Please add comment: Jenkins run BDD
This check should be used only if a big change is done as it takes time to run, need resources and one full BDD tests check can be done at a time ...