You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sharing implementation of ToStringStrategy and other jaxb-runtime support classes provides consistency across model projects.
Storing the support classes in a shared dependency creates a tight-coupling runtime between modules.
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.
The text was updated successfully, but these errors were encountered:
Sharing implementation of ToStringStrategy and other jaxb-runtime support classes provides consistency across model projects.
Storing the support classes in a shared dependency creates a tight-coupling runtime between modules.
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.
The text was updated successfully, but these errors were encountered: