Skip to content

chore(QTDI-589): upgrade Java source/target/release from 17 to 21#1242

Draft
thboileau wants to merge 3 commits into
masterfrom
copilot/QTDI-589_upgrade_java_21
Draft

chore(QTDI-589): upgrade Java source/target/release from 17 to 21#1242
thboileau wants to merge 3 commits into
masterfrom
copilot/QTDI-589_upgrade_java_21

Conversation

@thboileau

Copy link
Copy Markdown
Contributor
  • pom.xml: bump maven.compiler.source/target/release to 21
  • .tool-versions: update asdf java to adoptopenjdk-21.0.2+13.0.LTS

Requirements

  • Any code change adding any logic MUST be tested through a unit test executed with the default build
  • Any API addition MUST be done with a documentation update if relevant

Why this PR is needed?

What does this PR adds (design/code thoughts)?

AI generated code

https://internal.qlik.dev/general/ways-of-working/code-reviews/#guidelines-for-ai-generated-code

  • [] this PR has been written with the help of GitHub Copilot or another generative AI tool

- pom.xml: bump maven.compiler.source/target/release to 21
- .tool-versions: update asdf java to adoptopenjdk-21.0.2+13.0.LTS
equalsverifier 3.7.2 bundles an ASM version that cannot read Java 21
class files (major version 65), causing SchemaImplTest.checkEquals to
fail at runtime. 3.17.5 supports Java 21.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant