[#4264] Revert change
This commit is contained in:
parent
1f5e2e795b
commit
bb286f23ef
@ -421,9 +421,6 @@ public class GenerationTool {
|
||||
if (g.getGenerate().getFullyQualifiedTypes() != null)
|
||||
generator.setFullyQualifiedTypes(g.getGenerate().getFullyQualifiedTypes());
|
||||
|
||||
if (Boolean.TRUE.equals(g.getGenerate().isJpaAnnotations()))
|
||||
log.warn("DEPRECATED", "The <jpaAnnotations/> flag is deprecated and used for backwards-compatibility only. It will be removed in the future.");
|
||||
|
||||
// [#3669] Optional Database element
|
||||
if (g.getDatabase() == null)
|
||||
g.setDatabase(new org.jooq.util.jaxb.Database());
|
||||
|
||||
Loading…
Reference in New Issue
Block a user