Svet

Results 27 comments of Svet

@gresm can you make sure you are using the same java distributions for both the target process and the `extract-tls-secrets` process. Also can you try with a JDK installation. What...

Thank you for the detailed report @trittimo. Nothing obvious comes to mind, so a few of guiding questions: * Which Java version are you using? * Could the jar be...

@LEx66 thanks for reporting, I was able to reproduce the problem. I'll be working on a fix. In the mean time you can work around it in a couple of...

@gresm can you paste the output of the `list` command. The following will list all java processes with their process ID. It will include a record for the `extract-tls-secrets` process...

Overall it's a very useful thing to have when doing support. Don't like how the effector has side effects which will influence how future calls behave. Would be nice if...

@andreaturli Build failure in `karaf-itest` is due to `feature.xml` containing dependencies referencing `${jackson.version}` property. The file is manually updated so you'll have to repeat the dependency changes in it as...

And also delete `dependencies.xml` - not needed any more.

btw Brooklyn already has a YAML parser included - https://github.com/nodeca/js-yaml, see https://github.com/apache/incubator-brooklyn/blob/23b8fa02ff6551d38c0e6baa7668559c16d24fb8/usage/jsgui/src/main/webapp/assets/js/config.js#L49

It's in the context of your reference to http://www.json2yaml.com/, js-yaml can do the conversion from json to yaml.

- The text which comes from the REST API is valid YAML, not JSON (JSON is a subset of YAML). You can do ``` var bp = jsyaml.load("services: [{ type:...