Commit Graph

46 Commits

Author SHA1 Message Date
Knut Wannheden
501dc030e5 [jOOQ/jOOQ#8857] Spring Boot example should reference custom jOOQ
version
2019-06-26 12:36:48 +02:00
Knut Wannheden
3eba94c925 [jOOQ/jOOQ#8577] Also support NOT LIKE ANY and LIKE ALL
In addition to `LIKE ANY` and `NOT LIKE ALL` the inverse predicates `NOT
LIKE ANY` and `LIKE ALL` are now also supported.
2019-06-26 12:33:30 +02:00
Lukas Eder
c5a3ef1b52 [jOOQ/jOOQ#8857] Spring Boot example should reference custom jOOQ version 2019-06-26 12:32:31 +02:00
Benno Baumgartner
52453ae66e
rollback2.get() is asserted twice
I guess it should assert rollback1 and rollback2 instead.
2018-06-13 10:32:08 +02:00
lukaseder
33dfa611d4 Fixed Spring Boot example 2018-06-08 14:21:59 +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
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
Raja Kolli
1bfed04dda Update application.properties 2017-07-11 09:33:31 +05:30
Raja Kolli
7b2d3e5b17 fix property
Corrected property name as per spring boot document https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#_customizing_jooq
2017-07-11 09:31:21 +05:30
Raja Kolli
b2047d5f9a use jooq starter instead of jdbc starter
Jooq starter includes jdbc starter as transitive dependency, so we can use this and jooq is obtained from jooq starter.
also upgrades to latest spring boot version
2017-07-03 22:18:56 +05:30
Michael J. Simons
3a7b1b3e0b Those configuration classes are no longer needed, they are part of the starter 2017-05-31 16:40:32 +02:00
lukaseder
3ab0a499aa [#6287] Overwrite the managed version and remove duplicates 2017-05-29 14:21:34 +02:00
lukaseder
9c198d359b Upgraded Spring Boot again 2017-05-26 17:11:11 +02:00
lukaseder
aadc4b4ed6 Revert incompatible Spring Boot upgrade 2017-05-26 16:52:05 +02:00
lukaseder
626b9eacb1 [#5806] Upgraded H2 example dependencies 2017-05-26 14:58:37 +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
59bbe32ad9 [#5161] Add logback.xml file to jOOQ-spring-boot-example to enable DEBUG logging per default 2016-03-24 11:12:52 +01:00
lukaseder
7f684c3988 Me and dependency injection http://i.imgur.com/zYDPoj7.png 2016-01-08 17:28:43 +01:00
lukaseder
11115c6741 [#4889] Update copyright to 2016 2016-01-04 20:59:08 +01:00
lukaseder
a589a6332f Upgraded Spring Dependencies 2015-12-26 19:05:02 +01:00
lukaseder
c6a2dc15e0 Removed stale resources in OSS repository 2015-12-15 15:31:13 +01:00
lukaseder
35e9327587 How did this happen...? 2015-12-15 09:59:55 +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
c6a2c1936b [#4569] Manual (and examples) refers to deprecated DefaultGenerator 2015-09-17 13:41:04 +02:00
lukaseder
cf92bf2979 [#4557] ExceptionTranslator in spring examples shouldn't use dialect.name() for SQLErrorCodeSQLExceptionTranslator 2015-09-16 20:48:15 +02:00
lukaseder
1070cd08ed Upgraded jOOQ dependency in spring boot example 2015-08-06 12:45:19 +02:00
JackG
7f2262c539 Imports cleanup 2015-07-14 11:49:00 +02:00
JackG
1d63c5f9ae Created jOOQ Spring Boot Configuration and moved related classes to config package.
Moved service types to service package.
2015-07-14 11:42:53 +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
Thomas Darimont
89655b3ca4 Upgrade Spring Boot version to 1.2.3.
Simplified Spring Boot Configuration.
Upgraded jOOQ version to 3.5.4.
2015-04-15 19:54:17 +02:00
lukaseder
dd8d3c76f3 Updated copyright to 2015 2015-01-09 08:57:16 +01:00
Lukas Eder
9416657847 Release 3.5.0 2014-11-21 16:01:43 +01:00
Lukas Eder
cf675a8877 [#3248] Add support for Binding (i.e. "Type Providers") 2014-10-30 14:51:15 +01:00
Lukas Eder
0d04edf326 Capitalise spring boot project 2014-10-14 10:24:02 +02:00
Lukas Eder
0469811769 [#3662] Added jOOQ-example for Spring Boot 2014-10-13 11:01:45 +02:00
Thomas Darimont
33f6b2864f Added jOOQ-example for Spring Boot. 2014-10-03 14:09:31 +02:00