[jira] [Commented] (KARAF-5724) Add support of JDK 10

2018-05-01 Thread Lijun Liao (JIRA)

[ 
https://issues.apache.org/jira/browse/KARAF-5724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16459958#comment-16459958
 ] 

Lijun Liao commented on KARAF-5724:
---

This indicates karaf should be tested with both OpenJDK and Oracle JDK.

> Add support of JDK 10
> -
>
> Key: KARAF-5724
> URL: https://issues.apache.org/jira/browse/KARAF-5724
> Project: Karaf
>  Issue Type: New Feature
>Affects Versions: 4.2.0
> Environment: Java Version:
> {{$JAVA_HOME/bin/java -version}}
> {{java version "10.0.1" 2018-04-17}}
> {{Java(TM) SE Runtime Environment 18.3 (build 10.0.1+10)}}
> {{Java HotSpot(TM) 64-Bit Server VM 18.3 (build 10.0.1+10, mixed mode)}}
> OS:
> {{Ubuntu 64 Bit 16.04}}
>Reporter: Lijun Liao
>Assignee: Jean-Baptiste Onofré
>Priority: Major
> Fix For: 4.2.1
>
>
> Due to the missing module corba in JDK 10 (tested with the 
> serverjre-10.0.1_linux-x64), karaf cannot be started.
> Here is the error message:
> {{apache-karaf-minimal-4.2.0$ bin/karaf }}
> {{Error occurred during initialization of boot layer}}
> {{java.lang.module.FindException: Module java.corba not found}}
> Removing "java.corba" from the line "--add-modules 
> java.xml.ws.annotation,java.corba,java.transaction,java.xml.bind,java.xml.ws" 
> in bin/karaf fixed the above error.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (KARAF-5724) Add support of JDK 10

2018-05-01 Thread Sanne Grinovero (JIRA)

[ 
https://issues.apache.org/jira/browse/KARAF-5724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16459588#comment-16459588
 ] 

Sanne Grinovero commented on KARAF-5724:


FWIW I've tested to boot Karaf 4.2.0 using OpenJDK 10 and it seemed to boot 
fine.

Used the default OpenJDK version included in Fedora 28 (which is a version 10 
already!):
{code}
openjdk version "10" 2018-03-20
OpenJDK Runtime Environment (build 10+46)
OpenJDK 64-Bit Server VM (build 10+46, mixed mode)
{code}


> Add support of JDK 10
> -
>
> Key: KARAF-5724
> URL: https://issues.apache.org/jira/browse/KARAF-5724
> Project: Karaf
>  Issue Type: New Feature
>Affects Versions: 4.2.0
> Environment: Java Version:
> {{$JAVA_HOME/bin/java -version}}
> {{java version "10.0.1" 2018-04-17}}
> {{Java(TM) SE Runtime Environment 18.3 (build 10.0.1+10)}}
> {{Java HotSpot(TM) 64-Bit Server VM 18.3 (build 10.0.1+10, mixed mode)}}
> OS:
> {{Ubuntu 64 Bit 16.04}}
>Reporter: Lijun Liao
>Assignee: Jean-Baptiste Onofré
>Priority: Major
> Fix For: 4.2.1
>
>
> Due to the missing module corba in JDK 10 (tested with the 
> serverjre-10.0.1_linux-x64), karaf cannot be started.
> Here is the error message:
> {{apache-karaf-minimal-4.2.0$ bin/karaf }}
> {{Error occurred during initialization of boot layer}}
> {{java.lang.module.FindException: Module java.corba not found}}
> Removing "java.corba" from the line "--add-modules 
> java.xml.ws.annotation,java.corba,java.transaction,java.xml.bind,java.xml.ws" 
> in bin/karaf fixed the above error.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (KARAF-5724) Add support of JDK 10

2018-04-29 Thread JIRA

[ 
https://issues.apache.org/jira/browse/KARAF-5724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16458324#comment-16458324
 ] 

Jean-Baptiste Onofré commented on KARAF-5724:
-

Can you describe a little bit ? The error message, etc ?

I will test anyway. Thanks for the report.

> Add support of JDK 10
> -
>
> Key: KARAF-5724
> URL: https://issues.apache.org/jira/browse/KARAF-5724
> Project: Karaf
>  Issue Type: New Feature
>Reporter: Lijun Liao
>Priority: Major
>
> Due to the missing module corba in JDK 10 (tested with the 
> serverjre-10.0.1_linux-x64), karaf cannot be started.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)