Commit Graph

80 Commits

Author SHA1 Message Date
Knut Wannheden
f8a6dfacf1 [jOOQ/jOOQ#8900] Make jOOQ compatible with Java 6
- Mostly surround pieces of code with [java-8] preprocessor tags
- Added ExceptionTools#sneakyThrow() which is used in MiniJAXB
2019-07-04 16:26:21 +02:00
Lukas Eder
fce9626b13 [jOOQ/jOOQ#8615] Missing NOTICE file from commons-lang 2019-05-21 12:23:17 +02:00
Lukas Eder
b62b8bf0a2 [#6709] Support custom Hibernate properties in JPADatabase 2019-05-20 12:48:04 +02:00
lukaseder
381adbc492 [#8512] JPADatabase may not be able to properly detect AttributeConverter 2019-04-11 16:26:07 +02:00
lukaseder
2785bc84ae [#8491] Remove unnecessary marker tokens in source code 2019-04-05 11:52:34 +02:00
lukaseder
64e52efcdc [#8325] Add a special comment syntax to the Parser and DDLDatabase that allows for ignoring certain statements 2019-02-14 14:33:58 +01:00
lukaseder
df54d660f4 [#6260] Support loading multiple files in XMLDatabase 2018-12-14 12:52:15 +01:00
lukaseder
44c9cc7d46 [#7612] Add configuration to DDLDatabase to indicate whether unquoted names are reported in lower case, upper case or as-is 2018-12-11 12:36:07 +01:00
lukaseder
fcf8fe5830 [#8011] DDLDatabase cannot handle tables containing COLLATE clauses 2018-11-02 17:19:51 +01:00
Lukas Eder
a4ccdb3848 [#7771] DDLDatabase should ignore storage clauses 2018-08-17 12:48:46 +02:00
Lukas Eder
f747a7512f [#7767] DDLDatabase scripts path wild cards do not work correctly 2018-08-17 11:49:19 +02:00
Lukas Eder
6dda3493e8 [#7650] [#7759] Add DDLDatabase property unqualifiedSchema to specify what the unqualifiedSchema is 2018-08-15 09:28:46 +02:00
lukaseder
550b6009e6 [#6612] Revert modularisation of jOOQ 2018-08-08 11:34:23 +02:00
lukaseder
798821b7dc [#7643] Use slf4j directly for logging, remove log4j dependency 2018-07-05 12:45:04 +02:00
lukaseder
773895d126 [#7490] Upgrade jOOQ-meta-extensions dependency to Hibernate 5.3 2018-07-04 12:46:31 +02:00
lukaseder
39d07d07e1 [#7490] Upgrade jOOQ-meta-extensions dependency to Hibernate 5.3 2018-07-04 12:41:35 +02:00
lukaseder
965a925876 Removed unnecessary groupId re-definitions 2018-06-14 16:28:04 +02:00
lukaseder
98b8130f84 [#6612] Modularise jOOQ and cross-release JDK 8 and 9 builds 2018-06-12 14:26:32 +02:00
lukaseder
22b200a389 Release 3.12.0-SNAPSHOT 2018-06-08 10:03:57 +02:00
lukaseder
23df47ba4f Release 3.11.0 2018-06-07 16:45:37 +02:00
Tim Wilson
5a5bddc640 Presize ArrayLists whose max size is known 2018-05-16 21:57:07 -07:00
lukaseder
9a357cd4f0 [#7419] Remove leftovers from renaming 2018-04-18 16:29:16 +02:00
lukaseder
c77fdd3c85 [#7419] Rename jooq-meta and jooq-codegen packages to avoid conflicts in JPMS 2018-04-16 11:35:01 +02:00
lukaseder
26054fd8c6 [#7217] Added configurable sort order 2018-03-20 11:56:13 +01:00
lukaseder
f7d7086ad4 [#7217] Fix case where one name has more segments than the other 2018-02-23 11:51:21 +01:00
lukaseder
35069aadfc [#7217] DDLDatabase should sort SQL files 2018-02-23 11:29:21 +01:00
lukaseder
d0acc17226 [#6879] Add javax.xml.bind:jaxb-api dependency and avoid using the implementation 2018-02-20 15:17:26 +01:00
lukaseder
177f8137e9 [#7188] Upgrade Hibernate dependency in jOOQ-meta-extensions to 5.2.13 2018-02-16 12:34:51 +01:00
lukaseder
308311a544 [#6261] Support loading multiple files in DDLDatabase 2018-01-18 15:19:23 +01:00
lukaseder
26f60d37e6 [#7039] DDLDatabase should auto-create missing schemas 2018-01-12 13:13:36 +01:00
lukaseder
a43ac7f19c [#6980] DDLDatabase and JPADatabase should use unique in-memory database name 2018-01-04 12:23:44 +01:00
lukaseder
b12cbca32c [#6982] Make jooq-meta's org.jooq.util.Database AutoCloseable 2018-01-04 12:21:03 +01:00
lukaseder
6915af998d [#6899] Log a link to GitHub when DDLDatabase runs into a ParserException 2017-12-11 11:40:21 +01:00
lukaseder
b2f9a4e5ad [#6873] Line numbers not aligned correctly between OSS and Pro edition 2017-11-29 10:02:42 +01:00
lukaseder
059efb93e4 Release 3.11.0-SNAPSHOT 2017-09-29 15:49:30 +02:00
lukaseder
c3fdb76403 Release 3.10.0 2017-09-29 14:44:26 +02:00
lukaseder
e14839a6ef [#6611] [#6617] Automatic-Module-Name
- [#6611] Add Automatic-Module-Name to MANIFEST.MF
- [#6617] Specify <pluginManagement> in parent pom.xml
2017-09-28 18:11:23 +02:00
lukaseder
30110c60f9 [#6517] Avoid the use of lambdas for Java 6 support 2017-09-22 13:37:50 +02:00
lukaseder
dd201f86a7 [#6517] JPADatabase should map JPA AttributeConverter types to generated jOOQ Converter 2017-08-24 12:37:36 +02:00
lukaseder
b1a49eff15 [#6517] JPADatabase should map JPA AttributeConverter types to generated jOOQ Converter 2017-08-24 12:28:02 +02:00
lukaseder
4b5b86409e [#6296] Update Hibernate Dependency in jooq-meta-extensions and examples 2017-05-29 18:14:33 +02:00
lukaseder
626b9eacb1 [#5806] Upgraded H2 example dependencies 2017-05-26 14:58:37 +02:00
lukaseder
c5e9e49c21 [#6005] Add DDLDatabase to reverse engineer DDL files 2017-05-23 13:27:58 +02:00
lukaseder
9fb2e84575 [#6189] JPADatabase doesn't correctly generate tables for multi-schema entities 2017-05-08 12:12:14 +02:00
lukaseder
9ae783e592 [#6128] Add more Javadoc to JPADatabase 2017-04-24 13:03:36 +02:00
lukaseder
0437f28d6f [#6005] Added logging (for now) 2017-04-22 11:44:21 +02:00
lukaseder
e6c05955df [#6005] Add DDLDatabase to reverse engineer DDL files 2017-04-21 22:42:36 +02:00
lukaseder
715f89a5c4 [#5845] Added contributor to ABOUT.txt 2017-02-15 11:02:25 +01:00
GYWang
a7e29dc99d [#5845] Use the correct ClassLoader to load the jpa entity classes defined in the user project 2017-02-08 17:43:23 +08:00
lukaseder
1ed96d2f18 [#5754] Remove copyright (and dates) from file headers 2017-01-02 17:14:26 +01:00