-
Notifications
You must be signed in to change notification settings - Fork 40
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
Add tests with Java 8 and 21 #23
Conversation
Originally by @slachiewicz
e6708d8
to
7a7b759
Compare
This is base commit for #24 and should be merged first. If not approved, it should be rebased |
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.
Tests failing. Not immediately obvious to me why:
[INFO] [INFO] ------------------------------------------------------------------------
Error: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-archetype-plugin:3.2.0:integration-test (default-integration-test) on project basic-archetype:
Error: [ERROR] Archetype IT 'it-basic' failed: Execution failure: exit code = 1
Error: [ERROR] -> [Help 1]
[INFO] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-archetype-plugin:3.2.0:integration-test (default-integration-test) on project basic-archetype:
[INFO] Archetype IT 'it-basic' failed: Execution failure: exit code = 1
[INFO] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:333)
[INFO] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316)
[INFO] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212)
[INFO] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174)
hi! Sorry, I had to be explicit in initial comment - this is expected to fail, because jdk21 is not supported. |
The changes were split to several PRs on @slachiewicz request (or at least that is as I parsed that) |
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.
so should this PR be closed or rebased against master now that #24 has been merged?
This is present in: 65fe5ee#diff-0d8d63e58484b917cba33e4838a95e7433ee11fd7d9845b16bee9cf807a8de54 and was merged as part of the #24 thus closing. TYVM! |
Originally by @slachiewicz
Based on the "discussions" in:
https://lists.apache.org/thread/chqcxvlko3nz6cgrs2kzjrdy5tv9spkx , #22 , #20 , #18
the base commit ensuring the tests run on all live LTS javas