https://github.com/phax/ph-regrep
JAXB Wrapper around some RegRep 4 data structures
https://github.com/phax/ph-regrep
Last synced: 10 months ago
JSON representation
JAXB Wrapper around some RegRep 4 data structures
- Host: GitHub
- URL: https://github.com/phax/ph-regrep
- Owner: phax
- License: apache-2.0
- Created: 2021-02-17T10:30:17.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-06-18T07:59:12.000Z (11 months ago)
- Last Synced: 2025-06-18T08:45:41.860Z (11 months ago)
- Language: Java
- Size: 3.06 MB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# ph-regrep
[](https://maven-badges.herokuapp.com/maven-central/com.helger/ph-regrep)
[](https://javadoc.io/doc/com.helger/ph-regrep)
[](https://codecov.io/gh/phax/ph-regrep)
OASIS RegRep (ebXML Registry) Java wrapper library.
It supports simple reading and writing of RegRep 4.0 documents.
It allows conversion between Java domain objects and XML representations.
It is licensed under Apache 2.0 license.
It requires at least Java 11 to be used.
# Functionality
With the class `com.helger.regrep.RegRep4Reader` arbitrary RegRep documents can be read.
With the class `com.helger.regrep.RegRep4Writer` arbitrary RegRep documents can be written.
# Maven usage
Add the following to your pom.xml to use this artifact, replacing `x.y.z` with the effective version number:
```xml
com.helger
ph-regrep
x.y.z
```
# References
* [OASIS ebXML RegRep Version 4.0 - Part 0: Overview Document](http://docs.oasis-open.org/regrep/regrep-core/v4.0/regrep-core-overview-v4.0.html)
# News and noteworthy
* v3.0.1 - work in progress
* Switched JAXB Maven plugin to `org.jvnet.jaxb:jaxb-maven-plugin`
* v3.0.0 - 2023-04-22
* Moved XSDs into folder `external/...`
* Deprecated classes `ERegRep4XMLDocumentType`, `RegRep4Reader` and `RegRep4Writer`
* Added new package `com.helger.regrep.jaxb` with all the specific marshallers
* v2.0.0 - 2023-01-08
* Using Java 11 as the baseline
* Updated to ph-commons 11
* Using JAXB 4.0 as the baseline
* v1.2.0 - 2021-05-02
* Updated to ph-commons 10.1
* v1.1.0 - 2021-03-21
* Updated to ph-commons 10
* v1.0.1 - 2021-03-18
* Updated to ph-commons 9.5.5
* Changed the JAXB binding for `xs:dateTime` to `java.time.OffsetDateTime`
* v1.0.0 - 2021-02-17
* Initial version
---
My personal [Coding Styleguide](https://github.com/phax/meta/blob/master/CodingStyleguide.md) |
It is appreciated if you star the GitHub project if you like it.