Commit Graph

68 Commits

Author SHA1 Message Date
Lukas Eder
5988833d09 Release 3.19.0-SNAPSHOT 2023-03-08 13:41:09 +01:00
Lukas Eder
b7b9801c68 [jOOQ/jOOQ#14586] Update third party dependencies 2023-02-09 17:44:41 +01:00
Lukas Eder
359ef49ad6 [jOOQ/jOOQ#14110] License header should use HTTPS rather than HTTP 2022-10-19 10:43:58 +02:00
Lukas Eder
f4882581e1 Release 3.18.0-SNAPSHOT 2022-06-23 14:56:33 +02:00
Lukas Eder
81de955e11 Release 3.17.1-SNAPSHOT 2022-06-23 11:25:37 +02:00
Lukas Eder
b1718c6648 [jOOQ/jOOQ#13700] Upgrade to H2 2.1.214
This includes upgrading to 3.18.0-SNAPSHOT on main branch
2022-06-22 11:58:07 +02:00
Lukas Eder
6f0dd6ab7e [jOOQ/jOOQ#5254] Improved some more readme.md files 2022-05-02 10:57:36 +02:00
Lukas Eder
73afe4c468 Use a -2 suffix in H2's JDBC URLs to indicate H2 2.0
This avoids incompatibilities with files that might be lying around from
H2 1.4
2022-01-05 09:49:47 +01:00
Lukas Eder
618a15f235 Release 3.17.0-SNAPSHOT 2022-01-04 16:34:34 +01:00
Lukas Eder
da302ef7b8 [jOOQ/jOOQ#9077] Use Configuration, not Component 2021-12-16 15:54:17 +01:00
Lukas Eder
14e5358824 [jOOQ/jOOQ#9077] Add a Spring Boot example, which modifies the Settings
for jOOQ
2021-12-16 15:51:12 +01:00
Lukas Eder
083b3063db [jOOQ/jOOQ#12644] Upgrade Spring Boot example to Spring Boot 2.6 2021-11-22 09:26:22 +01:00
Lukas Eder
de274b5f3f Added missing (?) junit test dependency 2021-11-04 11:14:36 +01:00
Lukas Eder
b0a8e61929 [jOOQ/jOOQ#12120] Spring Boot example should use
@SpringBootApplication(exclude = { R2dbcAutoConfiguration.class })
2021-07-07 20:13:57 +02:00
Lukas Eder
c67e718892 Release 3.16.0-SNAPSHOT 2021-07-05 17:30:40 +02:00
Lukas Eder
66e86da28e [jOOQ/jOOQ#11066] Tests failed for jooq-spring-boot-example 2020-12-09 16:51:30 +01:00
Lukas Eder
7cff2cae7e Release 3.15.0-SNAPSHOT 2020-10-20 10:20:20 +02:00
Lukas Eder
aaa9f2c563 [jOOQ/jOOQ#10024] Upgraded spring dependency from 5.1.9 to 5.2.5 2020-04-01 14:24:59 +02:00
Lukas Eder
330dac76de Release 3.14.0-SNAPSHOT 2020-02-12 11:29:19 +01:00
Knut Wannheden
5ae89a4373 [jOOQ/jOOQ#9487] Consistently use <parent> in pom.xml files
All jOOQ Maven projects now use a jOOQ <parent> project (either
`jooq-parent` or `jooq-examples`).
2019-11-13 12:27:07 +01:00
Lukas Eder
2195e4d0d3 [jOOQ/jOOQ#5714] Don't use <dateAsTimestampBinding/> in examples 2019-09-30 09:11:04 +02:00
Lukas Eder
3f76856790 Fixed version number 2019-09-04 11:51:55 +02:00
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