Skip to content

ph-commons 10.1.0

Compare
Choose a tag to compare
@phax phax released this 13 May 14:22
· 406 commits to master since this release
  • Started the explicit Wiki
  • Added CHttpHeader.HOST
  • Extended Copy*StreamBuilder with limit (Long)
  • Added Predicates.and and Predicates.or
  • Create new classes XMLOffsetDate and AdapterXMLOffsetDate similar to OffsetDate but with an optional zone offset
  • Create new classes XMLOffsetTime and AdapterXMLOffsetTime similar to OffsetTime but with an optional zone offset
  • Create new classes XMLOffsetDateTime and AdapterXMLOffsetDateTime similar to OffsetDateTime but with an optional zone offset
  • Added method Version.hasQualifier
  • Changed Version.parse to use the new format by default. Added Version.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>