|
1 |
| -# css4j-dom4j version 5.1 Release Notes |
| 1 | +# css4j-dom4j version 5.3 Release Notes |
2 | 2 |
|
3 |
| -### January 24, 2025 |
| 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. |
4 | 7 |
|
5 | 8 | <br/>
|
6 | 9 |
|
7 | 10 | ## Release Highlights
|
8 | 11 |
|
9 |
| -### Test suite updated for css4j 5.1 |
| 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. |
10 | 15 |
|
11 |
| -This library is the same as 5.0 except for the test suite, which was modified |
12 |
| -for compatibility with the new `attr()` syntax supported by css4j 5.1. |
| 16 | +### java.net.URL constructor deprecations |
13 | 17 |
|
14 |
| -There is no need for upgrading unless you want to run the supplied tests. |
| 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. |
15 | 21 |
|
16 | 22 | <br/>
|
17 | 23 |
|
18 | 24 | ## Detail of changes
|
19 | 25 |
|
20 |
| -- Upgrade to css4j 5.1, adapt tests accordingly. |
21 |
| -- Upgrade to slf4j 2.0.16. |
22 |
| -- Upgrade to JUnit 5.11.4. |
23 |
| -- Gradle: use the assignment operator in the maven repo section. |
24 |
| -- Upgrade Gradle wrapper to 8.12.1. |
25 |
| -- Bump year to 2025 in copyright notices. |
| 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. |
26 | 36 |
|
27 | 37 | <br/>
|
28 | 38 |
|
|
0 commit comments