[
https://issues.apache.org/jira/browse/KARAF-5641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16459595#comment-16459595
]
Sanne Grinovero commented on KARAF-5641:
----------------------------------------
Thanks a lot! Seems to work fine on JDK10, now just need a working pax-exam too
to be able to use it.
In the meantime I'm testing JDK11 now, added some comments on KARAF-5725 as
it's related to this one: the version detection pattern needs another little
tweak.
Thanks
> Karaf boot scripts need to deal with JDK10 version patterns
> -----------------------------------------------------------
>
> Key: KARAF-5641
> URL: https://issues.apache.org/jira/browse/KARAF-5641
> Project: Karaf
> Issue Type: Bug
> Components: karaf-core
> Affects Versions: 4.2.0.M2
> Reporter: Sanne Grinovero
> Assignee: Guillaume Nodet
> Priority: Major
> Fix For: 4.2.0
>
>
> The {{checkJvmVersion()}} function in the {{/bin/inc}} script of the
> distribution is not dealing with the new output of {{java -version}} of JDK10
> (and later?).
> The {{VERSION}} variable is left undefined, which then has the main
> bootscript to not set the Jigsaw modules correctly (the various JVM flags
> which need to be enabled since Java 9).
> This is a blocker to use Karaf on Java 10, which is already in candidate
> release. I don't think much else is changed compared to Java 9 so it would be
> great to sort this.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)