Stephane Nicoll
8bca178b83
Upgrade to Byte Buddy 1.12.17
...
Closes gh-32454
2022-09-21 08:24:27 +02:00
Stephane Nicoll
d5debb1d3d
Upgrade to Spring Integration 5.5.15
...
Closes gh-32453
2022-09-21 08:22:25 +02:00
Stephane Nicoll
b3db0768c0
Upgrade to Spring GraphQL 1.0.2
...
Closes gh-32426
2022-09-21 08:21:56 +02:00
Phillip Webb
445dff0483
Upgrade to MariaDB 3.0.8
...
Closes gh-32445
2022-09-20 14:15:06 -07:00
Phillip Webb
0ff789415e
Upgrade to Jetty 9.4.49.v20220914
...
Closes gh-32444
2022-09-20 14:15:03 -07:00
Phillip Webb
f9b532d5aa
Upgrade to Groovy 3.0.13
...
Closes gh-32443
2022-09-20 14:14:59 -07:00
Phillip Webb
8b9c0f2cb3
Merge branch '2.6.x' into 2.7.x
2022-09-20 14:10:46 -07:00
Phillip Webb
c7254cfe25
Upgrade to Jetty 9.4.49.v20220914
...
Closes gh-32441
2022-09-20 14:06:08 -07:00
Phillip Webb
634799f887
Upgrade to Groovy 3.0.13
...
Closes gh-32440
2022-09-20 14:06:06 -07:00
Stephane Nicoll
4e82a69a0b
Start building against Spring GraphQL 1.0.2 snapshots
...
See gh-32426
2022-09-20 03:36:08 +02:00
Stephane Nicoll
707ebfb2d8
Merge branch '2.6.x' into 2.7.x
2022-09-20 03:30:59 +02:00
Stephane Nicoll
e616fb5d8b
Upgrade to Spring Kafka 2.8.9
...
Closes gh-32277
2022-09-20 03:30:50 +02:00
Stephane Nicoll
cddfa4b58c
Upgrade to Spring AMQP 2.4.7
...
Closes gh-32276
2022-09-20 03:30:23 +02:00
Stephane Nicoll
6c37838f31
Upgrade to Spring Kafka 2.8.9
...
Closes gh-32270
2022-09-20 03:29:41 +02:00
Stephane Nicoll
033b6b5dbe
Upgrade to Spring AMQP 2.4.7
...
Closes gh-32269
2022-09-20 03:29:16 +02:00
Stephane Nicoll
1132f983a9
Merge branch '2.6.x' into 2.7.x
2022-09-19 17:57:27 +02:00
Stephane Nicoll
85d73a1f62
Upgrade to Spring Data 2021.2.3
...
Closes gh-32275
2022-09-19 17:57:17 +02:00
Stephane Nicoll
d72e0b39fc
Upgrade to Spring Data 2021.1.7
...
Closes gh-32268
2022-09-19 17:56:19 +02:00
Stephane Nicoll
308e3535bd
Merge branch '2.6.x' into 2.7.x
...
Closes gh-32417
2022-09-19 07:55:45 +02:00
Stephane Nicoll
d2ad0b7f91
Merge pull request #32405 from jprinet
...
* pr/32405:
Upgrade to Gradle Enterprise plugin 3.11.1
Closes gh-32405
2022-09-19 07:55:36 +02:00
Jerome Prinet
173b70c377
Upgrade to Gradle Enterprise plugin 3.11.1
...
See gh-32405
2022-09-19 07:51:55 +02:00
Scott Frederick
8d0ca4e640
Merge branch '2.6.x' into 2.7.x
...
Closes gh-32410
2022-09-16 15:27:17 -05:00
Scott Frederick
057ad72945
Enable Paketo builder system tests on Java 18
...
Closes gh-32296
2022-09-16 15:26:56 -05:00
Andy Wilkinson
a800f7d77c
Merge branch '2.6.x' into 2.7.x
...
Closes gh-32406
2022-09-16 17:03:13 +01:00
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
2022-09-16 16:24:57 +01:00
Andy Wilkinson
7827e8166e
Merge branch '2.6.x' into 2.7.x
...
Closes gh-32402
2022-09-16 11:38:07 +01:00
Andy Wilkinson
ab26050fe7
Document support for Java 19
...
Closes gh-32259
2022-09-16 11:37:14 +01:00
Stephane Nicoll
93601611fd
Merge branch '2.6.x' into 2.7.x
2022-09-16 07:41:31 +02:00
Stephane Nicoll
756eaea766
Upgrade to Spring HATEOAS 1.5.2
...
Closes gh-32378
2022-09-16 07:41:04 +02:00
Stephane Nicoll
998396dd8a
Upgrade to Spring HATEOAS 1.4.5
...
Closes gh-32400
2022-09-16 07:39:56 +02:00
Andy Wilkinson
52522b87f0
Merge branch '2.6.x' into 2.7.x
...
Closes gh-32393
2022-09-15 11:57:28 +01:00
Andy Wilkinson
77f428498f
Compile against SnakeYAML 1.32 and test against older versions
...
Closes gh-32392
2022-09-15 11:55:44 +01:00
Stephane Nicoll
150682a2cc
Merge branch '2.6.x' into 2.7.x
2022-09-15 11:10:12 +02:00
Stephane Nicoll
4aabe7caf5
Upgrade to Spring Framework 5.3.23
...
Closes gh-32274
2022-09-15 11:09:43 +02:00
Stephane Nicoll
78fb738117
Upgrade to Spring Framework 5.3.23
...
Closes gh-32267
2022-09-15 11:08:55 +02:00
Stephane Nicoll
8e56b77869
Merge branch '2.6.x' into 2.7.x
2022-09-15 10:06:31 +02:00
Stephane Nicoll
29cffc6e40
Upgrade CI to Docker 20.10.18
...
Closes gh-32376
2022-09-15 10:06:07 +02:00
Stephane Nicoll
3a55c3a530
Upgrade CI to Docker 20.10.18
...
Closes gh-32377
2022-09-15 10:05:31 +02:00
Stephane Nicoll
101d5c0efb
Merge branch '2.6.x' into 2.7.x
2022-09-14 22:19:11 +02:00
Stephane Nicoll
9620fb5317
Start building against Spring HATEOAS 1.5.2 snapshots
...
See gh-32378
2022-09-14 22:16:03 +02:00
Stephane Nicoll
1839c8385e
Upgrade to RSocket 1.1.3
...
Closes gh-32380
2022-09-14 22:15:40 +02:00
Stephane Nicoll
9b122924c8
Upgrade to RSocket 1.1.3
...
Closes gh-32379
2022-09-14 22:13:43 +02:00
Stephane Nicoll
516fa5da21
Merge branch '2.6.x' into 2.7.x
2022-09-14 14:02:08 +02:00
Stephane Nicoll
cdac50a1c9
Upgrade to UnboundID LDAPSDK 6.0.6
...
Closes gh-32329
2022-09-14 11:01:19 +02:00
Stephane Nicoll
d4a88041dc
Upgrade to R2DBC Bom Borca-SR2
...
Closes gh-32328
2022-09-14 11:01:19 +02:00
Stephane Nicoll
24ab4e88cd
Upgrade to Netty 4.1.82.Final
...
Closes gh-32327
2022-09-14 10:32:46 +02:00
Stephane Nicoll
8621e63aef
Upgrade to Kafka 3.1.2
...
Closes gh-32326
2022-09-14 10:32:44 +02:00
Stephane Nicoll
7e8c560e9b
Upgrade to Johnzon 1.2.19
...
Closes gh-32325
2022-09-14 10:32:42 +02:00
Stephane Nicoll
d525d36fb9
Upgrade to Janino 3.1.8
...
Closes gh-32324
2022-09-14 10:32:39 +02:00
Stephane Nicoll
7cff955030
Upgrade to Jackson Bom 2.13.4
...
Closes gh-32323
2022-09-14 10:32:37 +02:00