Skip to content

Commit 49d75c3

Browse files
Claude4.0oclaude
andcommitted
Release 4.90.0
- Bump version from 4.89.0 to 4.90.0 - Update json-io dependency from 4.88.0 to 4.89.0 - Set release date to 2026-02-02 Co-Authored-By: Claude Opus 4 <noreply@anthropic.com>
1 parent dae1345 commit 49d75c3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### Revision History
22

3-
#### 4.90.0 (Unreleased)
3+
#### 4.90.0 2026-02-02
44
* **BUG FIX**: `DeepEquals` - URL comparison now uses string representation instead of `URL.equals()`
55
* Java's `URL.equals()` performs DNS resolution which causes flaky CI failures
66
* Now compares URLs using `toExternalForm()` for reliable, deterministic comparison

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.cedarsoftware</groupId>
66
<artifactId>java-util</artifactId>
77
<packaging>bundle</packaging>
8-
<version>4.89.0</version>
8+
<version>4.90.0</version>
99
<description>Java Utilities</description>
1010
<url>https://github.com/jdereg/java-util</url>
1111

@@ -32,7 +32,7 @@
3232
<version.junit-jupiter-params>5.14.2</version.junit-jupiter-params>
3333
<version.mockito-junit-jupiter>4.11.0</version.mockito-junit-jupiter>
3434
<version.assertj-core>3.27.7</version.assertj-core>
35-
<version.json-io>4.88.0</version.json-io>
35+
<version.json-io>4.89.0</version.json-io>
3636
<version.agrona>1.22.0</version.agrona> <!-- do not increase past 1.22.0 until abandoning JDK 8 support, class file format 52 -->
3737
<version.commons-collections4>4.5.0</version.commons-collections4>
3838
<version.guava>33.5.0-jre</version.guava>

0 commit comments

Comments
 (0)