Re: Microprofile 1.2.0 + CXF 3.3.0

2019-02-26 Thread Daniel Cunha
Nice! Thanks James. Em ter, 26 de fev de 2019 às 12:00, j4fm escreveu: > PR419 is added for what I described above > > > > -- > Sent from: > http://tomee-openejb.979440.n4.nabble.com/TomEE-Dev-f982480.html > -- Daniel "soro" Cunha https://twitter.com/dvlc_

Re: Microprofile 1.2.0 + CXF 3.3.0

2019-02-26 Thread j4fm
PR419 is added for what I described above -- Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Dev-f982480.html

Re: Microprofile 1.2.0 + CXF 3.3.0

2019-02-26 Thread Ivan Junckes Filho
Nice, thanks James! On Tue, Feb 26, 2019 at 8:59 AM Daniel Cunha wrote: > Nice! > > Thank you for all information! > > Em ter, 26 de fev de 2019 às 08:30, j4fm > escreveu: > > > Great news that the build succeeds, thanks! My thoughts were based on > this > > statement in the CXF 3.3.0 Migratio

Re: Microprofile 1.2.0 + CXF 3.3.0

2019-02-26 Thread Daniel Cunha
Nice! Thank you for all information! Em ter, 26 de fev de 2019 às 08:30, j4fm escreveu: > Great news that the build succeeds, thanks! My thoughts were based on this > statement in the CXF 3.3.0 Migration page: > > "Major dependency changes: ... JAX-RS and JAXB APIs are now JakartaEE > dependen

Re: Microprofile 1.2.0 + CXF 3.3.0

2019-02-26 Thread j4fm
Great news that the build succeeds, thanks! My thoughts were based on this statement in the CXF 3.3.0 Migration page: "Major dependency changes: ... JAX-RS and JAXB APIs are now JakartaEE dependencies. All other JakartaEE dependencies will follow with the next major release. Old dependencies can

Re: Microprofile 1.2.0 + CXF 3.3.0

2019-02-25 Thread Ivan Junckes Filho
Thanks Dani, would be amazing if this PR makes it to the M3. I really need a new feature from MP 1.2.0 that is in CXF 3.3.0 :) On Mon, Feb 25, 2019 at 10:11 PM Daniel Cunha wrote: > Hi, > > seems that the conflict just cause in a example. > polling-client sample. That because we had a different

Re: Microprofile 1.2.0 + CXF 3.3.0

2019-02-25 Thread Daniel Cunha
Hi, seems that the conflict just cause in a example. polling-client sample. That because we had a different version declared in the project's pom.xml. Green BUILD and PR updated and good to go. Btw, can you explain more your thought James? I really didn't get why JAXB is related with that change

Re: Microprofile 1.2.0 + CXF 3.3.0

2019-02-25 Thread j4fm
Also, I notice on the exception above it's coming from openejb code here... with the comment "// TODO: drop when we get a fully supporting java 9 version of CXF" As CXF 3.3.0 supports Java 11, this implies this the call should be removed completely and should resolve the above exception. pri

Re: Microprofile 1.2.0 + CXF 3.3.0

2019-02-25 Thread Ivan Junckes Filho
Awesome thanks James On Mon, Feb 25, 2019 at 7:27 AM j4fm wrote: > This update should probably also be aligned or include the JAXB update -> > Jakarta EE Maven coordinates because CXF does that too. > > I have already done some work on the JAXB. There are several pom.xml > dependency updates an

Re: Microprofile 1.2.0 + CXF 3.3.0

2019-02-25 Thread j4fm
This update should probably also be aligned or include the JAXB update -> Jakarta EE Maven coordinates because CXF does that too. I have already done some work on the JAXB. There are several pom.xml dependency updates and exclusion changes just for JAXB (it affects activation.jar too). So my Jak

Re: Microprofile 1.2.0 + CXF 3.3.0

2019-02-24 Thread Ivan Junckes Filho
Thanks Dani I will have a look. On Sat, Feb 23, 2019 at 11:04 AM Daniel Cunha wrote: > Hi Ivan, > > Seems that your changes is breaking the build: > > java.lang.NoSuchMethodError: > org.apache.cxf.helpers.JavaUtils.isJava9Compatible()Z > at > > org.apache.cxf.transport.http.CXFAuthenticator.

Re: Microprofile 1.2.0 + CXF 3.3.0

2019-02-23 Thread Daniel Cunha
Hi Ivan, Seems that your changes is breaking the build: java.lang.NoSuchMethodError: org.apache.cxf.helpers.JavaUtils.isJava9Compatible()Z at org.apache.cxf.transport.http.CXFAuthenticator.addAuthenticator(CXFAuthenticator.java:55) at org.apache.openejb.server.cxf.transport.util.CxfUtil.i

Re: Microprofile 1.2.0 + CXF 3.3.0

2019-02-22 Thread Daniel Cunha
Hi Ivan, I can take a look on your PR and review it later. I'll send some notes when have the review done. Kind regards. :) Em sex, 22 de fev de 2019 5:12 PM, Ivan Junckes Filho escreveu: > I am not sure about those dependency changes, I didn't run the build > locally it takes hours here in

Re: Microprofile 1.2.0 + CXF 3.3.0

2019-02-22 Thread Ivan Junckes Filho
I am not sure about those dependency changes, I didn't run the build locally it takes hours here in my computer. Any commiter can please build my PR in ASF infra to see if the tests pass? On Fri, Feb 22, 2019 at 3:16 PM j4fm wrote: > Added a comment to the PR as I remember seeing major dependen

Re: Microprofile 1.2.0 + CXF 3.3.0

2019-02-22 Thread j4fm
Added a comment to the PR as I remember seeing major dependency changes with CXF 3.3 which might impact. -- Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Dev-f982480.html

Microprofile 1.2.0 + CXF 3.3.0

2019-02-22 Thread Ivan Junckes Filho
Hey guys I created a ticket and PR to add MP Rest client 1.2.0 impl to TomEE. Can you please review and merge? https://issues.apache.org/jira/browse/TOMEE-2472 https://github.com/apache/tomee/pull/409