ph-commons 11.1.5
phax
released this
27 Mar 15:37
·
31 commits
to master
since this release
- Added new interface
IHasSizeLong
- Added new interface methods
IHasInputStream.withInputStreamDo
andIHasInputStream.withBufferedInputStreamDo
- Added new interface method
IHasByteArray.isPartialArray
- Added build compatiblity with Java 21
- Deprecated method
ICommonsList.getFirst()
in favour ofICommonsList.getFirstOrNull()
because of clash with JDK 21 API extension. See issue #42 - Deprecated method
ICommonsList.getLast()
in favour ofICommonsList.getLastOrNull()
because of clash with JDK 21 API extension. See issue #42 - Deprecated method
ICommonsList.removeFirst()
in favour ofICommonsList.removeFirstOrNull()
because of clash with JDK 21 API extension. See issue #42 - Deprecated method
ICommonsList.removeLast()
in favour ofICommonsList.removeLastOrNull()
because of clash with JDK 21 API extension. See issue #42
Full Changelog: ph-commons-parent-pom-11.1.4...ph-commons-parent-pom-11.1.5