Phillip Webb
f334b27d60
Merge branch '2.3.x' into 2.4.x
4 years ago
Phillip Webb
166d9b12f1
Merge branch '2.2.x' into 2.3.x
4 years ago
Phillip Webb
7ed64f0677
Drop registry mirror from CI
...
Remove the registry mirror since it causes oci-build-task to fail.
See gh-25135
4 years ago
Phillip Webb
f555a6f55f
Merge branch '2.3.x' into 2.4.x
...
Closes gh-25160
4 years ago
Phillip Webb
f5f1b4348e
Merge branch '2.2.x' into 2.3.x
...
Closes gh-25159
4 years ago
Phillip Webb
0129e6b52d
Upgrade CI to github-pr-resource v0.23.0
...
Closes gh-25155
4 years ago
Phillip Webb
cd44db9fdb
Merge branch '2.3.x' into 2.4.x
...
Closes gh-25157
4 years ago
Phillip Webb
479f6200da
Merge branch '2.2.x' into 2.3.x
...
Closes gh-25156
4 years ago
Phillip Webb
4b97f819d6
Upgrade CI to artifactory-resource 0.0.13
...
Closes gh-25154
4 years ago
Stephane Nicoll
890c95adba
Merge branch '2.3.x' into 2.4.x
...
Closes gh-25144
4 years ago
Stephane Nicoll
700c9ee0d9
Merge pull request #25120 from dreis2211
...
* pr/25120:
Upgrade to Gradle Enterprise Gradle Plugin 3.5.2
Closes gh-25120
4 years ago
dreis2211
4bb86d4d8d
Upgrade to Gradle Enterprise Gradle Plugin 3.5.2
...
See gh-25120
4 years ago
Andy Wilkinson
caa9249987
Merge branch '2.3.x' into 2.4.x
...
Closes gh-25142
4 years ago
Andy Wilkinson
7898b6afb0
Remove duplicate publication from spring-boot-docs
...
Fixes gh-25132
4 years ago
Stephane Nicoll
9218965104
Merge branch '2.3.x' into 2.4.x
...
Closes gh-25140
4 years ago
Stephane Nicoll
4f656d379c
Merge pull request #25116 from dreis2211
...
* pr/25116:
Fix build deprecation warnings about duplicate jar entries
Closes gh-25116
4 years ago
dreis2211
4937547b8a
Fix build deprecation warnings about duplicate jar entries
...
See gh-25116
4 years ago
Stephane Nicoll
b09202ed40
Merge pull request #25093 from izeye
...
* pr/25093:
Polish
Closes gh-25093
4 years ago
izeye
63ee99bf75
Polish
...
See gh-25093
4 years ago
Stephane Nicoll
1c5b802bfe
Merge pull request #25075 from oleg-sukhov
...
* pr/25075:
Polish "Clarify usage of BufferingApplicationStartup"
Clarify usage of BufferingApplicationStartup
Closes gh-25075
4 years ago
Stephane Nicoll
b2818680fd
Polish "Clarify usage of BufferingApplicationStartup"
...
See gh-25075
4 years ago
Oleg Sukhov
853dbc3de3
Clarify usage of BufferingApplicationStartup
...
See gh-25075
4 years ago
Andy Wilkinson
88bea823f8
Merge branch '2.3.x' into 2.4.x
...
Closes gh-25118
4 years ago
Andy Wilkinson
d12bb6f915
Upgrade to Gradle 6.8.2
...
Closes gh-25117
4 years ago
Andy Wilkinson
297e3079d0
Fix handling of UriTemplateRequestEntity in TestRestTemplate
...
A change [1] in Spring Framework 5.3 means that getUrl() on a
RequestEntity will throw an UnsupportedOperationException if the
entity was created using a template.
This commit updates TestRestTemplate to check for instances of
UriTemplateRequestEntity and to resolve the URI using the
entity's UriTemplateHandler instead of calling getUrl() directly.
Fixes gh-25097
[1] a0f4d81db7
4 years ago
Andy Wilkinson
788a42d694
Merge branch '2.3.x' into 2.4.x
...
See gh-25076
4 years ago
Andy Wilkinson
67479b6380
Add junit-platform-launcher dependency by convention
...
Closes gh-25074
4 years ago
Phillip Webb
230b4ab2eb
Merge branch '2.3.x' into 2.4.x
4 years ago
Phillip Webb
630d216430
Update copyright year of changed files
4 years ago
Phillip Webb
331c7b756b
Merge branch '2.3.x' into 2.4.x
4 years ago
Phillip Webb
c404a50a2e
Allow test to use snapshot/milestone repo
...
Update `spring-boot-maven-plugin` `settings.xml` so that milestone and
snapshot dependencies can be resolved.
See gh-23936
4 years ago
Phillip Webb
003f2f9521
Merge branch '2.3.x' into 2.4.x
4 years ago
Phillip Webb
faaa5e4186
Fix BOM attached sourceSet
...
See gh-23936
4 years ago
Phillip Webb
db52bf3d7a
Merge branch '2.3.x' into 2.4.x
...
Closes gh-25078
4 years ago
Phillip Webb
40c1748e3c
Remove hardcoded versions from MavenBuild
...
Use the dependencies BOM to ensure versions used in the `MavenBuild`
test class are always aligned.
Closes gh-23936
4 years ago
Phillip Webb
257608a3a3
Merge branch '2.3.x' into 2.4.x
...
Closes gh-25076
4 years ago
Phillip Webb
939b5dfc26
Add junit-platform-launcher dependency
...
Update `build.gradle` files to ensure that `junit-platform-launcher` is
a `testRuntimeOnly` dependency. This ensures that tests can be run from
Eclipse.
Closes gh-25074
4 years ago
Andy Wilkinson
79c0597aa2
Merge branch '2.3.x' into 2.4.x
...
Closes gh-25072
4 years ago
Andy Wilkinson
3585d20453
Include IDialect beans in WebFluxTest and WebMvcTest
...
Fixes gh-24149
4 years ago
Phillip Webb
57f1f17320
Merge branch '2.3.x' into 2.4.x
...
Closes gh-25066
4 years ago
Phillip Webb
187258aa6a
Fix classpath.idx format documentation
...
Since 2.3.8 and 2.4.2 the format includes the directory.
Closes gh-24856
4 years ago
Phillip Webb
9ac5151932
Merge branch '2.3.x' into 2.4.x
...
Closes gh-25064
4 years ago
Phillip Webb
19c5864d2c
Clarify square bracket map binding notation
...
Update reference docs to make it clearer when the square bracket map
binding notation should be used.
Closes gh-23390
4 years ago
Phillip Webb
d7c44e4503
Merge branch '2.3.x' into 2.4.x
...
Closes gh-25061
4 years ago
Phillip Webb
549d4f7fbe
Document that Spring MVC has own ConversionService
...
Update documentation to make it clearer that Spring MVC does not use the
`ApplicationConversionService` unless configured explicitly.
Closes gh-22718
4 years ago
Phillip Webb
77478d9f34
Refine CharSequenceToObjectConverter logic
...
Update `CharSequenceToObjectConverter` so that conversion that would
apply using an `ObjectTo...` converter now favors `toString()` based
conversion.
Prior to this commit, when converting a `CharSequence` to a `Collection`
the `ObjectToCollectionConveter` would be picked instead of the
`StringToCollectionConverter`. This resulted in a `Collection`
containing a single `String` value, rather than the expected list
of values split around ",".
Fixes gh-25057
4 years ago
Phillip Webb
dd997cda9c
Remove sysout from test
4 years ago
Andy Wilkinson
a3058200cb
Merge branch '2.3.x' into 2.4.x
...
Closes gh-25050
4 years ago
Andy Wilkinson
5360ca6500
Merge pull request #25048 from dreis2211
...
* gh-25048:
Fix duplicate anchor id
Closes gh-25048
4 years ago
dreis2211
4940694db2
Fix duplicate anchor id
...
See gh-25048
4 years ago