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

jOOQ manual about Gradle code generation should not make explicit use of JAXB #7799

Closed
lukaseder opened this issue Aug 22, 2018 · 0 comments
Closed

Comments

@lukaseder
Copy link
Member

lukaseder commented Aug 22, 2018

Using JAXB explicitly with the programmatic code generator configuration is a bit more strict than working with an XML string. E.g. the namespace of the configuration must match exactly, see #7798

This is annoying. Our manual should show a simpler example where users work with the string directly:
https://www.jooq.org/doc/latest/manual/code-generation/codegen-gradle/

The GenerationTool.generate(String) method was first added in jOOQ 3.5.0:
https://github.com/jOOQ/jOOQ/blob/version-3.5.0/jOOQ-codegen/src/main/java/org/jooq/util/GenerationTool.java#L170 through #3566

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

No branches or pull requests

1 participant