Github user neykov commented on a diff in the pull request:
https://github.com/apache/incubator-brooklyn/pull/771#discussion_r35760288
--- Diff:
usage/launcher/src/main/java/brooklyn/launcher/BrooklynLauncher.java ---
@@ -772,6 +782,7 @@ protected void startWebApps() {
webServer.setPublicAddress(publicAddress);
if (port!=null) webServer.setPort(port);
if (useHttps!=null) webServer.setHttpsEnabled(useHttps);
+ webServer.setShutdownRequestListener(shutdownRequestListener);
--- End diff --
It's a simple setter which for me assumes `@Nullable`. I've already marked
the provider constructor. Added the annotation here as well though, can't hurt.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---