Skip to content

Commit

Permalink
Release 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosame committed Aug 19, 2023
1 parent be9719a commit 91a1d98
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 18 deletions.
31 changes: 14 additions & 17 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,27 @@
# css4j-dom4j version 3.9.1 Release Notes
# css4j-dom4j version 4.0 Release Notes

### January 23, 2023
### August 19, 2023

<br/>

## Release Highlights

### Use `org.dom4j` as DOM4J's module name
### Override several deprecated methods

DOM4J version 2.1.4 was released which uses the `org.dom4j` module name, and this
project was upgraded accordingly.
Several deprecated DOM methods were triggering exceptions, now they just do nothing
or return `null`.

## Detail of changes

- Invalidate computed style after the removal of a default-style `http-equiv` attribute.
- Speed up the computation of base URI, make it more reliable.
- Tests: add a few styling error checks.
- Tests: remove an unnecessary cast.
- Gradle: use a different line conversion procedure to avoid Git glitches
- Bump year to 2023 in copyright notices.
- Upgrade to slf4j-api 2.0.6
- Upgrade to css4j 3.9.1
- Upgrade to css4j-agent 3.7.1
- Upgrade to dom4j 2.1.4
- Upgrade Gradle wrapper to 7.6
- Upgrade to extra-java-module-info 1.2
- 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.

## 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-SNAPSHOT'
version = '4.0'

description = 'css4j-dom4j'

Expand Down

0 comments on commit 91a1d98

Please sign in to comment.