When I try to include this project as a dependency in my Maven build, Maven generates an error complaining about an unbounded version range in the ompile-java8-release-flag profile of the jboss-parent POM (version 35). This is fixed in version 36 and above of the jboss-parent POM so we need a new release that points to a jboss-parent POM where this issue is fixed.
When I try to include this project as a dependency in my Maven build, Maven generates an error complaining about an unbounded version range in the
ompile-java8-release-flagprofile of thejboss-parentPOM (version 35). This is fixed in version 36 and above of thejboss-parentPOM so we need a new release that points to ajboss-parentPOM where this issue is fixed.