[jira] [Commented] (KARAF-6361) jre.properties lists CORBA packages for jre-11

2019-09-07 Thread Jira


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

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

I fixed in example by using "atomic" CXF features instead of the "global" 
{{cxf}} one.

> jre.properties lists CORBA packages for jre-11
> --
>
> Key: KARAF-6361
> URL: https://issues.apache.org/jira/browse/KARAF-6361
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf
>Affects Versions: 4.3.0, 4.2.6
>Reporter: Robert Varga
>Assignee: Freeman Fang
>Priority: Minor
> Fix For: 4.3.0, 4.2.7
>
>
> [https://openjdk.java.net/jeps/320] removed Corba (and others), so the list 
> of JRE-provided packages is different between jre-9 and jre-11, but jre-11 is 
> an alias for jre-9.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Commented] (KARAF-6361) jre.properties lists CORBA packages for jre-11

2019-07-31 Thread Freeman Fang (JIRA)


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

Freeman Fang commented on KARAF-6361:
-

CXF 3.3 is the first version to support JDK11, so I think we should disable 
SoapExampleTest when build Karaf with JDK11

> jre.properties lists CORBA packages for jre-11
> --
>
> Key: KARAF-6361
> URL: https://issues.apache.org/jira/browse/KARAF-6361
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf
>Affects Versions: 4.3.0, 4.2.6
>Reporter: Robert Varga
>Assignee: Jean-Baptiste Onofré
>Priority: Minor
> Fix For: 4.3.0, 4.2.7
>
>
> [https://openjdk.java.net/jeps/320] removed Corba (and others), so the list 
> of JRE-provided packages is different between jre-9 and jre-11, but jre-11 is 
> an alias for jre-9.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Commented] (KARAF-6361) jre.properties lists CORBA packages for jre-11

2019-07-30 Thread JIRA


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

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

This change breaks CXF (and so SoapExampleTest):

{code}
[caused by: Unable to resolve org.apache.cxf.cxf-rt-bindings-corba/3.2.6: 
missing requirement [org.apache.cxf.cxf-rt-bindings-corba/3.2.6] 
osgi.wiring.package; filter:="(osgi.wiring.package=org.omg.CORBA)"
{code}

I'm reverting the change to investigate.

> jre.properties lists CORBA packages for jre-11
> --
>
> Key: KARAF-6361
> URL: https://issues.apache.org/jira/browse/KARAF-6361
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf
>Affects Versions: 4.3.0, 4.2.6
>Reporter: Robert Varga
>Assignee: Jean-Baptiste Onofré
>Priority: Minor
> Fix For: 4.3.0, 4.2.7
>
>
> [https://openjdk.java.net/jeps/320] removed Corba (and others), so the list 
> of JRE-provided packages is different between jre-9 and jre-11, but jre-11 is 
> an alias for jre-9.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Commented] (KARAF-6361) jre.properties lists CORBA packages for jre-11

2019-07-29 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on KARAF-6361:


Commit 267884a5d0d447eaabc093e2e5fef1b0abfccad0 in karaf's branch 
refs/heads/karaf-4.2.x from Freeman Fang
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=267884a ]

[KARAF-6361]jre.properties lists CORBA packages for jre-11

(cherry picked from commit 468a844b433ac35c22455dcb6f1dadc5be7b0602)


> jre.properties lists CORBA packages for jre-11
> --
>
> Key: KARAF-6361
> URL: https://issues.apache.org/jira/browse/KARAF-6361
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf
>Affects Versions: 4.3.0, 4.2.6
>Reporter: Robert Varga
>Assignee: Freeman Fang
>Priority: Minor
>
> [https://openjdk.java.net/jeps/320] removed Corba (and others), so the list 
> of JRE-provided packages is different between jre-9 and jre-11, but jre-11 is 
> an alias for jre-9.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Commented] (KARAF-6361) jre.properties lists CORBA packages for jre-11

2019-07-22 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on KARAF-6361:


Commit 468a844b433ac35c22455dcb6f1dadc5be7b0602 in karaf's branch 
refs/heads/master from Freeman Fang
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=468a844 ]

[KARAF-6361]jre.properties lists CORBA packages for jre-11


> jre.properties lists CORBA packages for jre-11
> --
>
> Key: KARAF-6361
> URL: https://issues.apache.org/jira/browse/KARAF-6361
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf
>Affects Versions: 4.3.0, 4.2.6
>Reporter: Robert Varga
>Assignee: Freeman Fang
>Priority: Minor
>
> [https://openjdk.java.net/jeps/320] removed Corba (and others), so the list 
> of JRE-provided packages is different between jre-9 and jre-11, but jre-11 is 
> an alias for jre-9.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Commented] (KARAF-6361) jre.properties lists CORBA packages for jre-11

2019-07-19 Thread Freeman Fang (JIRA)


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

Freeman Fang commented on KARAF-6361:
-

As java11 is the LTS version and I believe no one really  use JDK9&10 now, I 
will remove those corba package from jre-9 onwards

> jre.properties lists CORBA packages for jre-11
> --
>
> Key: KARAF-6361
> URL: https://issues.apache.org/jira/browse/KARAF-6361
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf
>Affects Versions: 4.3.0, 4.2.6
>Reporter: Robert Varga
>Assignee: Freeman Fang
>Priority: Minor
>
> [https://openjdk.java.net/jeps/320] removed Corba (and others), so the list 
> of JRE-provided packages is different between jre-9 and jre-11, but jre-11 is 
> an alias for jre-9.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)