Skip to content

Commit

Permalink
Release 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosame committed Nov 19, 2023
1 parent 50a5876 commit 6241748
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 15 deletions.
36 changes: 22 additions & 14 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,35 @@
# css4j-dom4j version 4.0 Release Notes
# css4j-dom4j version 4.2 Release Notes

### August 19, 2023
(note: release 4.1 was skipped, for alignment with css4j 4.2)

### November 19, 2023

<br/>

## Release Highlights

### Override several deprecated methods
### Align with css4j 4.2.2

Implements a method required by css4j 4.2.2.

Several deprecated DOM methods were triggering exceptions, now they just do nothing
or return `null`.
<br/>

## Detail of changes

- Override several deprecated methods.
- Tests: convert the tests to JUnit 5.
- Upgrade to css4j 4.1.
- Upgrade to JUnit 5.10.0.
- Upgrade to slf4j 2.0.7.
- Upgrade to extra-java-module-info 1.4.1.
- Upgrade Gradle wrapper to 8.3.
- changes.sh: add a dot at the end of each item.
- Add a RELEASE_HOWTO.
- Handle also embedded sheets when setting and enabling sets by title.
- Several code simplifications.
- Tests: add a test for `getDoctype()`.
- Tests: add another (disabled) upstream test.
- Add scm section to Maven POM data.
- Upgrade to css4j 4.2.2.
- Upgrade to SLF4J 2.0.9.
- Upgrade to JUnit 5.10.1.
- Upgrade Gradle wrapper to 8.4.
- Upgrade to extra-java-module-info 1.6.
- Upgrade to actions/checkout@v4.
- Enable dependabot for Github actions.

<br/>

## Project Sites

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = 'io.sf.carte'
version = '4.0.1-SNAPSHOT'
version = '4.2'

description = 'css4j-dom4j'

Expand Down

0 comments on commit 6241748

Please sign in to comment.