Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Invalid
-
2.17.1
-
None
-
None
Description
Currently the ISO8601.parse (https://github.com/apache/jackrabbit/blob/86e15df24c68c8132361466c80f65862f8709880/jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/util/ISO8601.java#L86) method only supports a subset of time designators being specified by ISO8601.
Namely the ones ±hhmm and ±hh are missing.
This is currently a problem for Jackrabbit Filevault Maven Package, as that is using these designators in https://github.com/apache/jackrabbit-filevault-package-maven-plugin/blob/f53c53102e97d0bb000794ee2976cabecf62e5ad/src/main/java/org/apache/jackrabbit/filevault/maven/packaging/VaultMojo.java#L1038.
Attachments
Issue Links
- causes
-
JCRVLT-276 Switch to timezone designators being understood by ISO8601.parse(...)
- Closed