Skip to content

Commit 1fc9b69

Browse files
committed
Release 6.0
1 parent 08a5247 commit 1fc9b69

File tree

3 files changed

+11
-28
lines changed

3 files changed

+11
-28
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,11 @@ and optional library packages are the following:
7474
### Compile-time dependencies
7575

7676
- The [css4j](https://github.com/css4j/css4j/releases) library (and its transitive
77-
dependencies); version 5.0 or higher is recommended (compatibility with 6.0 or
77+
dependencies); version 6.0 or higher is recommended (compatibility with 7.0 or
7878
higher is not guaranteed).
7979

8080
- The [css4j-agent](https://github.com/css4j/css4j-agent/releases) library;
81-
version 5.0 or higher is recommended (compatibility with 6.0 or higher is
81+
version 6.0 or higher is recommended (compatibility with 7.0 or higher is
8282
not guaranteed). **It is optional at runtime.**
8383

8484
- The [dom4j](https://github.com/dom4j/dom4j) JAR package (tested with 2.1.4).

RELEASE_NOTES.md

Lines changed: 8 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,21 @@
1-
# css4j-dom4j version 5.3 Release Notes
1+
# css4j-dom4j version 6.0 Release Notes
22

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
94

105
## Release Highlights
116

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
178

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.
2110

2211
<br/>
2312

2413
## Detail of changes
2514

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.
3619

3720
<br/>
3821

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = 'io.sf.carte'
8-
version = '6.0-SNAPSHOT'
8+
version = '6.0'
99

1010
description = 'css4j-dom4j'
1111

0 commit comments

Comments
 (0)