|
1 | | -# css4j-dom4j version 3.9.1 Release Notes |
| 1 | +# css4j-dom4j version 4.0 Release Notes |
2 | 2 |
|
3 | | -### January 23, 2023 |
| 3 | +### August 19, 2023 |
4 | 4 |
|
5 | 5 | <br/> |
6 | 6 |
|
7 | 7 | ## Release Highlights |
8 | 8 |
|
9 | | -### Use `org.dom4j` as DOM4J's module name |
| 9 | +### Override several deprecated methods |
10 | 10 |
|
11 | | -DOM4J version 2.1.4 was released which uses the `org.dom4j` module name, and this |
12 | | -project was upgraded accordingly. |
| 11 | +Several deprecated DOM methods were triggering exceptions, now they just do nothing |
| 12 | +or return `null`. |
13 | 13 |
|
14 | 14 | ## Detail of changes |
15 | 15 |
|
16 | | -- Invalidate computed style after the removal of a default-style `http-equiv` attribute. |
17 | | -- Speed up the computation of base URI, make it more reliable. |
18 | | -- Tests: add a few styling error checks. |
19 | | -- Tests: remove an unnecessary cast. |
20 | | -- Gradle: use a different line conversion procedure to avoid Git glitches |
21 | | -- Bump year to 2023 in copyright notices. |
22 | | -- Upgrade to slf4j-api 2.0.6 |
23 | | -- Upgrade to css4j 3.9.1 |
24 | | -- Upgrade to css4j-agent 3.7.1 |
25 | | -- Upgrade to dom4j 2.1.4 |
26 | | -- Upgrade Gradle wrapper to 7.6 |
27 | | -- Upgrade to extra-java-module-info 1.2 |
| 16 | +- Override several deprecated methods. |
| 17 | +- Tests: convert the tests to JUnit 5. |
| 18 | +- Upgrade to css4j 4.1. |
| 19 | +- Upgrade to JUnit 5.10.0. |
| 20 | +- Upgrade to slf4j 2.0.7. |
| 21 | +- Upgrade to extra-java-module-info 1.4.1. |
| 22 | +- Upgrade Gradle wrapper to 8.3. |
| 23 | +- changes.sh: add a dot at the end of each item. |
| 24 | +- Add a RELEASE_HOWTO. |
28 | 25 |
|
29 | 26 | ## Project Sites |
30 | 27 |
|
|
0 commit comments