-
Notifications
You must be signed in to change notification settings - Fork 9
Issue/202 java 25 #356
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
Merged
Merged
Issue/202 java 25 #356
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* maven-plugin-plugin workaround, included ASM dependency does not support Java 25, manually configured dependency to use ASM version 9.8 * impsort-maven-plugin workaround, included com.github.javaparser:javaparser-core dependency does not support Java 25, set ignoreParseErrorsBelowImports option to true * removed async logging during test execution, no performance advantage and removes deprecated used of sun.misc.Unsafe warning during build
* Upgrade from azul/zulu-openjdk:21-jre-headless to azul/zulu-openjdk:25-jre-headless * Hats off to the Azul team for making Java 25 docker images available just 24 hours after its official release
* Changed unused variables to unnamed variables (underscore) * Some code cleanup
Converted PR back to draft, GitHub CodeQL might not support Java 25 yet. |
Should work now: https://github.blog/changelog/2025-09-26-codeql-2-23-1-adds-support-for-java-25-typescript-5-9-and-swift-6-1-3/ I triggered a new pipeline run |
...-bpe-server/src/main/java/dev/dsf/bpe/camunda/MultiVersionClassDelegateActivityBehavior.java
Dismissed
Show dismissed
Hide dismissed
...-bpe-server/src/main/java/dev/dsf/bpe/camunda/MultiVersionClassDelegateActivityBehavior.java
Dismissed
Show dismissed
Hide dismissed
...-bpe-server/src/main/java/dev/dsf/bpe/camunda/MultiVersionClassDelegateActivityBehavior.java
Dismissed
Show dismissed
Hide dismissed
...-bpe-server/src/main/java/dev/dsf/bpe/camunda/MultiVersionClassDelegateActivityBehavior.java
Dismissed
Show dismissed
Hide dismissed
dsf-fhir/dsf-fhir-server/src/main/java/dev/dsf/fhir/adapter/ResourceTask.java
Dismissed
Show dismissed
Hide dismissed
dsf-fhir/dsf-fhir-server/src/main/java/dev/dsf/fhir/adapter/ResourceTask.java
Dismissed
Show dismissed
Hide dismissed
dsf-fhir/dsf-fhir-server/src/main/java/dev/dsf/fhir/adapter/ResourceTask.java
Dismissed
Show dismissed
Hide dismissed
dsf-fhir/dsf-fhir-server/src/main/java/dev/dsf/fhir/adapter/ResourceTask.java
Dismissed
Show dismissed
Hide dismissed
dsf-fhir/dsf-fhir-server/src/main/java/dev/dsf/fhir/adapter/ResourceTask.java
Dismissed
Show dismissed
Hide dismissed
dsf-fhir/dsf-fhir-server/src/main/java/dev/dsf/fhir/adapter/ResourceTask.java
Dismissed
Show dismissed
Hide dismissed
schwzr
approved these changes
Oct 2, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Upgrade Java 21 to Java 25
25, set ignoreParseErrorsBelowImports option to true
closes #202