-
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
[NO ISSUE] Update maven-plugin-plugin version to fix Java 17 compilation #3340
Conversation
PR job Reproducerbuild-chain build full_downstream -f 'https://raw.githubusercontent.com/${AUTHOR:apache}/incubator-kie-kogito-pipelines/${BRANCH:main}/.ci/buildchain-config-pr-cdb.yaml' -o 'bc' -p apache/incubator-kie-kogito-runtimes -u #3340 --skipParallelCheckout NOTE: To install the build-chain tool, please refer to https://github.com/kiegroup/github-action-build-chain#local-execution Please look here: https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-runtimes-pr/job/PR-3340/1/display/redirect Test results:
Those are the test failures: org.kie.kogito.quarkus.workflows.ExpressionRestFromImageIT.testExpressionRestjava.lang.IllegalStateException: Unable to determine the status of the running process. See the above logs for details |
I disabled another test - here is an issue for it apache/incubator-kie-issues#788 |
@baldimir What was not compiling with previous maven plugin version? |
Not sure if I'd disable the test on this PR, but approving to fix the build |
@fjtirado the build of kogito-maven-plugin failed on unsupported class format. |
@baldimir Lets disable the test with a different PR |
PR job Reproducerbuild-chain build full_downstream -f 'https://raw.githubusercontent.com/${AUTHOR:apache}/incubator-kie-kogito-pipelines/${BRANCH:main}/.ci/buildchain-config-pr-cdb.yaml' -o 'bc' -p apache/incubator-kie-kogito-runtimes -u #3340 --skipParallelCheckout NOTE: To install the build-chain tool, please refer to https://github.com/kiegroup/github-action-build-chain#local-execution Please look here: https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-runtimes-pr/job/PR-3340/2/display/redirect Test results:
Those are the test failures: org.kie.kogito.quarkus.workflows.ExpressionRestFromImageIT.testExpressionRestjava.lang.IllegalStateException: Unable to determine the status of the running process. See the above logs for details |
…ion (apache#3340) * [NO ISSUE] Fix Java 17 compilation * [NO ISSUE] Disable failing test.
…ion (apache#3340) * [NO ISSUE] Fix Java 17 compilation * [NO ISSUE] Disable failing test.
The version of maven-plugin-plugin was not compatible with Java 17. After the upgrade, the compilaton works.