Re: [VOTE] Apache Karaf (Container) 4.2.0 release (take 2)

2018-04-09 Thread Jean-Baptiste Onofré
Hmmm, weird. I remember the change on security introduced in JDK 1.8.0_160, so I was suspected the JDK. Let me try again (as part of KARAF-5690) ;) Regards JB On 04/09/2018 09:26 AM, Freeman Fang wrote: > Thanks JB! > Seems it’s an env/jvm related difference. Though I tried the latest 1.8.0_161

Re: [VOTE] Apache Karaf (Container) 4.2.0 release (take 2)

2018-04-09 Thread Freeman Fang
Thanks JB! Seems it’s an env/jvm related difference. Though I tried the latest 1.8.0_161 on my machine, still works for me. Anyway, never mind, I saw KARAF-5690 Thanks! - Freeman(Yue) Fang Red Hat, Inc. FuseSource is now part of Red Hat > On Apr 9, 2018, at 2:58 PM, Jean-Baptist

Re: [VOTE] Apache Karaf (Container) 4.2.0 release (take 2)

2018-04-08 Thread Jean-Baptiste Onofré
Hi Freeman, I was able to reproduce on my box with 1.8.0_111. It seems the packages changed a bit in the JDK. I did a workaround tweaking the system package. Anyway, something to clearly identify for 4.2.1 (and maybe document the workaround). Thanks ! Regards JB On 04/09/2018 08:53 AM, Freema

Re: [VOTE] Apache Karaf (Container) 4.2.0 release (take 2)

2018-04-08 Thread Freeman Fang
I tried several times, but I can’t reproduce this ClassNotFoundException: com.sun.xml…. with cxf-dosgi-sample-soap-impl In my container, the jaxb-api bundle not get installed, the javax.xml.bind package only get exported by system bundle 0, which is expected behaviour. Btw, my java is ffang$ java

[RESULT] [VOTE] Apache Karaf (Container) 4.2.0 release (take 2)

2018-04-08 Thread Jean-Baptiste Onofré
Hi all, this vote passed with the following result: +1 (binding): Guillaume Nodet, Jean-Baptiste Onofré, Freeman Fang, Achim Nierbeck, Jamie Goodyear +1 (non binding): Markus Rathgeb, François Papon, Grzegorz Grzybek -1 (binding): Christian Schneider NB: Christian's issue will be addressed for 4

Re: [VOTE] Apache Karaf (Container) 4.2.0 release (take 2)

2018-04-08 Thread Christian Schneider
That is fine. After all my -1 is not a veto. Christian 2018-04-06 7:41 GMT+02:00 Jean-Baptiste Onofré : > Just tried > > cxf-dosgi rest works, the problem is with cxf-dosgi soap: > > Caused by: java.lang.ClassNotFoundException: com.sun.xml.bind.v2. > ContextFactory > not found by org.apache.cxf.

Re: [VOTE] Apache Karaf (Container) 4.2.0 release (take 2)

2018-04-08 Thread Jamie G.
+1 (binding) Cheers, Jamie On Sun, Apr 8, 2018 at 7:24 AM, Achim Nierbeck wrote: > +1 (binding) > > regards, Achim > > > 2018-04-08 9:10 GMT+02:00 Freeman Fang : > >> +1(binding) >> Thanks! >> - >> Freeman(Yue) Fang >> >> Red Hat, Inc. >> FuseSource is now part of Red Hat >> >> >> >>

Re: [VOTE] Apache Karaf (Container) 4.2.0 release (take 2)

