Knut Wannheden
6220688ca2
Cleanup: Delete some no longer relevant examples and log4j.xml files
2019-08-20 13:31:08 +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
Knut Wannheden
28d5cfa220
Upgrade to properties-maven-plugin 1.0.0
...
Most pom.xml files (with the exception of jOOQ-test) used version
1.0-alpha-2 of properties-maven-plugin. Now all use 1.0.0.
2019-05-28 09:45:16 +02:00
Knut Wannheden
fb9fd1e1f4
Change log4j2.xml files to no longer log log4j debug messages
2019-05-16 08:03:13 +02:00
lukaseder
2785bc84ae
[ #8491 ] Remove unnecessary marker tokens in source code
2019-04-05 11:52:34 +02:00
Knut Wannheden
ed38769655
[ #7789 ] Change Maven projects to use Java 11
2019-04-05 10:36:37 +02:00
lukaseder
eb9235268e
Re-add <source> / <target> tags to compiler plugin
2018-10-11 16:30:01 +02:00
lukaseder
e09979901a
Upgraded maven-compiler-plugin
2018-07-30 11:35:07 +02:00
lukaseder
3f76c48a0a
[ #7587 ] [ #7658 ] Use --release flag in JDK 9+ based builds
2018-07-10 15:37:47 +02:00
lukaseder
798821b7dc
[ #7643 ] Use slf4j directly for logging, remove log4j dependency
2018-07-05 12:45:04 +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
c77fdd3c85
[ #7419 ] Rename jooq-meta and jooq-codegen packages to avoid conflicts in JPMS
2018-04-16 11:35:01 +02:00
lukaseder
b2f9a4e5ad
[ #6873 ] Line numbers not aligned correctly between OSS and Pro edition
2017-11-29 10:02:42 +01:00
lukaseder
d280225df0
Updated junit dependency
2017-10-19 12:05:44 +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
2470d00b29
[ #6611 ] Updated Maven dependencies
2017-09-27 13:26:11 +02:00
lukaseder
08e5eb73e7
[ #6173 ] Dead link in Oracle examples
2017-05-03 10:54:12 +02:00
lukaseder
1ed96d2f18
[ #5754 ] Remove copyright (and dates) from file headers
2017-01-02 17:14:26 +01:00
lukaseder
b641dde50f
[ #5754 ] Remove copyright (and dates) from file headers
2017-01-02 17:05:35 +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
742b2b129d
[ #5584 ] Fix all file headers to be regular comments, not Javadoc
2016-10-07 15:51:44 +02: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
a40c1bf3fd
[ #2211 ] Change Record.getValue() and setValue() to get() and set()
2016-02-21 18:26:40 +01:00
lukaseder
4b210ff417
[ #5021 ] Add DBMS_AQ.dequeueAsync() to create an Oracle AQ CompletionStage
2016-02-01 11:53:10 +01:00
lukaseder
4952bc1cf8
[ #5016 ] Add DBMS_AQ.dequeueIterable() to create an Oracle AQ Iterable
2016-01-30 18:48:57 +01:00
lukaseder
12b2826585
[ #5015 ] Add DBMS_AQ.dequeueStream() to create an Oracle AQ Stream
2016-01-30 18:38:32 +01:00
lukaseder
e442ab6da9
Test nested data structures with AQ
2016-01-30 18:16:03 +01:00
lukaseder
1b2e487bbf
Exclude $ identifiers from Oracle example
2016-01-29 16:15:57 +01:00
lukaseder
61c71bdfcd
Upgraded maven-compiler-plugin
2016-01-12 16:36:15 +01:00
lukaseder
11115c6741
[ #4889 ] Update copyright to 2016
2016-01-04 20:59:08 +01:00
lukaseder
938fb6f5e2
Blank out rather than mask [pro] code to avoid confusion with users
2015-12-31 10:02:02 +01:00
lukaseder
d74c1ab73c
[ #4801 ] Add DEQUEUE_OPTIONS_T.wait(int) to support timeout-based waits on Oracle AQ
2015-12-15 13:52:30 +01:00
lukaseder
f137d51d2b
[ #4781 ] [ #4782 ]
...
- [#4781 ] Advanced Queue, when dequeueing with correlation: SQLException: Invalid column index
- [#4782 ] OracleDSL.DBMS_AQ.dequeue() does not return any MESSAGE_PROPERTIES_T values
2015-12-08 16:29:17 +01:00
lukaseder
100c07ee5b
Use 3.8.0-SNAPSHOT versions in examples to avoid confusion
2015-11-05 17:22:00 +01:00
lukaseder
1f5e2e795b
Release 3.7.0
2015-10-08 11:22:04 +02:00
lukaseder
4433a22a40
Release 3.6.4
2015-09-29 15:00:10 +02:00
lukaseder
c6a2c1936b
[ #4569 ] Manual (and examples) refers to deprecated DefaultGenerator
2015-09-17 13:41:04 +02:00
lukaseder
3bc8ada3d2
Upgraded examples to jOOQ 3.6.2
2015-06-15 09:29:24 +02:00
lukaseder
246a7261ed
[ #4349 ] The trial / pro license is accidentally delivered with the Open Source Edition
2015-06-03 11:00:55 +02:00
lukaseder
6a0e42d5eb
Upgraded jOOQ Examples to jOOQ 3.6.1
2015-05-26 16:24:39 +02:00
lukaseder
a0a9648df7
Upgraded jOOQ to 3.5.4
2015-04-13 15:49:03 +02:00
lukaseder
539fb703b9
[ #2936 ] Move .settings, and other Eclipse-related artefacts in a
...
separate place
2015-03-17 20:45:19 +01:00
Lukas Eder
d1759cbd5b
[ #3846 ] Let examples work with latest release, not with SNAPSHOTs
2015-03-10 16:00:05 +01:00
lukaseder
75a95db23e
[ #4101 ] Cleanup and revert of previous funky commit
2015-02-26 19:09:43 +01:00
lukaseder
dd8d3c76f3
Updated copyright to 2015
2015-01-09 08:57:16 +01:00
lukaseder
b2189425e1
[ #3712 ] Add Oracle Spatial examples
2014-12-22 14:48:39 +01:00