- 29 Mar, 2018 13 commits
-
-
Brian Clozel authored
Prior to this commit, `WebMvcTags' would always mark as "NOT_FOUND" or "REDIRECTION" *any* exchange with responses of 404 and 3xx status, even if those responses are actually returned by Controller handlers. This commit checks inverts those checks and first considers if the "BEST_MATCHING_PATTERN_ATTRIBUTE" request attribute is present and uses it - then falls back to "NOT_FOUND" and "REDIRECTION" to avoid cardinality explosion. Fixes gh-12577
-
Andy Wilkinson authored
See gh-12681
-
Andy Wilkinson authored
Closes gh-12639
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-12526
-
Stephane Nicoll authored
Closes gh-12599
-
Stephane Nicoll authored
* pr/12666: Fix typo
-
Kazuki YAMAMOTO authored
Closes gh-12666
-
Stephane Nicoll authored
* pr/12590: Polish contribution Make intermediate classes in type hierarchy of public class public
-
Stephane Nicoll authored
Closes gh-12590
-
Johnny Lim authored
See gh-12590
-
Stephane Nicoll authored
Closes gh-12663
-
Madhura Bhave authored
-
- 28 Mar, 2018 9 commits
-
-
Madhura Bhave authored
Fixes gh-12662
-
Stephane Nicoll authored
This commit makes sure that the `ApplicationContext` is closed properly if an `ApplicationReadyListener` throws an exception. Closes gh-12549
-
Madhura Bhave authored
Fixes gh-11037
-
Stephane Nicoll authored
This commit removes an override of a `ResourceConfig` property that was set as an init parameter property (and therefore ignored). Closes gh-3557
-
Stephane Nicoll authored
Closes gh-12560
-
Andy Wilkinson authored
* gh-12641: Polish “Configure Kotlin compiler to use -java-parameters by default” Configure Kotlin compiler to use -java-parameters by default
-
Andy Wilkinson authored
Closes gh-12641
-
Rui Figueira authored
See gh-12641
-
Stephane Nicoll authored
See gh-10683
-
- 27 Mar, 2018 12 commits
-
-
Madhura Bhave authored
Fixes gh-10683
-
Madhura Bhave authored
-
Stephane Nicoll authored
Restore proper use of `defaultCountsEnabled` that was inadvertently changed to `countsEnabled` Closes gh-12594
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/12629: Polish "Use secure connection to repositories" Use secure connection to repositories
-
Stephane Nicoll authored
Closes gh-12629
-
Olaf Flebbe authored
See gh-12629
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-12636
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/12535: Fix ModifiedClassPathRunner tests if run via IDEA
-
dreis2211 authored
IntelliJ can shorten the classpath to a single classpath.jar in order to circumvent errors originating from a too long classpath. This breaks the filtering inside ModifiedClassPathRunner as the classpath contains only a single jar to match against. This can be fixed by applying a similar mechanism already provided for Surefire manifest-only booter JARs, which extracts the real classpath from the JAR's Manifest file. See gh-12535
-
- 26 Mar, 2018 6 commits
-
-
Madhura Bhave authored
-
Madhura Bhave authored
Fixes gh-12603
-
Stephane Nicoll authored
* pr/12630: Polish "Use Supplier variants of Assert methods" Use Supplier variants of Assert methods
-
Stephane Nicoll authored
Closes gh-12630
-
dreis2211 authored
See gh-12630
-
Stephane Nicoll authored
* pr/12604: Polish "Remove value in @ConditionalOnMissingBean if possible" Remove value in @ConditionalOnMissingBean if possible
-