go for it. is there a yaml entity in the community we can point people to as part of the deprecation?
wherever possible i'd like to replace the system-specific java entities like jboss with yaml equivalents in the community (ie outside apache brooklyn).
--a On 09/03/2018 10:28, Thomas Bouron wrote:
Hi Brooklyners I made a PR yesterday[1] (which as been merged, thanks Geoff) to fix an issue with JBoss 7 entity. As it turns out, JBoss 7 is now EOL and does not work with java 7u171 onward. This is due to the `jboss-module.jar` not being compatible with the newest versions of Java. The patch I made is a trick really but it works: the version of `jboss-module.jar` shipped with JBoss 7.1.1 is `1.1.1.GA`. However, this particular jar has been updated to `1.1.5.GA` and using this one fixes the issue. While this works, it is still a hacky thing to do therefore I would like to deprecate this entity. Any objection before I do this? Best. [1] https://github.com/apache/brooklyn-library/pull/148
