Skip to content

ph-commons 9.3.3

Compare
Choose a tag to compare
@phax phax released this 07 May 09:07
· 917 commits to master since this release
  • Added ICommonsIterable methods findFirstIndex and findLastIndex
  • Added support for Java 12
  • The default XML persistence for configuration files was changed. No more "class" attribute and no nested "value" element needed. The old layout can still be read, but only the new layout is written.
  • The class JsonReader now has an explicit JsonReader.Builder class to simplify the usage
  • New class SettingsPersistenceJson to be able to read and write settings in JSON format