highsource / highsource/jaxb-tools

Add mode that injects jaxb-runtime support classes next to generated classes

Open
#566 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
465
Forks
105
PR merge metrics
No merged PRs in 30d

Description

1. Sharing implementation of ToStringStrategy and other jaxb-runtime support classes provides consistency across model projects.

2. Storing the support classes in a shared dependency creates a tight-coupling runtime between modules.

3. By injecting the support classes next to the generated classes, each model project has their own implementation.

This enables large projects that have dozens of model jars to be incrementally upgraded in terms of runtime support classes. Also, this supports creating a single jar for all model classes which is more useful for 3rd party platforms such as SaaS, iPaaS, serverless, etc to consume jaxb generated classes as data models to be used in integrations and data mapping projects.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.