ph-commons 10.1.0
phax
released this
13 May 14:22
·
406 commits
to master
since this release
- Started the explicit Wiki
- Added
CHttpHeader.HOST
- Extended
Copy*StreamBuilder
withlimit (Long)
- Added
Predicates.and
andPredicates.or
- Create new classes
XMLOffsetDate
andAdapterXMLOffsetDate
similar toOffsetDate
but with an optional zone offset - Create new classes
XMLOffsetTime
andAdapterXMLOffsetTime
similar toOffsetTime
but with an optional zone offset - Create new classes
XMLOffsetDateTime
andAdapterXMLOffsetDateTime
similar toOffsetDateTime
but with an optional zone offset - Added method
Version.hasQualifier
- Changed
Version.parse
to use the new format by default. AddedVersion.parseDotOnly
for the old version. - Added missing
PDTToString.getAsString
overloads - 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>