ph-commons 9.3.3
phax
released this
07 May 09:07
·
917 commits
to master
since this release
- Added
ICommonsIterable
methodsfindFirstIndex
andfindLastIndex
- 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 explicitJsonReader.Builder
class to simplify the usage - New class
SettingsPersistenceJson
to be able to read and write settings in JSON format