- 09 Jul, 2018 9 commits
-
-
Madhura Bhave authored
-
Madhura Bhave authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Previously, if a jar that used custom compression configuration was repackaged, a failure may occur if an entry in the repackaged jar had a different compressed size to the entry in the source jar. This commit updates JarWriter to clear the input entry's compressed size (by setting it to -1) so that the repackaged entry's compressed size does not have to match that of the input entry. Closes gh-13720
-
Stephane Nicoll authored
* pr/13619: Polish "Improve description of Endpoint exclude" Improve description of Endpoint exclude
-
Stephane Nicoll authored
Closes gh-13619
-
Miguel Gomes authored
See gh-13619
-
Stephane Nicoll authored
* pr/13616: Polish
-
Johnny Lim authored
Closes gh-13616
-
- 06 Jul, 2018 2 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-13709
-
- 04 Jul, 2018 3 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-13705
-
Andy Wilkinson authored
See gh-13704
-
- 03 Jul, 2018 14 commits
-
-
Andy Wilkinson authored
Closes gh-13650
-
Andy Wilkinson authored
Closes gh-13649
-
Andy Wilkinson authored
Closes gh-13648
-
Andy Wilkinson authored
Closes gh-13647
-
Andy Wilkinson authored
Closes gh-13646
-
Andy Wilkinson authored
Closes gh-13645
-
Andy Wilkinson authored
Closes gh-13644
-
Andy Wilkinson authored
Closes gh-13643
-
Andy Wilkinson authored
Closes gh-13642
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-13640
-
Andy Wilkinson authored
Closes gh-13639
-
Andy Wilkinson authored
Closes gh-13638
-
Andy Wilkinson authored
Closes gh-13637
-
- 02 Jul, 2018 4 commits
-
-
Madhura Bhave authored
Closes gh-13296
-
Madhura Bhave authored
Closes gh-13624
-
Andy Wilkinson authored
Closes gh-13602
-
Andy Wilkinson authored
Closes gh-13620
-
- 28 Jun, 2018 4 commits
-
-
Madhura Bhave authored
Closes gh-13603
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-13607
-
Andy Wilkinson authored
Previously, a NullPointerException would occur when WebFluxTags attempted to create a method Tag for a request with a non-standard method. This commit updates WebFluxTags to use getMethodValue(), which will never return null, rather than getMethod(), which may return null, when determining the tag's value for the given request. Closes gh-13596
-
- 27 Jun, 2018 3 commits
-
-
Madhura Bhave authored
* gh-13572: Fix typo
-
dreis2211 authored
-
Madhura Bhave authored
Closes gh-13527
-
- 25 Jun, 2018 1 commit
-
-
Andy Wilkinson authored
-