Phillip Webb
ce70e7d768
Merge branch '2.1.x' into 2.2.x
...
Closes gh-23613
4 years ago
Phillip Webb
1db2f5f960
Support Formatter conversion service beans
...
Update `ConversionServiceDeducer` to also include `Formatter` beans
when they are qualified with `@ConfigurationPropertiesBinding`.
Fixes gh-23576
4 years ago
Phillip Webb
61181b4554
Merge branch '2.2.x' into 2.3.x
...
Closes gh-23611
4 years ago
Phillip Webb
c523295694
Merge branch '2.1.x' into 2.2.x
...
Closes gh-23610
4 years ago
Phillip Webb
206356728c
Add upgrading section to reference docs
...
Add a section to the reference documentation with links to the release
notes on the wiki.
Closes gh-23529
4 years ago
Andy Wilkinson
543763462c
Update tests to look for snippets in correct location
...
See gh-23598
4 years ago
Andy Wilkinson
7eb92cc71a
More Gradle snippets to correct location
...
See gh-23598
4 years ago
Andy Wilkinson
2d3291fb83
Merge branch '2.2.x' into 2.3.x
...
Closes gh-23598
4 years ago
Andy Wilkinson
7ac14203ab
Expand Gradle plugin's docs on setting bootRun's system properties
...
Closes gh-23578
4 years ago
Stephane Nicoll
a74c538bec
Merge pull request #23561 from thorasine
...
* pr/23561:
Fix typos
Closes gh-23561
4 years ago
Thorasine
6c3dfac1d0
Fix typos
...
See gh-23561
4 years ago
Madhura Bhave
e2289e2f21
Merge branch '2.2.x' into 2.3.x
...
Closes gh-23569
4 years ago
Madhura Bhave
4dad8c221a
Merge pull request #23566 from Shraddha-Yeole
...
* pr/23566:
Polish "Do not fail if h2Console bean cannot connect to db"
Do not fail if h2Console bean cannot connect to db
Closes gh-23566
4 years ago
Madhura Bhave
c0f158dffd
Polish "Do not fail if h2Console bean cannot connect to db"
...
See gh-23566
4 years ago
Shraddha Yeole
2d76de29ff
Do not fail if h2Console bean cannot connect to db
...
See gh-23566
4 years ago
Madhura Bhave
9a6d52e30d
Merge branch '2.2.x' into 2.3.x
4 years ago
Madhura Bhave
3118ca9313
Polish
4 years ago
Madhura Bhave
121ba2b0ab
Merge branch '2.2.x' into 2.3.x
...
Closes gh-23567
4 years ago
Madhura Bhave
0cdb1b3b26
Merge pull request #23562 from ketaki-t
...
* pr/23562:
Remove documentation for unsupported gradle versions
Closes gh-23562
4 years ago
ketaki-t
66aa24b5f0
Remove documentation for unsupported gradle versions
...
See gh-23562
4 years ago
Andy Wilkinson
914dccade2
Merge branch '2.2.x' into 2.3.x
...
Closes gh-23555
4 years ago
Andy Wilkinson
323af718e2
Only change the method of requests that Jetty won't handle by default
...
Previously, JettyEmbeddedErrorHandler would change the method of every
request that is handles to GET. This was being done to work around
Jetty's error handling only dealing with GET, POST, and HEAD requests
by default. It had the unwanted side-effect of causing an error
response to a HEAD request having a body as, from the error handling's
perspective, it was a GET request.
This commit updates JettyEmbeddedErrorHandler to only set the method
on a request for which error handling is being performed if the method
isn't already one that will be handled, leaving the method of GET,
POST, and HEAD requests unchanged.
Unfortunately, short of implementing an HTTP client, this change cannot
be tested as the Apache HttpClient, OkHttp, and the JDK's
HttpURLConnection all silently drop the body of a response to a HEAD
request, preventing a test from asserting that a body hasn't been sent.
Closes gh-23551
4 years ago
Stephane Nicoll
74a164e822
Upgrade Ubuntu version in CI images
...
Closes gh-23548
4 years ago
Stephane Nicoll
23698de21c
Merge branch '2.2.x' into 2.3.x
4 years ago
Stephane Nicoll
b3563deeb3
Upgrade Ubuntu version in CI images
...
Closes gh-23549
4 years ago
Stephane Nicoll
94da5155d6
Merge branch '2.1.x' into 2.2.x
4 years ago
Stephane Nicoll
abee05c67b
Upgrade Ubuntu version in CI images
...
Closes gh-23546
4 years ago
Andy Wilkinson
bd4934b0fd
Fix matching of SNAPSHOT artifacts when customizing layers
...
Previously the artifact's version was used. In an artifact's version,
SNAPSHOT is replaced with the timestamped version number of a specific
snapshot. As a result, it no longer matches the *:*:*SNAPSHOT pattern.
This commit replaces switches to using the artifact's base version.
This preserves the SNAPSHOT in the version number. For non-snapshot
artifacts, the version and base version are identical.
Fixes gh-23533
4 years ago
Stephane Nicoll
cd15cbdc79
Do not execute datasource initialization in a separate thread
...
This commit makes sure that `data.sql` is performed in the same thread
as the one initializing the JPA container.
Closes gh-22852
4 years ago
Stephane Nicoll
789fafadac
Start building against Spring Framework 5.3.10 snapshots
...
See gh-23526
4 years ago
Stephane Nicoll
466c1012d6
Merge branch '2.2.x' into 2.3.x
...
Closes gh-23521
4 years ago
Stephane Nicoll
fd3683646a
Migrate SessionAutoConfigurationMongoTests to Testcontainers
...
Closes gh-23512
4 years ago
Stephane Nicoll
209f92cfd4
Merge branch '2.2.x' into 2.3.x
...
See gh-23495
4 years ago
Stephane Nicoll
350ef9755d
Merge branch '2.1.x' into 2.2.x
...
See gh-23494
4 years ago
Stephane Nicoll
756a86aa8f
Rename changelog generator's task name
...
Closes gh-23493
4 years ago
Stephane Nicoll
2c1634e6ed
Merge branch '2.2.x' into 2.3.x
...
Closes gh-23508
4 years ago
Stephane Nicoll
e25e67cbff
Merge pull request #23502 from chenrujun
...
* pr/23502:
Add mising entry for Netty tcnative dependency management
Closes gh-23502
4 years ago
Rujun Chen
8330752b11
Add mising entry for Netty tcnative dependency management
...
See gh-23502
4 years ago
Andy Wilkinson
9bd040cb0f
Merge branch '2.2.x' into 2.3.x
...
Closes gh-23500
4 years ago
Andy Wilkinson
e74f777971
Remove use of spring-core's Assert from PropertiesLauncher
...
Fixes gh-23474
4 years ago
Phillip Webb
f53b031628
Merge branch '2.2.x' into 2.3.x
4 years ago
Phillip Webb
325194093c
Merge branch '2.1.x' into 2.2.x
4 years ago
Phillip Webb
6d70c3867e
Upgrade to latest concourse-java-scripts
4 years ago
Phillip Webb
ff4d3eb1be
Merge branch '2.2.x' into 2.3.x
...
Closes gh-23498
4 years ago
Phillip Webb
f16eabad0a
Merge branch '2.1.x' into 2.2.x
...
Closes gh-23497
4 years ago
Phillip Webb
56a8125eee
Upgrade docker images to Ubuntu Focal
...
Closes gh-23492
4 years ago
Phillip Webb
e077ee4d63
Merge branch '2.2.x' into 2.3.x
...
Closes gh-23495
4 years ago
Phillip Webb
4bc3a34f54
Merge branch '2.1.x' into 2.2.x
...
Closes gh-23494
4 years ago
Phillip Webb
abe169d593
Upgrade to github-changelog-generator 0.0.3
...
Closes gh-23493
4 years ago
Phillip Webb
49c184d5cf
Merge branch '2.2.x' into 2.3.x
4 years ago