Skip to content

Commit c9ad398

Browse files
committed
Release 5.0
1 parent 3f71214 commit c9ad398

File tree

3 files changed

+16
-21
lines changed

3 files changed

+16
-21
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 4.0 or higher is recommended (compatibility with 5.0 or
77+
dependencies); version 5.0 or higher is recommended (compatibility with 6.0 or
7878
higher is not guaranteed).
7979

8080
- The [css4j-agent](https://github.com/css4j/css4j-agent/releases) library;
81-
version 4.0 or higher is recommended (compatibility with 5.0 or higher is
81+
version 5.0 or higher is recommended (compatibility with 6.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: 13 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,28 @@
1-
# css4j-dom4j version 4.2 Release Notes
1+
# css4j-dom4j version 5.0 Release Notes
22

3-
(note: release 4.1 was skipped, for alignment with css4j 4.2)
4-
5-
### November 19, 2023
3+
### October 5, 2024
64

75
<br/>
86

97
## Release Highlights
108

11-
### Align with css4j 4.2.2
9+
### Major version bumped to 5
1210

13-
Implements a method required by css4j 4.2.2.
11+
To emphasize that it is compatible with css4j 5.0, major version was bumped to 5.
1412

1513
<br/>
1614

1715
## Detail of changes
1816

19-
- Handle also embedded sheets when setting and enabling sets by title.
20-
- Several code simplifications.
21-
- Tests: add a test for `getDoctype()`.
22-
- Tests: add another (disabled) upstream test.
23-
- Add scm section to Maven POM data.
24-
- Upgrade to css4j 4.2.2.
25-
- Upgrade to SLF4J 2.0.9.
26-
- Upgrade to JUnit 5.10.1.
27-
- Upgrade Gradle wrapper to 8.4.
28-
- Upgrade to extra-java-module-info 1.6.
29-
- Upgrade to actions/checkout@v4.
30-
- Enable dependabot for Github actions.
17+
- Override `createElement(String, String)` in `XHTMLDocumentFactory`.
18+
- Tests: add selector matcher tests.
19+
- Upgrade to actions/setup-java v4.
20+
- Default to Linux line endings for source files.
21+
- Set up CodeQL analysis.
22+
- Upgrade JUnit to version 5.11.1.
23+
- Upgrade Gradle wrapper to 8.10.2.
24+
- Upgrade to extra-java-module-info version 1.9.
25+
- Bump copyright year to 2024.
3126

3227
<br/>
3328

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 = '4.3-SNAPSHOT'
8+
version = '5.0'
99

1010
description = 'css4j-dom4j'
1111

0 commit comments

Comments
 (0)