- 06 Oct, 2020 3 commits
-
-
Andy Wilkinson authored
See gh-23598
-
Andy Wilkinson authored
Closes gh-23598
-
Andy Wilkinson authored
Closes gh-23578
-
- 02 Oct, 2020 11 commits
-
-
Stephane Nicoll authored
* pr/23561: Fix typos Closes gh-23561
-
Thorasine authored
See gh-23561
-
Madhura Bhave authored
Closes gh-23569
-
Madhura Bhave authored
* 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
-
Madhura Bhave authored
See gh-23566
-
Shraddha Yeole authored
See gh-23566
-
Madhura Bhave authored
-
Madhura Bhave authored
-
Madhura Bhave authored
Closes gh-23567
-
Madhura Bhave authored
* pr/23562: Remove documentation for unsupported gradle versions Closes gh-23562
-
ketaki-t authored
See gh-23562
-
- 01 Oct, 2020 7 commits
-
-
Andy Wilkinson authored
Closes gh-23555
-
Andy Wilkinson authored
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
-
Stephane Nicoll authored
Closes gh-23548
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-23549
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-23546
-
- 30 Sep, 2020 3 commits
-
-
Andy Wilkinson authored
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
-
Stephane Nicoll authored
This commit makes sure that `data.sql` is performed in the same thread as the one initializing the JPA container. Closes gh-22852
-
Stephane Nicoll authored
See gh-23526
-
- 29 Sep, 2020 2 commits
-
-
Stephane Nicoll authored
Closes gh-23521
-
Stephane Nicoll authored
Closes gh-23512
-
- 28 Sep, 2020 6 commits
-
-
Stephane Nicoll authored
See gh-23495
-
Stephane Nicoll authored
See gh-23494
-
Stephane Nicoll authored
Closes gh-23493
-
Stephane Nicoll authored
Closes gh-23508
-
Stephane Nicoll authored
* pr/23502: Add mising entry for Netty tcnative dependency management Closes gh-23502
-
Rujun Chen authored
See gh-23502
-
- 26 Sep, 2020 2 commits
-
-
Andy Wilkinson authored
Closes gh-23500
-
Andy Wilkinson authored
Fixes gh-23474
-
- 25 Sep, 2020 6 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
Closes gh-23498
-
Phillip Webb authored
Closes gh-23497
-
Phillip Webb authored
Closes gh-23492
-