zan-mateusz opened a new pull request, #1430: URL: https://github.com/apache/brooklyn-server/pull/1430
3 fixes in separate commits: 1. Type coercion when triggering an effector that contains a JSON list. When using a yaml list as input to an effector e.g.: - hello - world Currently it is parsed as a multiline string so you get `-` and newline chars included. Commit 1 fixes this situation so we now get correctly: `"[\"hello\",\"world\"]"` 2. Logbook enhancement to allow filtering based on class/logger name perfix Enhancement to allow filtering based on the prefix of logger name. It is accompanied by a minor UI tweak in a separate PR in brooklyn-ui. Current search capability does not allow searching for class names, just the message content, this enhancement allows it. 3. Fix for cases where a bundle gets updated and an application deployed before update does not use the updated bundle Currently, when the user updates a bundle version with an application deployed with previous version, operations on that application do not use the updated bundle UNTIL server is restarted. This PR fixes this behavior by processing update headers correctly during bundle installation. Also the application itself was still pointing at the previous version classpath, so a fix has been introduced to migrate running applications correctly. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
