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

NonDex 2.1.1 fails to run with Java 17 or 19 #179

Open
aditya-kumbhar opened this issue Dec 9, 2022 · 1 comment
Open

NonDex 2.1.1 fails to run with Java 17 or 19 #179

aditya-kumbhar opened this issue Dec 9, 2022 · 1 comment

Comments

@aditya-kumbhar
Copy link

NonDex 2.1.1 fails to run on a project when using Java 17 or 19 but runs successfully with Java 11.

Commands to reproduce the failure using Java 17/19:

git clone https://github.com/apache/directory-scimple
cd directory-scimple
mvn clean install -DskipTests=true
mvn test
mvn -pl scim-core edu.illinois:nondex-maven-plugin:2.1.1:nondex

Successful run with Java 11:
mvn -pl scim-core edu.illinois:nondex-maven-plugin:2.1.1:nondex -Denforcer.skip=true

@kaiyaok2
Copy link
Contributor

kaiyaok2 commented Dec 9, 2022

We apologize for that, but NonDex 2.1.1 does not support Java versions higher than 17. We'll address that in a later version.

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

No branches or pull requests

2 participants