Skip to content

Commit c09aa7c

Browse files
jderegclaude
andcommitted
Fix: Correct java-util version reference in changelog
- Changed java-util version from 4.0.1 to 4.1.0 in changelog entry - This matches the actual java-util dependency version in pom.xml 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent b7ed192 commit c09aa7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#### 4.61.0
55
* **FEATURE**: Added `useUnsafe` option to `ReadOptions` to control unsafe object instantiation. When enabled, json-io can deserialize package-private classes, inner classes, and classes without accessible constructors. This feature is opt-in for security reasons and uses thread-local settings to prevent interference between concurrent deserializations.
6-
* **TEST**: Fixed `DistanceBetweenClassesTest.testPrimitives` to accommodate changes in java-util 4.0.1's `ClassUtilities.computeInheritanceDistance()` method. The method now correctly recognizes primitive widening conversions (e.g., byte to int returns distance 2, short to int returns distance 1).
6+
* **TEST**: Fixed `DistanceBetweenClassesTest.testPrimitives` to accommodate changes in java-util 4.1.0's `ClassUtilities.computeInheritanceDistance()` method. The method now correctly recognizes primitive widening conversions (e.g., byte to int returns distance 2, short to int returns distance 1).
77
* **FIX**: PR #426 - Windows compatibility fixes for json-io:
88
* Fixed `JsonObject.CacheState` to implement `Serializable` for proper Java serialization support
99
* Fixed `EnumFieldFilter` to correctly handle both `$VALUES` (standard JVM) and `ENUM$VALUES` (Windows JVM) synthetic fields

0 commit comments

Comments
 (0)