Commit Graph

26227 Commits

Author SHA1 Message Date
Stephane Nicoll
da1950a689 Upgrade to Spring AMQP 2.4.15
Closes gh-36826
2023-08-22 08:56:03 +02:00
Stephane Nicoll
6fb813813a Upgrade to Groovy 3.0.19
Closes gh-37055
2023-08-22 08:56:02 +02:00
Scott Frederick
1c03ed3184 Merge branch '3.1.x'
Closes gh-37052
2023-08-21 16:41:11 -05:00
Scott Frederick
ef40d9ebe2 Merge branch '3.0.x' into 3.1.x
Closes gh-37051
2023-08-21 16:40:55 -05:00
Scott Frederick
0b197650a9 Merge branch '2.7.x' into 3.0.x
Closes gh-37050
2023-08-21 16:40:43 -05:00
Scott Frederick
d5cfe4d475 Remove invalid caches parameter entry from Maven plugin docs
Fixes gh-37048
2023-08-21 16:40:18 -05:00
Scott Frederick
c17ecf0f0b Add support for caching to bind mounts when building images
When building an image using the Maven `spring-boot:build-image` goal or
the Gradle `bootBuildImage` task, the build and launch caches can be
configured to use a bind mount as an alternative to using a named
volume.

Closes gh-28387
2023-08-21 15:04:39 -05:00
Brian Clozel
d46a58f0f6 Configure Virtual Threads support in Reactor
This commit configures the virtual threads support in Reactor Core for
Schedulers if:
* the current JDK is 21 or higher
* the current environment enables this globally with the
  `"spring.threads.virtual.enabled"` property.

This needs to happen early in the application startup process, as this
feature is detected statically when the first schedulers call is made.
As a result, this is being done with an environment post processor and
not with an auto-configuration class.

Closes gh-36302
2023-08-21 16:43:41 +02:00
Stephane Nicoll
5e41d910f0 Upgrade to Spring LDAP 3.2.0-M2
Closes gh-36679
2023-08-19 18:29:31 +02:00
Stephane Nicoll
e3cc18831c Upgrade to Spring Session 3.1.2
Closes gh-36849
2023-08-19 18:28:49 +02:00
Stephane Nicoll
f5821653ff Upgrade to Spring LDAP 3.1.1
Closes gh-36847
2023-08-19 18:28:48 +02:00
Stephane Nicoll
1ae23ccc73 Upgrade to Spring Session 3.0.3
Closes gh-36838
2023-08-19 18:27:19 +02:00
Stephane Nicoll
48ea1ed8fb Upgrade to Spring Data Bom 2023.1.0-M2
Closes gh-36680
2023-08-18 16:50:11 +02:00
Stephane Nicoll
e995ef6830 Upgrade to Undertow 2.3.8.Final
Closes gh-37032
2023-08-18 16:49:36 +02:00
Stephane Nicoll
7763c906bf Upgrade to Undertow 2.3.8.Final
Closes gh-37031
2023-08-18 16:48:01 +02:00
Stephane Nicoll
a75bae6711 Upgrade to Spring Data Bom 2023.0.3
Closes gh-36845
2023-08-18 16:47:55 +02:00
Stephane Nicoll
5158c16052 Upgrade to Undertow 2.3.8.Final
Closes gh-37030
2023-08-18 16:36:19 +02:00
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
fc35975fcc Merge branch '3.1.x'
Closes gh-37028
2023-08-18 14:33:46 +02:00
Stephane Nicoll
d9cc6e810f Merge branch '3.0.x' into 3.1.x
Closes gh-37027
2023-08-18 14:31:51 +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
2ee1c1eeac Merge branch '3.1.x'
Closes gh-37023
2023-08-17 17:14:41 +02:00
Stephane Nicoll
958f92495d Merge branch '3.0.x' into 3.1.x
Closes gh-37022
2023-08-17 17:14:30 +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
5c1c5c0d5e Merge branch '3.1.x'
Closes gh-37021
2023-08-17 16:14:12 +02:00
Stephane Nicoll
a15ae2bd02 Merge branch '3.0.x' into 3.1.x
Closes gh-37020
2023-08-17 16:12:59 +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
450cd712c9 Merge branch '3.1.x'
Closes gh-37016
2023-08-17 12:18:46 +02:00
Moritz Halbritter
a6b63d285c Merge branch '3.0.x' into 3.1.x
Closes gh-37015
2023-08-17 12:18:11 +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
e1af526129 Prohibit upgrades to Liquibase 4.23.1
Closes gh-36984
2023-08-16 17:53:45 +02:00
Stephane Nicoll
37467c79d0 Polish "Reuse JOOQ helper to determine the dialect to use"
See gh-36991
2023-08-16 15:56:16 +02:00
Ramil Sayetov
36b5500ad0 Reuse JOOQ helper to determine the dialect to use
See gh-36991
2023-08-16 15:51:44 +02:00
Stephane Nicoll
16b00b5ef7 Upgrade to Lettuce 6.2.6.RELEASE
Closes gh-37006
2023-08-16 15:44:09 +02:00
Stephane Nicoll
7af57299eb Upgrade to AspectJ 1.9.20
Closes gh-37005
2023-08-16 15:44:04 +02:00
Stephane Nicoll
9302bad4d9 Upgrade to Lettuce 6.2.6.RELEASE
Closes gh-37004
2023-08-16 15:40:52 +02:00
Stephane Nicoll
0ed32e83fe Upgrade to AspectJ 1.9.20
Closes gh-37003
2023-08-16 15:40:48 +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
7d00ff4adf Upgrade to Byte Buddy 1.14.6
Closes gh-36996
2023-08-16 15:17:16 +02:00
Stephane Nicoll
968328ead3 Upgrade to Couchbase Client 3.4.8
Closes gh-36988
2023-08-16 12:21:24 +02:00
Stephane Nicoll
983d060030 Upgrade to R2DBC Pool 1.0.1.RELEASE
Closes gh-36986
2023-08-16 12:21:24 +02:00
Stephane Nicoll
9b8b39db2a Upgrade to OpenTelemetry 1.29.0
Closes gh-36985
2023-08-16 12:21:24 +02:00