ph-commons 9.4.5
·
1007 commits
to master
since this release
- Added missing methods in
IMapBasedDAO - Added static syntactic sugar methods in
HashCodeGenerator - The default
ConfigFactory.getDefaultInstance()now also considers system propertiesconfig.resource,config.resources,config.fileandconfig.urlor the environment variable alternativesCONFIG_RESOURCE,CONFIG_RESOURCES,CONFIG_FILEandCONFIG_URL. - Added possibility to
reloadfor resource-based configuration sources - Fixed a potential NPE in
IJsonObject.getValue (String) - Added
EqualsHelper.equalsCustomusing aBiPredicate - Extended
IConfigAPI to receive theIConfigurationSourceAND the value to determine the source of the configuration value (backwards incompatible change) - Changed the handling of the
Consumersin theConfigimplementation in a backward incompatible way (setters vs. constructor, new parameter type)