2018-04-08 Thread Achim Nierbeck
+1 (binding) regards, Achim 2018-04-08 9:10 GMT+02:00 Freeman Fang : > +1(binding) > Thanks! > - > Freeman(Yue) Fang > > Red Hat, Inc. > FuseSource is now part of Red Hat > > > > > On Apr 5, 2018, at 2:03 PM, Jean-Baptiste Onofré > wrote: > > > > Hi all, > > > > I submit Karaf (Con

Re: [VOTE] Apache Karaf (Container) 4.2.0 release (take 2)

2018-04-08 Thread Freeman Fang
+1(binding) Thanks! - Freeman(Yue) Fang Red Hat, Inc. FuseSource is now part of Red Hat > On Apr 5, 2018, at 2:03 PM, Jean-Baptiste Onofré wrote: > > Hi all, > > I submit Karaf (Container) 4.2.0 release to your vote. > > This is the first GA on the 4.2.x series, following M1 an

Re: [VOTE] Apache Karaf (Container) 4.2.0 release (take 2)

2018-04-07 Thread Jean-Baptiste Onofré
+1 (binding) Regards JB On 04/05/2018 08:03 AM, Jean-Baptiste Onofré wrote: > Hi all, > > I submit Karaf (Container) 4.2.0 release to your vote. > > This is the first GA on the 4.2.x series, following M1 and M2. > > NB: I preferred to postpone the merge of the new examples as it needs a little

Re: [VOTE] Apache Karaf (Container) 4.2.0 release (take 2)

2018-04-05 Thread Jean-Baptiste Onofré
Just tried cxf-dosgi rest works, the problem is with cxf-dosgi soap: Caused by: java.lang.ClassNotFoundException: com.sun.xml.bind.v2.ContextFactory not found by org.apache.cxf.cxf-rt-transports-http [62] I'm testing a workaround. However, I'm proposing to move forward on 4.2.0 and fix that for

Re: [VOTE] Apache Karaf (Container) 4.2.0 release (take 2)

2018-04-05 Thread Grzegorz Grzybek
+1 (non-binding) regards Grzegorz Grzybek 2018-04-06 7:11 GMT+02:00 Guillaume Nodet : > +1 > > 2018-04-05 8:03 GMT+02:00 Jean-Baptiste Onofré : > > > Hi all, > > > > I submit Karaf (Container) 4.2.0 release to your vote. > > > > This is the first GA on the 4.2.x series, following M1 and M2. > >

Re: [VOTE] Apache Karaf (Container) 4.2.0 release (take 2)

2018-04-05 Thread Guillaume Nodet
+1 2018-04-05 8:03 GMT+02:00 Jean-Baptiste Onofré : > Hi all, > > I submit Karaf (Container) 4.2.0 release to your vote. > > This is the first GA on the 4.2.x series, following M1 and M2. > > NB: I preferred to postpone the merge of the new examples as it needs a > little > polish. The PR is alre

Re: [VOTE] Apache Karaf (Container) 4.2.0 release (take 2)

2018-04-05 Thread Jean-Baptiste Onofré
Thanks for the update Dan. For me, it's a different issue than the previous one we fixed. Let me dig around this one. I keep you posted. Regards JB On 04/05/2018 02:37 PM, Daniel Kulp wrote: > > This is SLIGHTLY different.I talked to gnodet on IRC about this yesterday > as well. He curr

Re: [VOTE] Apache Karaf (Container) 4.2.0 release (take 2)

2018-04-05 Thread Daniel Kulp
This is SLIGHTLY different.I talked to gnodet on IRC about this yesterday as well. He currently doesn’t provide a ContextFactory for JAXB to override what’s in the JDK.Thus, we expected that it would always pick up what’s in the JDK. It looks like in this case, it’s getting some sor

Re: [VOTE] Apache Karaf (Container) 4.2.0 release (take 2)

2018-04-05 Thread Jean-Baptiste Onofré
Let me take a look. However this is not new and happened in RC1 and RC2. It would have been great to have such feedback on the RC instead of the first GA. I keep you posted. I tested the cxf feature yesterday without problem. Let me try the cxf-dosgi. Regards JB Le 5 avr. 2018 à 12:28, à 12:2

Re: [VOTE] Apache Karaf (Container) 4.2.0 release (take 2)

2018-04-05 Thread Christian Schneider
I just tested with the CXF-DOSGi samples on karaf 4.2.0 and java 8. When there is an error during xml parsing. To reproduce install cxf-dosgi samples: feature:repo-add cxf-dosgi-samples 2.3.0 feature:install cxf-dosgi-sample-soap-impl and check the log. See this for the exception: https://past

Re: [VOTE] Apache Karaf (Container) 4.2.0 release (take 2)

2018-04-05 Thread Francois Papon
+1 (non-binding) Thanks for the fix ! François Le 05/04/2018 à 10:03, Jean-Baptiste Onofré a écrit : > Hi all, > > I submit Karaf (Container) 4.2.0 release to your vote. > > This is the first GA on the 4.2.x series, following M1 and M2. > > NB: I preferred to postpone the merge of the new examp

Re: [VOTE] Apache Karaf (Container) 4.2.0 release (take 2)

2018-04-05 Thread Markus Rathgeb
+1 (non-binding) 2018-04-05 8:15 GMT+02:00 Grzegorz Grzybek : > Hello, I just built the *new* 4.2.0 tag and I'm performing my tests. > > regards > Grzegorz Grzybek > > 2018-04-05 8:03 GMT+02:00 Jean-Baptiste Onofré : > >> Hi all, >> >> I submit Karaf (Container) 4.2.0 release to your vote. >> >> T

Re: [VOTE] Apache Karaf (Container) 4.2.0 release (take 2)

2018-04-04 Thread Grzegorz Grzybek
Hello, I just built the *new* 4.2.0 tag and I'm performing my tests. regards Grzegorz Grzybek 2018-04-05 8:03 GMT+02:00 Jean-Baptiste Onofré : > Hi all, > > I submit Karaf (Container) 4.2.0 release to your vote. > > This is the first GA on the 4.2.x series, following M1 and M2. > > NB: I preferr

[VOTE] Apache Karaf (Container) 4.2.0 release (take 2)

2018-04-04 Thread Jean-Baptiste Onofré
Hi all, I submit Karaf (Container) 4.2.0 release to your vote. This is the first GA on the 4.2.x series, following M1 and M2. NB: I preferred to postpone the merge of the new examples as it needs a little polish. The PR is already available and it will be included in 4.2.1 (that we can expect be