[jOOQ/jOOQ#18836] Mention also LocalDateAsLocalDateTimeBinding
This commit is contained in:
parent
c401c04a43
commit
0448131c2a
@ -716,7 +716,7 @@ public class GenerationTool {
|
||||
if (d.getEnumTypes().size() > 0)
|
||||
log.warn("DEPRECATED", "The configuration property /configuration/generator/database/enumTypes is experimental and deprecated and will be removed in the future.");
|
||||
if (Boolean.TRUE.equals(d.isDateAsTimestamp()))
|
||||
log.warn("DEPRECATED", "The configuration property /configuration/generator/database/dateAsTimestamp is deprecated as it is superseded by custom bindings and converters, or by using org.jooq.impl.DateAsTimestampBinding. It will thus be removed in the future. More information here: https://www.jooq.org/doc/latest/manual/reference/reference-data-types/data-types-oracle-date/");
|
||||
log.warn("DEPRECATED", "The configuration property /configuration/generator/database/dateAsTimestamp is deprecated as it is superseded by custom bindings and converters, or by using org.jooq.impl.DateAsTimestampBinding or org.jooq.impl.LocalDateAsLocalDateTimeBinding. It will thus be removed in the future. More information here: https://www.jooq.org/doc/latest/manual/reference/reference-data-types/data-types-oracle-date/");
|
||||
if (Boolean.TRUE.equals(d.isIgnoreProcedureReturnValues()))
|
||||
log.warn("DEPRECATED", "The <ignoreProcedureReturnValues/> flag is deprecated and used for backwards-compatibility only. It will be removed in the future.");
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user