Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mattrpav opened this issue Sep 11, 2024 · 0 comments

Comments

@mattrpav
Copy link
Collaborator

  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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant