Commit Graph

86 Commits

Author SHA1 Message Date
Lukas Eder
d2982c92fc [jOOQ/jOOQ#9049] Stop shipping the Sakila database over the zip files
downloaded from the website
2019-08-16 16:58:29 +02:00
Lukas Eder
13523c6b8e [jOOQ/jOOQ#8985] Added jOOQ-extensions to build.xml 2019-08-12 12:02:43 +02:00
Lukas Eder
854375dbcf [jOOQ/jOOQ#7789] Revert change
The jOOQ 3.12 Open Source Edition will continue to support Java 8. The only things we gain from the JDK 11 dependency is:

- Updated logic for reflection when mapping into proxied default methods (that stuff has changed completely in JDK 9). This is a regression, which we can live with. The workaround is to write a custom
- Explicit dependency on the JDK 9  API, for which we provide a Java 8 compatible alternative via reactive streams anyway.
- JDBC 4.3 compatibility (mostly sharding). We currently don't use that yet.

We're not even using  internally, outside of a few integration tests. So, we'll postpone the JDK 11 *requirement* (while supporting it nonetheless) to a later release, e.g. 3.13. We'll observe market share shifts. Currently Java 11's market share is a bit of a disappointment, so making it a requirement might be premature.
2019-07-26 15:18:18 +02:00
lukaseder
2785bc84ae [#8491] Remove unnecessary marker tokens in source code 2019-04-05 11:52:34 +02:00
lukaseder
8c2b1131ab [#6612] Modularise jOOQ and cross-release JDK 8 and 9 builds 2018-06-11 11:37:30 +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
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
9d0d3a3327 [#4111] Cross-release several jooq-scala deliverables 2017-09-26 11:41:01 +02:00
lukaseder
e6d889105f Release 3.9.1 2017-01-31 14:35:08 +01:00
lukaseder
41f0953587 [#5742] Stop distributing third party dependencies through zip distribution 2016-12-28 17:02:43 +01:00
lukaseder
432a5648e5 [#5735] jOOQ-checker is not deployed to Maven Central 2016-12-28 15:03:30 +01:00
lukaseder
d1e1f3e648 Release 3.10.0-SNAPSHOT 2016-12-23 16:36:19 +01:00
lukaseder
e0c0ed0229 Release 3.9.0 2016-12-23 11:53:13 +01:00
lukaseder
a6368da455 Release 3.9.0-SNAPSHOT 2016-05-04 15:18:05 +02:00
lukaseder
20a08ec0c9 Release 3.8.0 2016-05-03 10:46:19 +02:00
lukaseder
938fb6f5e2 Blank out rather than mask [pro] code to avoid confusion with users 2015-12-31 10:02:02 +01:00
lukaseder
04e918220e [#4811] Add source code in original form to .zip, such that users can build jOOQ right away 2015-12-16 14:10:29 +01:00
lukaseder
7a238299aa Release 3.8.0-SNAPSHOT 2015-10-08 14:42:58 +02:00
lukaseder
ca0ebec609 Release 3.7.0 2015-10-08 13:58:32 +02:00
lukaseder
1f5e2e795b Release 3.7.0 2015-10-08 11:22:04 +02:00
lukaseder
cfe518cd5b [#4591] .zip deliverable should contain a project folder inside of the .zip file 2015-10-06 10:32:35 +02:00
lukaseder
cba606a2c1 [#4366] Add on(Boolean), where(Boolean), having(Boolean), etc 2015-06-05 14:11:18 +02:00
lukaseder
b370a2f8fa [#3645] Let jOOQ require Java 8 - Keep supporting Java 6 in commercial editions 2015-05-28 16:45:30 +02:00
lukaseder
89244f4831 Release 3.7.0-SNAPSHOT 2015-04-22 18:02:14 +02:00
lukaseder
eb7a22d371 Release 3.6.0 2015-04-22 15:36:37 +02:00
lukaseder
6e77528ea8 Release 3.6.0 2015-04-22 15:20:21 +02:00
Lukas Eder
fdc8896434 [#3073] Use Maven classifiers to distinguish OSS from commercial deliverables 2015-01-06 17:55:49 +01:00
lukaseder
752feb4ff3 Release 3.6.0-SNAPSHOT 2014-11-24 09:48:14 +01:00
Lukas Eder
9416657847 Release 3.5.0 2014-11-21 16:01:43 +01:00
Lukas Eder
f3c2e18901 [#3445] Cannot run Maven code generator with professional edition 2014-07-25 10:42:30 +02:00
Lukas Eder
0d5ac1f778 Release 3.5.0-SNAPSHOT 2014-06-23 09:57:20 +02:00
Lukas Eder
a511c45ad8 Release 3.4.0 2014-06-20 10:51:45 +02:00
Lukas Eder
cfb84712b5 Release 3.4.0-SNAPSHOT 2014-02-18 18:30:17 +01:00
Lukas Eder
2c5130acee Release 3.3.0 2014-02-14 16:45:40 +01:00
Lukas Eder
137b7a8364 [#2981] Add an official Spring / Guice example 2014-01-24 20:18:56 +01:00
Lukas Eder
aa380d8b16 [#2977] Missing parent pom.xml file in deliverables 2014-01-24 14:25:31 +01:00
Lukas Eder
6a3e1f5722 Release 3.3.0-SNAPSHOT 2014-01-15 11:17:04 +01:00
Lukas Eder
80409d26ba Merged changes from pro version 2013-11-27 11:26:41 +01:00
Lukas Eder
96c3c16a25 Include source code in pro edition. Exclude it in trial edition 2013-11-04 10:48:27 +01:00
Lukas Eder
5e7f157f52 Converted all \r\n to \n 2013-10-10 10:13:22 +02:00
Lukas Eder
fb176af7df Release 3.2.0 2013-10-09 19:24:30 +02:00
Lukas Eder
5080114610 Merge branch 'master' of git@github.com:jOOQ/jOOQ.git
Conflicts:
	jOOQ-codegen/src/main/java/org/jooq/util/JavaGenerator.java
2013-10-07 10:45:00 +02:00
Lukas Eder
e01b15056c Release 3.2.0-alpha-01 - jooq-console will no longer ship with standard
distribution in 3.2
2013-08-26 14:40:46 +02:00
Lukas Eder
d35b9fc32a Release 3.2.0-alpha-01 2013-08-26 14:30:43 +02:00
Lukas Eder
9267826b73 Release 3.1.0 - Updated Ant 2013-06-30 17:58:40 +02:00
Lukas Eder
6da51dcb1b Release 3.1.0 - Updated Ant 2013-06-30 17:51:35 +02:00
Lukas Eder
586f4ccae0 [#2422] Upgrade RSyntaxTextArea to 2.0.7 2013-06-14 16:54:16 +02:00
Lukas Eder
1532306f73 Release 3.0.0 2013-04-28 11:52:53 +02:00