Andy Wilkinson
61e11cd361
Ensure that TCCL is clean when DataSource is accessed
...
Previously, when using Tomcat, its web app class loader was the thread
context class loader when H2ConsoleAutoConfiguration triggered
initialization of Hikari's pool. This was the case because it's done
in the bean method of a ServletRegistrationBean. Such Servlet-related
beans are intentionally created with Tomcat's web app classloader as
the TCCL. This arrangement results in the pool's threads using
Tomcat's web app class loader as their TCCL which is not desirable.
One consequence of this was that Tomcat could log a warning at
shutdown about the thread being left running when it will, in fact,
be stopped as part of the context being closed.
This commit updates H2ConsoleAutoConfiguration to set the TCCL to its
own ClassLoader while the DataSource information is being logged.
Closes gh-32382
4 years ago
Andy Wilkinson
ab26050fe7
Document support for Java 19
...
Closes gh-32259
4 years ago
Stephane Nicoll
756eaea766
Upgrade to Spring HATEOAS 1.5.2
...
Closes gh-32378
4 years ago
Stephane Nicoll
998396dd8a
Upgrade to Spring HATEOAS 1.4.5
...
Closes gh-32400
4 years ago
Andy Wilkinson
77f428498f
Compile against SnakeYAML 1.32 and test against older versions
...
Closes gh-32392
4 years ago
Stephane Nicoll
4aabe7caf5
Upgrade to Spring Framework 5.3.23
...
Closes gh-32274
4 years ago
Stephane Nicoll
78fb738117
Upgrade to Spring Framework 5.3.23
...
Closes gh-32267
4 years ago
Stephane Nicoll
9620fb5317
Start building against Spring HATEOAS 1.5.2 snapshots
...
See gh-32378
4 years ago
Stephane Nicoll
1839c8385e
Upgrade to RSocket 1.1.3
...
Closes gh-32380
4 years ago
Stephane Nicoll
9b122924c8
Upgrade to RSocket 1.1.3
...
Closes gh-32379
4 years ago
Stephane Nicoll
cdac50a1c9
Upgrade to UnboundID LDAPSDK 6.0.6
...
Closes gh-32329
4 years ago
Stephane Nicoll
d4a88041dc
Upgrade to R2DBC Bom Borca-SR2
...
Closes gh-32328
4 years ago
Stephane Nicoll
24ab4e88cd
Upgrade to Netty 4.1.82.Final
...
Closes gh-32327
4 years ago
Stephane Nicoll
8621e63aef
Upgrade to Kafka 3.1.2
...
Closes gh-32326
4 years ago
Stephane Nicoll
7e8c560e9b
Upgrade to Johnzon 1.2.19
...
Closes gh-32325
4 years ago
Stephane Nicoll
d525d36fb9
Upgrade to Janino 3.1.8
...
Closes gh-32324
4 years ago
Stephane Nicoll
7cff955030
Upgrade to Jackson Bom 2.13.4
...
Closes gh-32323
4 years ago
Stephane Nicoll
051331beb9
Upgrade to Infinispan 13.0.11.Final
...
Closes gh-32322
4 years ago
Stephane Nicoll
c5b2bacfd3
Upgrade to Hibernate Validator 6.2.5.Final
...
Closes gh-32321
4 years ago
Stephane Nicoll
1c41032d66
Upgrade to Hibernate 5.6.11.Final
...
Closes gh-32320
4 years ago
Stephane Nicoll
a00951d673
Upgrade to Embedded Mongo 3.4.9
...
Closes gh-32319
4 years ago
Stephane Nicoll
07985e34fb
Upgrade to Elasticsearch 7.17.6
...
Closes gh-32318
4 years ago
Stephane Nicoll
a111f66e76
Upgrade to Ehcache3 3.10.1
...
Closes gh-32317
4 years ago
Stephane Nicoll
a32bf83f60
Upgrade to Dropwizard Metrics 4.2.12
...
Closes gh-32316
4 years ago
Stephane Nicoll
c9067cd6a8
Upgrade to Couchbase Client 3.3.4
...
Closes gh-32315
4 years ago
Stephane Nicoll
89491c3aaa
Upgrade to Byte Buddy 1.12.16
...
Closes gh-32314
4 years ago
Andy Wilkinson
a533f4fa32
Polish
4 years ago
Stephane Nicoll
c216e1e4a4
Upgrade to Netty 4.1.82.Final
...
Closes gh-32312
4 years ago
Stephane Nicoll
a3465ced28
Upgrade to Kafka 3.0.2
...
Closes gh-32311
4 years ago
Stephane Nicoll
3d21fcb381
Upgrade to Johnzon 1.2.19
...
Closes gh-32310
4 years ago
Stephane Nicoll
4848f8db5b
Upgrade to Janino 3.1.8
...
Closes gh-32309
4 years ago
Stephane Nicoll
b4475e1387
Upgrade to Jackson Bom 2.13.4
...
Closes gh-32308
4 years ago
Stephane Nicoll
1775fc148c
Upgrade to Hibernate Validator 6.2.5.Final
...
Closes gh-32307
4 years ago
Stephane Nicoll
7de6d72346
Upgrade to Hibernate 5.6.11.Final
...
Closes gh-32306
4 years ago
Stephane Nicoll
2fa4195326
Upgrade to Dropwizard Metrics 4.2.12
...
Closes gh-32305
4 years ago
Stephane Nicoll
e68b346c05
Upgrade to Reactor 2020.0.23
...
Closes gh-32273
4 years ago
Stephane Nicoll
dc4d850b16
Upgrade to Rector 2020.0.23
...
Closes gh-32266
4 years ago
Stephane Nicoll
f23f11aa13
Start building against Spring AMQP 2.4.7 snapshots
...
See gh-32276
4 years ago
Stephane Nicoll
6201cc076d
Upgrade to Micrometer 1.9.4
...
Closes gh-32272
4 years ago
Stephane Nicoll
72ad69d696
Upgrade to Micrometer 1.8.10
...
Closes gh-32265
4 years ago
Oliver B. Fischer
6e4e76597a
Make the path of the config directory better understandable
...
Currently, the documentation relates to the subdirectory for external
configurations as `/config`. Read as UNIX path, the leading slash
could be read as reference to the root directory `/`.
This commit updates the documentation to use 'config/' instead.
See gh-32224
4 years ago
Stephane Nicoll
fd808ba16e
Start building against Spring Batch 4.3.7 snapshots
...
See gh-32278
4 years ago
Stephane Nicoll
b1b45f19fa
Start building against Spring Kafka 2.8.9 snapshots
...
See gh-32277
4 years ago
Stephane Nicoll
dbdb5f40ee
Start building against Spring Data 2021.2.3 snapshots
...
See gh-32275
4 years ago
Stephane Nicoll
b5aeb21e0a
Start building against Spring Framework 5.3.23 snapshots
...
See gh-32274
4 years ago
Stephane Nicoll
1c1006f755
Start building against Micrometer 1.9.4 snapshots
...
See gh-32272
4 years ago
Andy Wilkinson
23c2f73b3f
Update tests to allow them to run on Java 19
...
Closes gh-32280
4 years ago
Andy Wilkinson
78f4242e46
Build with Gradle 7.5 while still supporting Gradle 6.8+
...
Closes gh-32281
4 years ago
Stephane Nicoll
6d0a504283
Start building against Spring Batch 4.3.7 snapshots
...
See gh-32271
4 years ago
Stephane Nicoll
bb6307a506
Start building against Spring Kafka 2.8.9 snapshots
...
See gh-32270
4 years ago