|
1 | | -# css4j-dom4j version 5.3 Release Notes |
| 1 | +# css4j-dom4j version 6.0 Release Notes |
2 | 2 |
|
3 | | -### March 31, 2025 |
4 | | - |
5 | | -NOTE: This new version is not required to run with css4j 5.3, but if you use this |
6 | | -version of css4j-dom4j, then you need css4j 5.3 or later. |
7 | | - |
8 | | -<br/> |
| 3 | +### May 16, 2025 |
9 | 4 |
|
10 | 5 | ## Release Highlights |
11 | 6 |
|
12 | | -### Update to latest changes in css4j 5.3 |
13 | | - |
14 | | -This version no longer calls an agent method which was deprecated by css4j 5.3. |
15 | | - |
16 | | -### java.net.URL constructor deprecations |
| 7 | +### Update to changes in css4j 6.0 |
17 | 8 |
|
18 | | -The library no longer uses the deprecated java.net.URL constructors. To achieve |
19 | | -this, it is calling a method from css4j 5.3, which makes the build dependent on |
20 | | -5.3 and later. |
| 9 | +One of the changes in version 6.0 of css4j, necessary to support style layers in the future, requires modifications in css4j-dom4j. |
21 | 10 |
|
22 | 11 | <br/> |
23 | 12 |
|
24 | 13 | ## Detail of changes |
25 | 14 |
|
26 | | -- Deprecation cleanup: do not use java.net.URL constructors (requires css4j 5.3 or later). |
27 | | -- Update to latest changes in css4j. |
28 | | -- Upgrade to css4j 5.3. |
29 | | -- Upgrade to css4j-agent 5.3. |
30 | | -- Test with Jaxen 2.0.0. |
31 | | -- Upgrade Gradle wrapper to 8.13. |
32 | | -- Use SLF4J 2.0.17 in tests. |
33 | | -- Upgrade to JUnit 5.12.1. |
34 | | -- Upgrade to extra-java-module-info 1.11. |
35 | | -- Run CI with Java 11 and 21. |
| 15 | +- Upgrade to css4j and css4j-agent 6.0. |
| 16 | +- Upgrade to JUnit 5.12.2. |
| 17 | +- Upgrade to extra-java-module-info version 1.12. |
| 18 | +- Upgrade Gradle wrapper to 8.14. |
36 | 19 |
|
37 | 20 | <br/> |
38 | 21 |
|
|
0 commit comments