ph-commons 10.1.0
·
806 commits
to master
since this release
- Started the explicit Wiki
- Added
CHttpHeader.HOST - Extended
Copy*StreamBuilderwithlimit (Long) - Added
Predicates.andandPredicates.or - Create new classes
XMLOffsetDateandAdapterXMLOffsetDatesimilar toOffsetDatebut with an optional zone offset - Create new classes
XMLOffsetTimeandAdapterXMLOffsetTimesimilar toOffsetTimebut with an optional zone offset - Create new classes
XMLOffsetDateTimeandAdapterXMLOffsetDateTimesimilar toOffsetDateTimebut with an optional zone offset - Added method
Version.hasQualifier - Changed
Version.parseto use the new format by default. AddedVersion.parseDotOnlyfor the old version. - Added missing
PDTToString.getAsStringoverloads - Avoid the inclusion of JAXB and JAX-WS implementation artefacts. The JAXB implementation must now explicitly be added to an application pom.xml e.g. like this:
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
</dependency>