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

Require at least Java 11 #325

Closed
wants to merge 3 commits into from
Closed

Require at least Java 11 #325

wants to merge 3 commits into from

Conversation

csware
Copy link
Contributor

@csware csware commented Feb 21, 2024

Currently, the Java JDK requirement is inconsistent and not enforced. This PR documents and makes the HTML Sanitizer consistently require JDK11 - this is fine for a new release.

If there are reasons why JDK8 needs to be further supported or security fixes are needed, PR #321 can be considered or just a new release prepared that still uses Guava.

For the compiler --release check to work, we need a more recent maven-compiler-plugin version (at least 3.6).

Signed-off-by: Sven Strickroth <email@cs-ware.de>
Signed-off-by: Sven Strickroth <email@cs-ware.de>
Signed-off-by: Sven Strickroth <email@cs-ware.de>
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.

None yet

2 participants