- 24 Jul, 2017 16 commits
-
-
Stephane Nicoll authored
-
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
-
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
-
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
-
Andy Wilkinson authored
Closes gh-9844
-
Stephane Nicoll authored
Closes gh-9842
-
- 22 Jul, 2017 11 commits
-
-
Stephane Nicoll authored
Closes gh-9489
-
Andy Wilkinson authored
Closes gh-8184
-
Andy Wilkinson authored
-
Andy Wilkinson authored
* gh-9832: Use currentHealth consistently in getHealth()
-
Johnny Lim authored
Closes gh-9832
-
Andy Wilkinson authored
-
Andy Wilkinson authored
See gh-9834
-
Andy Wilkinson authored
Closes gh-9797
-
Andy Wilkinson authored
-
Andy Wilkinson authored
See gh-9834
-
Andy Wilkinson authored
Closes gh-9833
-
- 21 Jul, 2017 13 commits
-
-
Andy Wilkinson authored
See gh-8737
-
Andy Wilkinson authored
Closes gh-8737
-
Andy Wilkinson authored
Previously, TomcatEmbeddedWebappClassLoader would find resources in WEB-INF/classes. However, unlike standalone Tomcat, we know that in a Boot app WEB-INF/classes is on the class path of the parent class loader so the resources will be found when the parent is queried (which happens as part of the normal search algortithm for both getResource(String) and getResources(String)). This commit overrides findResource(String) and findResources(String) to return null and an empty enumeration respectively. This prevents TomcatEmbeddedWebappClassLoader from finding resources in WEB-INF/classes and returning war: URLs for them that duplicate the jar: URLs that will be found when the parent is queried. Closes gh-9014
-
Andy Wilkinson authored
See gh-8898
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-8898
-
Andy Wilkinson authored
-
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
* gh-9827: Polish
-
Johnny Lim authored
Closes gh-9827
-
Andy Wilkinson authored
-