- 16 May, 2018 14 commits
-
-
Andy Wilkinson authored
-
Stephane Nicoll authored
This commit updates the initial proposal to add support for reactive use cases as well. A reactive application can use ReactiveHealthIndicatorRegistry as an alternative to HealthIndicatorRegistry. Closes gh-4965
-
Stephane Nicoll authored
See gh-4965 Co-authored-by:
Andy Wilkinson <awilkinson@pivotal.io>
-
Vedran Pavic authored
This commit introduces HealthIndicatorRegistry which handles registration of HealthIndicator instances. Registering new HealthIndicator instances is now possible in runtime. See gh-4965
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/13175: Polish "Respect lombok.AccessLevel attributes" Respect lombok.AccessLevel attributes
-
Stephane Nicoll authored
Closes gh-13175
-
Andy Wilkinson authored
Closes gh-13185
-
Andy Wilkinson authored
Closes gh-13185
-
Jonas Keßler authored
See gh-13175
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/13174: Polish DefaultErrorWebExceptionHandler.renderErrorView()
-
Johnny Lim authored
Closes gh-13174
-
- 15 May, 2018 20 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-13182
-
Andy Wilkinson authored
Closes gh-13181
-
Andy Wilkinson authored
Closes gh-13178
-
Andy Wilkinson authored
Closes gh-13177
-
Andy Wilkinson authored
See gh-13169
-
Andy Wilkinson authored
Closes gh-13180
-
Andy Wilkinson authored
Closes gh-13179
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/13171: Remove @Deprecated on CouchbaseProperties.Endpoints.setKeyValue()
-
Johnny Lim authored
Closes gh-13171
-
Stephane Nicoll authored
* pr/11061: Polish "Allow repackage maven goal to take a source classifier" Allow repackage maven goal to take a source classifier
-
Stephane Nicoll authored
Closes gh-11061
-
Björn authored
Previously, the "classifier" attribute was only used to determine the target classifier of the repackaged archive, always using the main artifact as the source. This commit changes the semantic of the attribute so that an existing archive matching the "classifier" attribute can be used as source, replacing the archive the same way the goal replaces the main archive if no classifier is found. If no artifact with the specified classifier exists, the repackaged archive is still processed based on the main archive and attached to the lifecycle using the value of the classifier attribute. See gh-11061
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-12995
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-13167
-
- 14 May, 2018 6 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Previously, when the embedded Undertow container was stopped, the servlet deployment was stopped but it was not undeployed. This meant that contextDestroyed() callback of any registered ServletContextListeners was not called. This commit updates UndertowEmbeddedServletContainer to call undeploy on the deployment manager in addition to the existing call to stop. Undeploying the servlet deployment calls Undertow to drive the contextDestroyed callback on any registered ServletContextListeners. Closes gh-13134
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
* gh-12071: Polish "Suppress debug log output during Logback initialization" Suppress debug log output during Logback initialization
-