Stéphane Nicoll
e67f2fb96b
Merge pull request #48170 from vpavic
...
* pr/48170:
Polish contribution
Mention support for detecting AWS ECS in "Deploying to the Cloud"
Closes gh-48170
4 months ago
Stéphane Nicoll
15bf80d3ff
Polish contribution
...
See gh-48170
4 months ago
Vedran Pavic
802dacb007
Mention support for detecting AWS ECS in "Deploying to the Cloud"
...
See gh-48170
Signed-off-by: Vedran Pavic <vedran@vedranpavic.com>
4 months ago
Stéphane Nicoll
44e29b654d
Merge branch '3.5.x'
...
Closes gh-48171
4 months ago
Stéphane Nicoll
bb247e82aa
Merge pull request #48153 from TerryTaoYY
...
* pr/48153:
Hande SSL metrics for dynamically registered bundles
Closes gh-48153
4 months ago
TerryTaoYY
8214f3c22b
Hande SSL metrics for dynamically registered bundles
...
See gh-48153
Signed-off-by: TerryTaoYY <yueyang.tao@gmail.com>
4 months ago
Andy Wilkinson
3d8c439091
Upgrade to Gradle 9.2.1
...
Closes gh-48167
4 months ago
Stéphane Nicoll
82653185fd
Merge branch '3.5.x'
4 months ago
Stéphane Nicoll
7a235ca89c
Merge branch '3.4.x' into 3.5.x
4 months ago
Stéphane Nicoll
4848bc1a16
Start building against Spring Framework 7.0.1 snapshots
...
See gh-48168
4 months ago
Stéphane Nicoll
65df86566b
Start building against Spring Framework 6.2.14 snapshots
...
See gh-48166
4 months ago
Stéphane Nicoll
2d9d48d472
Start building against Spring Framework 6.2.14 snapshots
...
See gh-48165
4 months ago
Stéphane Nicoll
7e9f5ebd96
Merge branch '3.5.x'
...
Closes gh-48163
4 months ago
Stéphane Nicoll
12d23a3abf
Merge pull request #48156 from vpavic
...
* pr/48156:
Polish contribution
Revise AWS section of "Deploying to the Cloud" in reference manual
Closes gh-48156
4 months ago
Stéphane Nicoll
1d4551e460
Polish contribution
...
See gh-48156
4 months ago
Vedran Pavic
165942f8ab
Revise AWS section of "Deploying to the Cloud" in reference manual
...
See gh-48156
Signed-off-by: Vedran Pavic <vedran@vedranpavic.com>
4 months ago
Moritz Halbritter
4af532b8ee
Add starters for Micrometer Metrics
...
This commit adds spring-boot-starter-micrometer-metrics and
spring-boot-starter-micrometer-metrics-test.
It also uses the new starters in smoke tests and in other starters,
which depended on spring-boot-micrometer-metrics.
Closes gh-48161
4 months ago
Stéphane Nicoll
cdc7a34b6d
Merge branch '3.5.x'
4 months ago
Stéphane Nicoll
9f39b5e231
Merge branch '3.4.x' into 3.5.x
4 months ago
Stéphane Nicoll
7bfc93f3c4
Upgrade to Spring Session 4.0.0
...
Closes gh-48000
4 months ago
Stéphane Nicoll
7f58805c39
Upgrade to Spring Security 7.0.0
...
Closes gh-47832
4 months ago
Stéphane Nicoll
8340a62c6f
Upgrade to Spring Kafka 4.0.0
...
Closes gh-47829
4 months ago
Stéphane Nicoll
5edeb2efcd
Upgrade to Spring AMQP 4.0.0
...
Closes gh-47823
4 months ago
Stéphane Nicoll
448f688e0c
Upgrade to Spring Security 6.5.7
...
Closes gh-48043
4 months ago
Stéphane Nicoll
69d23862b1
Upgrade to Spring Kafka 3.3.11
...
Closes gh-48041
4 months ago
Stéphane Nicoll
e56f3add09
Upgrade to Spring Security 6.4.13
...
Closes gh-48029
4 months ago
Stéphane Nicoll
8f91773cbe
Upgrade to Spring Kafka 3.3.11
...
Closes gh-48027
4 months ago
Phillip Webb
2e54aa6760
Merge branch '3.5.x'
...
Closes gh-48160
4 months ago
Phillip Webb
c3c983f1d8
Merge branch '3.4.x' into 3.5.x
...
Closes gh-48159
4 months ago
Phillip Webb
7837583484
Add credentials to ivy settings to support commercial builds
...
Closes gh-46824
4 months ago
Phillip Webb
2bb967de14
Merge branch '3.5.x'
4 months ago
Phillip Webb
80ed778179
Merge branch '3.4.x' into 3.5.x
4 months ago
Phillip Webb
0d0493e45e
Fix SpringRepositoriesExtensionTests
...
See gh-46823
4 months ago
Phillip Webb
7a8bc93fef
Merge branch '3.5.x'
...
Closes gh-48158
4 months ago
Phillip Webb
fec4a92c8c
Merge branch '3.4.x' into 3.5.x
...
Closes gh-48157
4 months ago
Phillip Webb
018fc57d64
Use spring.mavenRepositories in buildSrc for all build types
...
Refine `buildSrc` so that `spring.mavenRepositories()` are considered
for all build types (not just milestones and snapshots). We now pass
"springFrameworkVersion" to `SpringRepositorySupport.groovy` so that
repo.spring.io doesn't get added for OSS builds using release artifacts.
Closes gh-46823
4 months ago
Phillip Webb
2a9e6a2b93
Merge branch '3.5.x'
...
Fixes gh-48059
4 months ago
Phillip Webb
5954918c60
Merge branch '3.4.x' into 3.5.x
...
Fixes gh-48058
4 months ago
Andy Wilkinson
7f6c00d52a
Stop throwing PortInUseException for unassignable address
...
Fixes gh-47618
4 months ago
Moritz Halbritter
4730dcfef7
Merge pull request #46818 from BenchmarkingBuffalo
...
* pr/46818:
Polish "Fail fast with explicit error message for incompatible JDK version"
Fail fast with explicit error message for incompatible JDK version
Closes gh-46818
4 months ago
Moritz Halbritter
afc24aed1c
Polish "Fail fast with explicit error message for incompatible JDK version"
...
See gh-46818
4 months ago
BenchmarkingBuffalo
2998e84616
Fail fast with explicit error message for incompatible JDK version
...
See gh-46818
Signed-off-by: BenchmarkingBuffalo <46448799+BenchmarkingBuffalo@users.noreply.github.com>
4 months ago
Stéphane Nicoll
024bb7278e
Merge pull request #48145 from stevearmstrong-dev
...
* pr/48145:
Polish "Add missing HttpClientSettingsPropertyMapper tests"
Add missing HttpClientSettingsPropertyMapper tests
Closes gh-48145
4 months ago
Stéphane Nicoll
971bd500d4
Polish "Add missing HttpClientSettingsPropertyMapper tests"
...
See gh-48145
4 months ago
Steve Armstrong
82fe577596
Add missing HttpClientSettingsPropertyMapper tests
...
See gh-48145
Signed-off-by: Steve Armstrong <stevearmstrong-dev@users.noreply.github.com>
4 months ago
Stéphane Nicoll
2e4566bd3d
Polish
4 months ago
Stéphane Nicoll
992c905153
Merge branch '3.5.x'
4 months ago
Stéphane Nicoll
845a0aa82a
Merge branch '3.4.x' into 3.5.x
4 months ago
Stéphane Nicoll
2394f44474
Upgrade to Testcontainers 2.0.2
...
Closes gh-48152
4 months ago
Stéphane Nicoll
a03981eb49
Upgrade to Jetty Reactive HTTPClient 4.1.4
...
Closes gh-48151
4 months ago