Phillip Webb
43afb5bf69
Fix Spring Framework documentation link
...
See gh-41227
2024-09-03 20:31:15 -07:00
Phillip Webb
af830f7828
Merge pull request #42109 from einarpehrson
...
* pr/42109:
Fix StatsD link typo on Metrics documentation page
Closes gh-42109
2024-09-03 20:19:15 -07:00
Einar Pehrson
26fb0eecb5
Fix StatsD link typo on Metrics documentation page
...
The documentation link for StatsD metrics has incorrect anchor text.
See gh-42109
2024-09-03 20:18:48 -07:00
Phillip Webb
dc310b4627
Merge branch '3.2.x' into 3.3.x
...
Closes gh-42111
2024-09-03 20:16:44 -07:00
Phillip Webb
8358630bd5
Remove "Converting a Spring Boot JAR Application to a WAR"
...
Remove "Converting a Spring Boot JAR Application to a WAR" since the
guide is no longer available.
Closes gh-42110
2024-09-03 20:15:56 -07:00
Brian Clozel
a04dee67a3
Merge branch '3.2.x' into 3.3.x
2024-09-03 21:12:55 +02:00
Brian Clozel
d0c9e0e9e7
List types of OpenTelemetry support in Spring Boot
...
Closes gh-41227
2024-09-03 21:12:14 +02:00
Phillip Webb
9f38f2b74f
Merge branch '3.2.x' into 3.3.x
...
Closes gh-42107
2024-09-03 12:09:51 -07:00
Phillip Webb
aeafa20727
Prevent 'Recursive update' exceptions with Restarter
...
Update `Restarter` to prevent 'Recursive update' `IllegalStateException`
from being thrown. Calls to `objectFactory.getObject()` now happen
outside of `computeIfAbsent`.
Fixes gh-41571
2024-09-03 12:09:40 -07:00
Andy Wilkinson
ea246d378e
Merge branch '3.2.x' into 3.3.x
...
Closes gh-42103
2024-09-03 15:04:22 +01:00
Andy Wilkinson
978ee338a8
Merge pull request #42091 from Alchemik
...
* gh-42091:
Improve "Command-line Completion" section
Closes gh-42091
2024-09-03 15:03:29 +01:00
Leszek Jasek
0cd99a7435
Improve "Command-line Completion" section
...
Replaced deprecated Spring CLI options with the current ones,
improved section related to completion setup for zsh.
See gh-42091
2024-09-03 15:02:46 +01:00
Andy Wilkinson
790fd4a3e3
Merge branch '3.2.x' into 3.3.x
...
Closes gh-42100
2024-09-03 14:57:18 +01:00
Andy Wilkinson
09a06b96be
Merge pull request #42095 from
...
* gh-42095:
Polish "Polish"
Polish
Closes gh-42095
2024-09-03 14:56:44 +01:00
Andy Wilkinson
55f2af1279
Polish "Polish"
...
See gh-42095
2024-09-03 14:56:14 +01:00
arefbehboudi
aa83bbee3d
Polish
...
See gh-42095
2024-09-03 14:45:56 +01:00
Moritz Halbritter
8c5a0f08a4
Merge branch '3.2.x' into 3.3.x
...
Closes gh-42098
2024-09-03 14:46:52 +02:00
Moritz Halbritter
e7d6bd6ccd
Test spring-boot-maven-plugin against Maven 3.9.9
...
Closes gh-42097
2024-09-03 14:29:49 +02:00
Andy Wilkinson
d2f0b2b090
Correct package statements of Testing section's Kotlin snippets
...
Closes gh-42094
2024-09-03 10:05:19 +01:00
Phillip Webb
9f8fae0261
Merge pull request #42078 from martinfrancois
...
* pr/42078:
Improve formatting for Docker configuration example with Colima
Closes gh-42078
2024-09-01 18:56:08 -07:00
martinfrancois
fd9d907ef3
Improve formatting for Docker configuration example with Colima
...
See gh-42078
2024-09-01 18:55:59 -07:00
Phillip Webb
b29bc2dc2e
Merge branch '3.2.x' into 3.3.x
...
Closes gh-42081
2024-09-01 18:51:33 -07:00
Phillip Webb
f58728530b
Merge pull request #42069 from izeye
...
* pr/42069:
Polish
Closes gh-42069
2024-09-01 18:51:20 -07:00
Johnny Lim
a8452b54b5
Polish
...
See gh-42069
2024-09-01 18:50:38 -07:00
Phillip Webb
101ed0e543
Merge branch '3.2.x' into 3.3.x
...
Closes gh-42079
2024-09-01 15:25:15 -07:00
Phillip Webb
8c1d9872d2
Fix support for large zip files
...
Update `spring-boot-loader` to support large zip files by correctly
dealing with unsigned ints.
Fixes gh-42012
2024-09-01 15:13:46 -07:00
Phillip Webb
3a458d8062
Merge branch '3.2.x' into 3.3.x
...
Closes gh-42071
2024-08-31 11:21:51 -07:00
Phillip Webb
cc2dc558f1
Don't report already migrated properties when has group
...
Refine the fix adding commit 962936370a so that items with a group
are correctly checked.
Fixes gh-42068
2024-08-31 11:18:47 -07:00
Phillip Webb
a09af7ebcf
Merge branch '3.2.x' into 3.3.x
...
Closes gh-42059
2024-08-29 15:06:12 -07:00
Phillip Webb
10855056cc
Support blank MongoDB 'replica-set-name' properties
...
Update `null` checks to `StringUtils.hasText` to allow the
`replica-set-name' property to be overridden with an empty string.
Fixes gh-42055
2024-08-29 15:05:33 -07:00
Phillip Webb
71f509c9fd
Fix broken tab markup
...
Closes gh-42046
2024-08-28 13:00:25 -07:00
Andy Wilkinson
34108ac737
Merge branch '3.2.x' into 3.3.x
2024-08-28 14:40:31 +01:00
Andy Wilkinson
c98363d016
Polish formatting
2024-08-28 14:40:20 +01:00
Andy Wilkinson
77d9f1624d
Merge branch '3.2.x' into 3.3.x
...
Closes gh-42043
2024-08-28 14:24:47 +01:00
Andy Wilkinson
3087abdccd
Merge branch '3.2.x' into 3.3.x
...
Closes gh-42041
2024-08-28 14:24:10 +01:00
Andy Wilkinson
6ebc9b887e
Use ArchiveOperations instead of Project's zipTree
...
Closes gh-41999
2024-08-28 14:23:04 +01:00
Andy Wilkinson
ea0142f849
Use FileSystemOperations instead of Project copy and sync
...
Closes gh-41998
2024-08-28 14:22:44 +01:00
Andy Wilkinson
80884fe578
Merge branch '3.2.x' into 3.3.x
...
Closes gh-42010
2024-08-23 12:12:12 +01:00
Andy Wilkinson
0915b9534c
Upgrade to ArchUnit 1.3.0
...
Closes gh-42009
2024-08-23 11:27:03 +01:00
Stéphane Nicoll
aea45b5013
Adapt to Logback deprecation
...
This commit also adds a test so that we can catch this problem hopefully
sooner in the future.
Closes gh-42006
2024-08-23 09:23:30 +02:00
Andy Wilkinson
db1c25a8f6
Next development version (v3.3.4-SNAPSHOT)
2024-08-22 20:51:07 +01:00
Stéphane Nicoll
6a666eed33
Merge branch '3.2.x' into 3.3.x
2024-08-22 20:13:41 +02:00
Stéphane Nicoll
4018e6538f
Next development version (v3.2.10-SNAPSHOT)
2024-08-22 20:13:24 +02:00
Stéphane Nicoll
f0d2503b64
Merge branch '3.2.x' into 3.3.x
...
Closes gh-42001
2024-08-22 16:50:42 +02:00
Stéphane Nicoll
1822b2fade
Include spring-boot-starter-parent in Integration tests repository
...
This commit makes sure that integration tests for the Maven Plugin have
access to the current "spring-boot-starter-parent" pom and its
hierarchy as new integration tests rely on that.
Closes gh-42000
2024-08-22 16:46:52 +02:00
Andy Wilkinson
d4e1aedba5
Merge branch '3.2.x' into 3.3.x
2024-08-22 13:07:24 +01:00
Andy Wilkinson
0b24ee8571
Improve loading of jar entry certificates
...
Co-Authored-By: Phillip Webb <phil.webb@broadcom.com >
2024-08-22 10:56:25 +01:00
Andy Wilkinson
29e4607046
Merge branch '3.2.x' into 3.3.x
2024-08-22 07:48:46 +01:00
Andy Wilkinson
112cfc8be6
Remove processed annotations plugin declaration
...
See gh-41981
2024-08-22 07:48:34 +01:00
Phillip Webb
05b73ceeec
Call getErrorAttributes() only once
...
Refine the fix introduced in commit 60b7e6cf23 so that the
`getErrorAttributes()` method is not called multiple times. If the
status is missing, the `DefaultErrorWebExceptionHandler` will now
call an internal `DefaultErrorAttributes` instance in order to obtain
the actual status result.
Fixes gh-41732
2024-08-21 18:24:08 -07:00