You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To implement JPMS module support(#2025), the minimum JDK version for building jsoup becomes JDK 9. However we still will run on JRE 8. We do have the Animal Sniffer plugin to validate JRE 8 compatibility, but it would be better if we also had a specific CI action to test.
So this task is to add an action that executes after the build action (which will need to change to save the built jar into cache) and then runs the tests on JDK 8.
The text was updated successfully, but these errors were encountered:
jhy
added a commit
that referenced
this issue
Nov 1, 2023
…#2025)
Repackaged the library with native (vs automatic) JPMS module support
Fixes#1943Fixes#1466
Min builder is JDK 9
#2026 tracks adding a test action (not compile) for JDK 8.
jhy
added a commit
that referenced
this issue
Nov 1, 2023
(Fixed - updated the POM to use a JDK9+ profile to compile module-info; saved fiddling with CI actions, and enables folks to build on Java 8 if actually required)
To implement JPMS module support(#2025), the minimum JDK version for building jsoup becomes JDK 9. However we still will run on JRE 8. We do have the Animal Sniffer plugin to validate JRE 8 compatibility, but it would be better if we also had a specific CI action to test.
So this task is to add an action that executes after the build action (which will need to change to save the built jar into cache) and then runs the tests on JDK 8.
The text was updated successfully, but these errors were encountered: