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
@@ -50,24 +50,10 @@ HtmlUnit is typically used for testing purposes or to retrieve information from
50
50
51
51
#### Version 5
52
52
53
-
Work on HtmlUnit 5.0 has started. This new major version will require **JDK 17 or higher**.
53
+
Starting with version 5.0.0, **JDK 17 or higher is required**.
54
+
If you are still on JDK 8, see [Legacy Support (JDK 8)](#legacy-support-jdk-8) below.
54
55
55
56
56
-
#### Legacy Support (JDK 8)
57
-
58
-
If you need to continue using **JDK 8**, please note that versions 4.x will remain available as-is. However,
59
-
**ongoing maintenance and fixes for JDK 8 compatibility are only available through sponsorship**.
60
-
61
-
Maintaining separate fix versions for JDK 8 requires significant additional effort for __backporting__, testing, and release management.
62
-
63
-
**To enable continued JDK 8 support**, please contact me via email to discuss sponsorship options. Sponsorship provides:
64
-
65
-
-__Backporting__ security and bug fixes to the 4.x branch
66
-
- Maintaining compatibility with older Java versions
67
-
- Timely releases for critical issues
68
-
69
-
Without sponsorship, the 4.x branch will not receive updates. Your support ensures the long-term __sustainability__ of this project across multiple Java versions.
70
-
71
57
## Get it!
72
58
73
59
*[Download from GitHub](https://github.com/HtmlUnit/htmlunit/releases)
0 commit comments