Skip to content

Commit 9e33b6e

Browse files
jderegclaude
andcommitted
Bump version to 4.96.0-SNAPSHOT
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 5db6c27 commit 9e33b6e

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
### Revision History
22

3+
#### 4.96.0 (Unreleased)
4+
35
#### 4.95.0 - 2026-02-28
46
* **BUG FIX**: `ArrayUtilities.setPrimitiveElement(char[], ...)` now throws `IllegalArgumentException` for incompatible non-char inputs instead of silently coercing values to `'\0'`.
57
* **BUG FIX**: `ArrayUtilities` type-mismatch errors from `setElement(...)` / `setPrimitiveElement(...)` now report stable `IllegalArgumentException` messages without invoking arbitrary `element.toString()` during error construction.

pom.xml

Lines changed: 1 addition & 1 deletion
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.95.0</version>
8+
<version>4.96.0-SNAPSHOT</version>
99
<description>Java Utilities</description>
1010
<url>https://github.com/jdereg/java-util</url>
1111

0 commit comments

Comments
 (0)