]
James Perkins commented on JBLOGGING-144:
-----------------------------------------
Actually a workaround might be to set the {{-Djava8.home=}} system property. That's
just a guess though. I'm not sure how to duplicate it so I can test it.
Upgrade jboss-parent to version 36 as 34 has unbounded range in all
profiles
----------------------------------------------------------------------------
Key: JBLOGGING-144
URL:
https://issues.redhat.com/browse/JBLOGGING-144
Project: JBoss Logging
Issue Type: Feature Request
Reporter: dy valverdes
Assignee: James Perkins
Priority: Major
Hello,
jboss-parent 34 has an unbounded range in all profiles, like '[9,' in
'compile-java8-release-flag'
[
https://github.com/jboss/jboss-parent-pom/blob/246dd07b95c69680f3104ec360...]
This is preventing Ant from building
{noformat}
Unable to resolve artifact: Unable to get dependency information: Unable to read the
metadata file for artifact 'org.jboss.logging:jboss-logging:jar': Invalid JDK
version in profile 'compile-java8-release-flag': Unbounded range: [9, for project
org.jboss:jboss-parent
{noformat}
It has been fixed in jboss-parent 36
[
https://github.com/jboss/jboss-parent-pom/compare/jboss-parent-34...jboss...]
Kind regards,
dy