- 27 Jul, 2017 2 commits
-
-
Spring Buildmaster authored
-
Andy Wilkinson authored
Closes gh-9871
-
- 26 Jul, 2017 4 commits
-
-
Johnny Lim authored
See gh-9855
-
Andy Wilkinson authored
-
Spring Buildmaster authored
-
Stephane Nicoll authored
Closes gh-9834
-
- 25 Jul, 2017 5 commits
-
-
Andy Wilkinson authored
* gh-9758: Polish "Locate additional metadata when using Gradle 4" Locate additional metadata when using Gradle 4
-
Andy Wilkinson authored
Closes gh-9732
-
Misagh Moayyed authored
Closes gh-9758
-
Andy Wilkinson authored
Closes gh-9857
-
Stephane Nicoll authored
Closes gh-9834
-
- 24 Jul, 2017 17 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
Update nested JAR support to only obtain JUL loggers when absolutely necessary and to defensively deal with failures. Prior to this commit it was not possible to override `java.util.logging.manager` to use a nested JAR as the logger implementation. Fixes gh-9848
-
Phillip Webb authored
Update `@ImportAutoConfiguration` so that it is no longer annotated with `@AutoConfigurationPackage` and as such isn't a marker for `AutoConfigurationPackages`. Having `@ImportAutoConfiguration` marked as an auto-configuration package is particularly problematic in tests since it frequently breaks context caching. Fixes gh-9282
-
Andy Wilkinson authored
This reverts commit 8b2f09d3. It's not in Maven Central.
-
Andy Wilkinson authored
Closes gh-9834
-
Stephane Nicoll authored
This commit exposes additional properties and a callback interface to further tune the auto-configured ActiveMQConnectionFactory. Closes gh-9667
-
Stephane Nicoll authored
This commit expands the support of PooledConnectionFactory so that binding the third party object is no longer necessary. All 3rd party properties are now deprecated in favour of our explicit support. The main reason behind this change is that a `connection-factory` and `properties` property were exposed. The former is used to set the `ConnectionFactory` and makes no sense as a key. The latter is rebuilding the underlying `ActiveMQConnectionFactory` at each call without reusing any existing settings. Closes gh-9837
-
Stephane Nicoll authored
Closes gh-9846
-
Andy Wilkinson authored
-
Andy Wilkinson authored
* gh-9534: Polish "Ensure SpringBootDITEL fails with the original failure" Ensure SpringBootDITEL fails with the original failure
-
Andy Wilkinson authored
-
Danny Thomas authored
See gh-9534
-
Andy Wilkinson authored
* gh-9724: Polish "Make NarayanaRecoveryManagerBean conditional on missing bean" Make NarayanaRecoveryManagerBean conditional on missing bean
-
Andy Wilkinson authored
Closes gh-9724
-
Gytis Trikleris authored
See gh-9724
-
Andy Wilkinson authored
Closes gh-9844
-
- 22 Jul, 2017 5 commits
-
-
Andy Wilkinson authored
* gh-9832: Use currentHealth consistently in getHealth()
-
Johnny Lim authored
Closes gh-9832
-
Andy Wilkinson authored
See gh-9834
-
Andy Wilkinson authored
Closes gh-9797
-
Andy Wilkinson authored
See gh-9834
-
- 21 Jul, 2017 7 commits
-
-
Andy Wilkinson authored
Closes gh-8898
-
Andy Wilkinson authored
* gh-9730: Polish "Handle possible regexes defensively in NamePatternFilter" Handle possible regexes defensively in NamePatternFilter
-
Andy Wilkinson authored
Closes gh-9730
-
dbego authored
Previously, if a name contained part of a regex but wasn't actually a regex, a PatternSyntaxException would be thrown and the request would fail. This commit updates NamePatternFilter to catch PatternSyntaxException and treat the regex-like input as a name insteead. See gh-9730
-
Andy Wilkinson authored
See gh-9827
-
Andy Wilkinson authored
See gh-9675
-
Andy Wilkinson authored
* gh-9675: Polish "Fix JsonContentAssert type safety warnings" Fix JsonContentAssert type safety warnings
-