Closed Karm closed 3 years ago
I hit the same issue. I tried to update the plugin version to 3.12.1, which did not fix the issue. Should we disable the tests for KumuluzEE for the time being as I need to get my fix in so that I can do a demo tomorrow?
Solved by enforcing Maven version 3.6.3
Hi, @Karm I am having a similar error in https://github.com/ozkanpakdil/test-microservice-frameworks
Error: Failed to execute goal com.kumuluz.ee:kumuluzee-maven-plugin:3.12.1:repackage (package) on project eclipse-microprofile-kumuluz-test: Execution package of goal com.kumuluz.ee:kumuluzee-maven-plugin:3.12.1:repackage failed.: UnsupportedOperationException -> [Help 1]
you can see the full log here https://github.com/ozkanpakdil/test-microservice-frameworks/runs/3782247539?check_suite_focus=true
this started happening after I upgrade the build from java 16 to 17 at https://github.com/ozkanpakdil/test-microservice-frameworks/blob/master/.github/workflows/maven.yml#L17
here is my pom https://github.com/ozkanpakdil/test-microservice-frameworks/blob/master/eclipse-microprofile-kumuluz-test/pom.xml
can you tell me how to enforce mvn 3.6.3 ? and any idea when java 17 will be supported ? Thanks
GitHub CI keeps failing for KumuluzEE on:
I cannot reproduce locally. Hmm...