Stephane Nicoll
73e495e0e3
Upgrade to Spring LDAP 3.0.5
...
Closes gh-36836
2023-08-18 16:36:14 +02:00
Stephane Nicoll
1b8002684a
Upgrade to Spring Data Bom 2022.0.9
...
Closes gh-36834
2023-08-18 16:36:14 +02:00
Stephane Nicoll
be57f33df6
Upgrade to Undertow 2.2.26.Final
...
Closes gh-37029
2023-08-18 16:26:17 +02:00
Stephane Nicoll
0057d67445
Upgrade to Spring Data Bom 2021.2.15
...
Closes gh-36828
2023-08-18 16:26:12 +02:00
Stephane Nicoll
1f6d0600b5
Merge branch '2.7.x' into 3.0.x
...
Closes gh-37026
2023-08-18 14:15:48 +02:00
Stephane Nicoll
6efd9ed0b0
Test Gradle plugin against Gradle 8.3
...
Closes gh-37025
2023-08-18 14:05:50 +02:00
Stephane Nicoll
f3450fde7d
Detect nested types that are not directly nested to the current type
...
This commit makes sure that sub-namespace that are defined in a flat
manner in a configuration properties are considered for runtime hints
Closes gh-36909
2023-08-17 17:07:27 +02:00
Stephane Nicoll
87569a0d17
Merge branch '2.7.x' into 3.0.x
...
Closes gh-37019
2023-08-17 16:12:11 +02:00
Stephane Nicoll
3920f97aa1
Fix bomr version range constraint for single version
...
This commit fixes the version range in our DSL to use brackets around
a particular version we have to skip.
See https://maven.apache.org/enforcer/enforcer-rules/versionRanges.html
Closes gh-36976
2023-08-17 16:07:50 +02:00
Moritz Halbritter
d3816651ce
Merge branch '2.7.x' into 3.0.x
...
Closes gh-37014
2023-08-17 12:02:33 +02:00
Moritz Halbritter
dc62e5fbc3
Polish "Set max request header size on Netty when using HTTP/2"
...
See gh-36766
2023-08-17 11:50:18 +02:00
Nerses Aznauryan
ee5b23bb02
Set max request header size on Netty when using HTTP/2
...
Fix an issue that server.max-http-request-header-size doesn't have an
effect on Netty server with http2 enabled.
See gh-36766
2023-08-17 11:47:01 +02:00
Stephane Nicoll
b99ebc6f87
Upgrade to Lettuce 6.2.6.RELEASE
...
Closes gh-37002
2023-08-16 15:24:18 +02:00
Stephane Nicoll
bf98729cf9
Upgrade to AspectJ 1.9.20
...
Closes gh-37001
2023-08-16 15:24:13 +02:00
Stephane Nicoll
0a83531324
Upgrade to Reactor Bom 2022.0.10
...
Closes gh-36831
2023-08-15 17:14:01 +02:00
Stephane Nicoll
a3856e4342
Upgrade to Micrometer Tracing 1.0.9
...
Closes gh-36830
2023-08-15 17:14:00 +02:00
Stephane Nicoll
b91b213283
Upgrade to Micrometer 1.10.10
...
Closes gh-36829
2023-08-15 17:14:00 +02:00
Stephane Nicoll
b80f64a0e4
Upgrade to Infinispan 14.0.14.Final
...
Closes gh-36993
2023-08-15 17:13:59 +02:00
Stephane Nicoll
e1c0518047
Upgrade to Reactor Bom 2020.0.35
...
Closes gh-36825
2023-08-15 17:11:09 +02:00
Stephane Nicoll
a39b39c9dd
Upgrade to Micrometer 1.9.14
...
Closes gh-36824
2023-08-15 17:11:09 +02:00
Stephane Nicoll
4b1693f204
Upgrade to Neo4j Java Driver 5.11.0
...
Closes gh-36977
2023-08-14 16:48:35 +02:00
Stephane Nicoll
3188a4f134
Upgrade to Couchbase Client 3.4.8
...
Closes gh-36975
2023-08-14 16:46:56 +02:00
Stephane Nicoll
0271efae4c
Polish "Avoid setting null compiler option"
...
See gh-36971
2023-08-14 16:07:25 +02:00
omaryaya
a0ad00c542
Avoid setting null compiler option
...
See gh-36971
2023-08-14 16:06:34 +02:00
Stephane Nicoll
fe12e75955
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36968
2023-08-14 15:20:40 +02:00
Stephane Nicoll
e043fe434a
Update copyright year of changed file
...
See gh-36965
2023-08-14 15:13:32 +02:00
abaudat
3ad0e77db8
Align javadoc of AbstractFilterRegistrationBean#setDispatcherTypes
...
See gh-36965
2023-08-14 15:13:04 +02:00
normandra
62902a798d
Fix typo
...
See gh-36964
2023-08-14 15:01:39 +02:00
Stephane Nicoll
82b0666813
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36961
2023-08-14 12:04:01 +02:00
Stephane Nicoll
0e6abd1377
Provide more information about using spring.cache.type=none
...
Closes gh-33694
2023-08-14 12:03:40 +02:00
Stephane Nicoll
3ae65e073c
Use Aether to download JUnit platform launcher
...
This commit updates our maven plugin to use aether directly, rather than
the now deprecated maven features.
Closes gh-36724
2023-08-14 11:23:43 +02:00
Phillip Webb
9805723415
Update copyright year of changed files
2023-08-13 18:50:13 -07:00
Phillip Webb
a0089c5c76
Merge branch '2.7.x' into 3.0.x
2023-08-13 18:44:36 -07:00
Phillip Webb
46773dd5df
Update copyright year of changed files
2023-08-13 18:19:05 -07:00
Phillip Webb
527b2f2cac
Polish
2023-08-13 18:18:48 -07:00
Andy Wilkinson
dc45532c94
Avoid triggering second context creation when first attempt failed
...
Closes gh-24888
2023-08-10 14:39:28 +01:00
Stephane Nicoll
8346cf2182
Upgrade to Logback 1.4.11
...
Closes gh-36925
2023-08-10 15:07:57 +02:00
Stephane Nicoll
97e8a6218c
Upgrade to Thymeleaf Extras SpringSecurity 3.1.2.RELEASE
...
Closes gh-36922
2023-08-10 14:52:04 +02:00
Stephane Nicoll
65a6e9559c
Upgrade to Thymeleaf 3.1.2.RELEASE
...
Closes gh-36921
2023-08-10 14:52:04 +02:00
Stephane Nicoll
d175ddb2fa
Upgrade to R2DBC Pool 1.0.1.RELEASE
...
Closes gh-36920
2023-08-10 14:52:03 +02:00
Stephane Nicoll
86a882bd90
Upgrade to Netty 4.1.96.Final
...
Closes gh-36919
2023-08-10 14:52:03 +02:00
Stephane Nicoll
7484b21202
Upgrade to jOOQ 3.17.15
...
Closes gh-36917
2023-08-10 14:52:03 +02:00
Stephane Nicoll
6d1d946bba
Upgrade to Jersey 3.1.3
...
Closes gh-36916
2023-08-10 14:52:03 +02:00
Stephane Nicoll
c146c03743
Upgrade to Infinispan 14.0.13.Final
...
Closes gh-36915
2023-08-10 14:52:03 +02:00
Stephane Nicoll
2b40da59ea
Upgrade to Dependency Management Plugin 1.1.3
...
Closes gh-36914
2023-08-10 14:52:03 +02:00
Stephane Nicoll
f59c89cd59
Upgrade to Caffeine 3.1.8
...
Closes gh-36912
2023-08-10 14:52:02 +02:00
Stephane Nicoll
bcc904cc1c
Prohibit upgrades to Couchbase Client 3.4.9
...
Closes gh-36885
2023-08-10 14:49:11 +02:00
Andy Wilkinson
51bff73fe5
Upgrade to Netty 4.1.96.Final
...
Closes gh-36871
2023-08-09 15:13:54 +01:00
Andy Wilkinson
40d0bc0551
Upgrade to Elasticsearch 7.17.12
...
Closes gh-36870
2023-08-09 15:13:53 +01:00
Stephane Nicoll
6800f15aa6
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36876
2023-08-09 16:06:33 +02:00