Commit Graph

44741 Commits (018c188cebfda2750d2cc4302343a646105fe0a7)
 

Author SHA1 Message Date
Scott Frederick 1c03ed3184 Merge branch '3.1.x'
Closes gh-37052
1 year ago
Scott Frederick ef40d9ebe2 Merge branch '3.0.x' into 3.1.x
Closes gh-37051
1 year ago
Scott Frederick 0b197650a9 Merge branch '2.7.x' into 3.0.x
Closes gh-37050
1 year ago
Scott Frederick d5cfe4d475 Remove invalid caches parameter entry from Maven plugin docs
Fixes gh-37048
1 year ago
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
1 year ago
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
1 year ago
Stephane Nicoll 1798c561f4 Merge branch '3.1.x' 1 year ago
Stephane Nicoll 63afb67a37 Merge branch '3.0.x' into 3.1.x 1 year ago
Stephane Nicoll 5e41d910f0 Upgrade to Spring LDAP 3.2.0-M2
Closes gh-36679
1 year ago
Stephane Nicoll e3cc18831c Upgrade to Spring Session 3.1.2
Closes gh-36849
1 year ago
Stephane Nicoll f5821653ff Upgrade to Spring LDAP 3.1.1
Closes gh-36847
1 year ago
Stephane Nicoll 1ae23ccc73 Upgrade to Spring Session 3.0.3
Closes gh-36838
1 year ago
Stephane Nicoll df1d4c7b90 Merge branch '3.1.x' 1 year ago
Stephane Nicoll 9b4df98bab Merge branch '3.0.x' into 3.1.x 1 year ago
Stephane Nicoll 0bc8dc1712 Merge branch '2.7.x' into 3.0.x 1 year ago
Stephane Nicoll 48ea1ed8fb Upgrade to Spring Data Bom 2023.1.0-M2
Closes gh-36680
1 year ago
Stephane Nicoll e995ef6830 Upgrade to Undertow 2.3.8.Final
Closes gh-37032
1 year ago
Stephane Nicoll 7763c906bf Upgrade to Undertow 2.3.8.Final
Closes gh-37031
1 year ago
Stephane Nicoll a75bae6711 Upgrade to Spring Data Bom 2023.0.3
Closes gh-36845
1 year ago
Stephane Nicoll 5158c16052 Upgrade to Undertow 2.3.8.Final
Closes gh-37030
1 year ago
Stephane Nicoll 73e495e0e3 Upgrade to Spring LDAP 3.0.5
Closes gh-36836
1 year ago
Stephane Nicoll 1b8002684a Upgrade to Spring Data Bom 2022.0.9
Closes gh-36834
1 year ago
Stephane Nicoll be57f33df6 Upgrade to Undertow 2.2.26.Final
Closes gh-37029
1 year ago
Stephane Nicoll 0057d67445 Upgrade to Spring Data Bom 2021.2.15
Closes gh-36828
1 year ago
Stephane Nicoll fc35975fcc Merge branch '3.1.x'
Closes gh-37028
1 year ago
Stephane Nicoll d9cc6e810f Merge branch '3.0.x' into 3.1.x
Closes gh-37027
1 year ago
Stephane Nicoll 1f6d0600b5 Merge branch '2.7.x' into 3.0.x
Closes gh-37026
1 year ago
Stephane Nicoll 6efd9ed0b0 Test Gradle plugin against Gradle 8.3
Closes gh-37025
1 year ago
Stephane Nicoll 2ee1c1eeac Merge branch '3.1.x'
Closes gh-37023
1 year ago
Stephane Nicoll 958f92495d Merge branch '3.0.x' into 3.1.x
Closes gh-37022
1 year ago
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
1 year ago
Stephane Nicoll 5c1c5c0d5e Merge branch '3.1.x'
Closes gh-37021
1 year ago
Stephane Nicoll a15ae2bd02 Merge branch '3.0.x' into 3.1.x
Closes gh-37020
1 year ago
Stephane Nicoll 87569a0d17 Merge branch '2.7.x' into 3.0.x
Closes gh-37019
1 year ago
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
1 year ago
Stephane Nicoll 06d0e45383 Upgrade to Spring Framework 6.1.0-M4
Closes gh-36678
1 year ago
Moritz Halbritter 450cd712c9 Merge branch '3.1.x'
Closes gh-37016
1 year ago
Moritz Halbritter a6b63d285c Merge branch '3.0.x' into 3.1.x
Closes gh-37015
1 year ago
Moritz Halbritter d3816651ce Merge branch '2.7.x' into 3.0.x
Closes gh-37014
1 year ago
Moritz Halbritter efb87fd9ea Merge pull request #36766 from NersesAM
* pr/36766:
  Polish "Set max request header size on Netty when using HTTP/2"
  Set max request header size on Netty when using HTTP/2

Closes gh-36766
1 year ago
Moritz Halbritter dc62e5fbc3 Polish "Set max request header size on Netty when using HTTP/2"
See gh-36766
1 year ago
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
1 year ago
Scott Frederick 1d244a671d Merge branch '3.1.x'
Closes gh-37011
1 year ago
Scott Frederick 358717ce90 Merge branch '3.0.x' into 3.1.x
Closes gh-37012
1 year ago
Scott Frederick 3907e40d16 Merge branch '2.7.x' into 3.0.x
Closes gh-37010
1 year ago
Scott Frederick da7eea49b1 Upgrade CI images to ubuntu:jammy-20230804
Closes gh-37009
1 year ago
Stephane Nicoll e1af526129 Prohibit upgrades to Liquibase 4.23.1
Closes gh-36984
1 year ago
Stephane Nicoll 5762e41b6e Merge pull request #36991 from ramilS
* pr/36991:
  Polish "Reuse JOOQ helper to determine the dialect to use"
  Reuse JOOQ helper to determine the dialect to use

Closes gh-36991
1 year ago
Stephane Nicoll 37467c79d0 Polish "Reuse JOOQ helper to determine the dialect to use"
See gh-36991
1 year ago
Ramil Sayetov 36b5500ad0 Reuse JOOQ helper to determine the dialect to use
See gh-36991
1 year ago