Re: [VOTE] JB Onofre takes over ops4j domains

2020-04-02 Thread Freeman Fang
+1 and thanks for JB to take over. Thanks Niclas! Freeman On Tue, Mar 31, 2020 at 2:23 AM Niclas Hedhman wrote: > > Since the OPS4J inception in 2005, I have paid the ops4j domain names. I > think 15-16 years is enough, and have recently announced that I am no > longer willing to be the

Re: Problems running pax exam with openjdk-11

2019-06-17 Thread Freeman Fang
You run into this error when building latest karaf master branch with JDK11? - Freeman(Yue) Fang Red Hat, Inc. > On Jun 17, 2019, at 4:39 PM, Steinar Bang wrote: > >> Steinar Bang : > >>> FYI, I’m using OpenJDK11, Karaf tests work for me with OpenJDK11 >>> Btw, my env is

Re: Problems running pax exam with openjdk-11

2019-06-16 Thread Freeman Fang
FYI, I’m using OpenJDK11, Karaf tests work for me with OpenJDK11 Btw, my env is Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 2018-10-24T14:41:47-04:00) Maven home: /Users/ffang/kit/apache-maven-3.6.0 Java version: 11, vendor: Oracle Corporation, runtime:

Re: Problems running pax exam with openjdk-11

2019-06-10 Thread Freeman Fang
Hi,Please see the attached patch file, with it, that test can pass with jdk11.Cheers -- -- -- OPS4J - http://www.ops4j.org - ops4j@googlegroups.com --- You received this message because you are subscribed to the Google Groups "OPS4J" group. To unsubscribe from this group and

Re: Problems running pax exam with openjdk-11

2019-06-07 Thread Freeman Fang
Hi, If you can send a reproducer project which I can build and run to reproduce this problem, I will take a close look. Cheers - Freeman(Yue) Fang Red Hat, Inc. > On Jun 7, 2019, at 4:17 PM, Steinar Bang wrote: > >>>>>> Freeman Fang : > &

Re: Problems running pax exam with openjdk-11

2019-06-06 Thread Freeman Fang
Hi Steinar, Good catch, and this is a known issue in https://bugs.eclipse.org/bugs/show_bug.cgi?id=515286 And this issue has already been fixed. To run your test with JDK11+eclipse, I think you should use

Re: Problems running pax exam with openjdk-8

2019-06-01 Thread Freeman Fang
Hi, You need to add some VMOption by yourself, something like new VMOption("--add-reads=java.xml=java.logging"), new VMOption("--add-exports=java.base/org.apache.karaf.specs.locator=java.xml,ALL-UNNAMED"), new VMOption("--patch-module"), new

Re: pax-web not recognizing JAXB implementation with Java 11

2019-05-24 Thread Freeman Fang
Are you using pax-web in Karaf? If so, which version? - Freeman(Yue) Fang Red Hat, Inc. > On May 22, 2019, at 3:11 AM, 'Achim Nierbeck' via OPS4J > wrote: > > Hi, > > how are you using Pax Web and which version? > As far as I know Java 11 runs smoothly with the setup the