Skip to content
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

Some tests fail on JDK 21+ #7871

Open
mbien opened this issue Oct 11, 2024 · 0 comments
Open

Some tests fail on JDK 21+ #7871

mbien opened this issue Oct 11, 2024 · 0 comments
Labels
Ant [ci] enable "build tools" tests CI continuous integration changes Code cleanup Contribution welcome An issue or feature not currently being worked on, but a contribution would be welcomed! GraalVM [ci] enable GraalVM tests Gradle [ci] enable "build tools" tests tests

Comments

@mbien
Copy link
Member

mbien commented Oct 11, 2024

see TODOs in https://github.com/apache/netbeans/blob/master/.github/workflows/main.yml

current list of JDK 17 locked tests is:

java/java.mx.project
java/gradle.java
extide/gradle
java/gradle.dependencies
extide/o.apache.tools.ant.module
apisupport/apisupport.ant

and the full GraalVM job:

# TODO uses GraalVM 17 / 22.3.1 which is the last known release which offers all required language extensions
# GraalVM based on JDK 21+ doesn't support the 'gu' tool anymore - extensions are now regular application dependencies
graal: [ '22.3.1' ]

due to #6925, details: #6925 (comment)

@mbien mbien added Code cleanup Gradle [ci] enable "build tools" tests CI continuous integration changes tests Ant [ci] enable "build tools" tests GraalVM [ci] enable GraalVM tests labels Oct 11, 2024
@mbien mbien added the Contribution welcome An issue or feature not currently being worked on, but a contribution would be welcomed! label Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ant [ci] enable "build tools" tests CI continuous integration changes Code cleanup Contribution welcome An issue or feature not currently being worked on, but a contribution would be welcomed! GraalVM [ci] enable GraalVM tests Gradle [ci] enable "build tools" tests tests
Projects
None yet
Development

No branches or pull requests

1 participant