Skip to content

ph-commons 11.1.5

Compare
Choose a tag to compare
@phax phax released this 27 Mar 15:37
· 31 commits to master since this release
  • Added new interface IHasSizeLong
  • Added new interface methods IHasInputStream.withInputStreamDo and IHasInputStream.withBufferedInputStreamDo
  • Added new interface method IHasByteArray.isPartialArray
  • Added build compatiblity with Java 21
  • Deprecated method ICommonsList.getFirst() in favour of ICommonsList.getFirstOrNull() because of clash with JDK 21 API extension. See issue #42
  • Deprecated method ICommonsList.getLast() in favour of ICommonsList.getLastOrNull() because of clash with JDK 21 API extension. See issue #42
  • Deprecated method ICommonsList.removeFirst() in favour of ICommonsList.removeFirstOrNull() because of clash with JDK 21 API extension. See issue #42
  • Deprecated method ICommonsList.removeLast() in favour of ICommonsList.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