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

Compilation is only possible now in JDK 21 due to apache derby test dependencies #97

Open
nmondal opened this issue Apr 1, 2024 · 2 comments
Labels
bug Something isn't working question Further information is requested wontfix This will not be worked on

Comments

@nmondal
Copy link
Owner

nmondal commented Apr 1, 2024

Because apache derby has a security vulnerability, we migrated it to latest version, that does not have any. But this version is only Java 21 compatible. Thus, we have a problem building the entire system with tests in Java 17.

We can of course build the system w/o running or compiling the tests in Java 17.

@hemil-ruparel-blox
Copy link
Contributor

I think it makes sense to have java 21 as minimum supported JDK for COWJ. It is widely available in all distributions + it is LTS

@nmondal nmondal added bug Something isn't working question Further information is requested wontfix This will not be worked on labels Aug 8, 2024
@nmondal
Copy link
Owner Author

nmondal commented Aug 31, 2024

This is not actually true. If the tests were to build and run, then ONLY requirement of Java 21 arise. Rest, it can build on Jdk 17 as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants