I just released decimal-java 2.0.1, https://github.com/FirebirdSQL/decimal-java/releases/tag/v2.0.1. Decimal-java is a library to convert java.math.BigDecimal to and from IEEE-754r (IEEE-754-2008) decimal byte representations.

Compared to decimal-java 2.0.0, this version adds JSpecify nullability annotations.

#decimal #ieee754 #java

Release decimal-java 2.0.1 · FirebirdSQL/decimal-java

Minor changes: Upgraded to Gradle 9.3.1 Upgraded to JUnit 6.0.3 Added JSpecify nullability information Requirements: Java 17 or higher Also available on Maven: <dependency> <groupId>org.fireb...

GitHub