RE: [RELEASE] TomEE 7.0.5

2018-08-27 Thread COURTAULT Francois
Does it mean that TomEE 7.1 will be released in a couple of days ? What about the questions I have asked in my previous post ? - TomEE 7.1 will only come with Config 1.1 MP, Fault Tolerance 1.0 MP and JWT propagation 1.0 MP, right ? - TomEE 8.0 will be full µProfile 1.3 certified: Config 1.2 M

Re: [RELEASE] TomEE 7.0.5

2018-08-27 Thread Roberto Cortez
That is the idea for TomEE 7.1 yes. You are correct regarding the MP Support for each version. We may try to bring MP 1.3 to TomEE 7, depending on the effort involved, but right now we will be focusing on TomEE 8. Cheers, Roberto > On 27 Aug 2018, at 19:05, COURTAULT Francois > wrote: > > D

Re: Release on Monday

2018-08-27 Thread David Blevins
Here's the email with the MicroProfile versions and status for 7.1. Not sure of the 8.x versions exactly. > On Aug 24, 2018, at 8:46 AM, Roberto Cortez > wrote: > > In the meanwhile, I’ve compiled a list of changes for the TomEE 7.1 release. > The biggest change is the update to Java 8, requ

RE: [RELEASE] TomEE 7.0.5

2018-08-27 Thread COURTAULT Francois
Hello, Thanks a lot for the feedback :-) So it means that : - TomEE 7.1 will only embed Config 1.1, Fault Tolerance 1.0 and JWT propagation 1.0, right ? - TomEE 8.0 will be full µProfile 1.3 certified: Config 1.2 updated and Health Check 1.0, Metrics 1.1 Open Tracing 1.0, Open API 1.0, R

RE: [RELEASE] TomEE 7.0.5

2018-08-27 Thread COURTAULT Francois
Hello Jonathan, Regarding 7.1.x vs 8, have you taken any decision ? (eg focus only on TomEE 8) When, according to you, could we expect to get a TomEE µProfile 1.3 certified ? Little update, if I look at the Github repo, it seems that 7.1.0 has been released or is in the process to be released s

RE: [RELEASE] TomEE 7.0.5

2018-08-27 Thread COURTAULT Francois
Hello Jonathan, Regarding 7.1.x vs 8, have you taken any decision ? (eg focus only on TomEE 8) When, according to you, could we expect to get a TomEE µProfile 1.3 certified ? Best Regards. -Original Message- From: Jonathan Gallimore [mailto:jonathan.gallim...@gmail.com] Sent: lundi 23 ju

Re: [RELEASE] TomEE 7.0.5

2018-08-27 Thread Jonathan Gallimore
Correct, I'll delete and recreate on the next attempt to roll the release, which will hopefully be later today. Jon On Mon, 27 Aug 2018, 18:22 David Blevins, wrote: > > On Aug 27, 2018, at 10:15 AM, COURTAULT Francois < > francois.courta...@gemalto.com> wrote: > > > > Hello, > > > > Thanks a lo

Re: [RELEASE] TomEE 7.0.5

2018-08-27 Thread David Blevins
> On Aug 27, 2018, at 10:15 AM, COURTAULT Francois > wrote: > > Hello, > > Thanks a lot for the feedback :-) > > So it means that : > - TomEE 7.1 will only embed Config 1.1, Fault Tolerance 1.0 and JWT > propagation 1.0, right ? > - TomEE 8.0 will be full µProfile 1.3 certified: Config 1.

Re: [RELEASE] TomEE 7.0.5

2018-08-27 Thread Roberto Cortez
Hi Francois, Right now, we are targeting MP 1.3 for TomEE 8. Unfortunately some of the implementations required for MP 1.3 also required CDI 2.0 that is only available in TomEE 8. We added some of the specs from MP that were compatible with TomEE 7. So, on TomEE 7 we support MP 1.2 without Met

Re: deploying a TomEE snapshot right now.

2018-08-27 Thread Roberto Cortez
Ok, I think the issue is related with an incompatible version of woodstox-core-asl between cxf and wss4j. I’ve checked cxf and they force their version of woodstox-core-asl, so I’ve excluded it in wss4j to use the cxf version instead. I’ve also updated our version of wss4j to match cxf. Hope i

Re: deploying a TomEE snapshot right now.

2018-08-27 Thread Roberto Cortez
Having a look right now. A simple look at the logs: java.lang.NoSuchMethodError:org.codehaus.stax2.ri.EmptyIterator.getInstance()Lorg/codehaus/stax2/ri/EmptyIterator;: org.codehaus.stax2.ri.EmptyIterator.getInstance()Lorg/codehaus/stax2/ri/EmptyIterator;org.apache.openejb.OpenEJBException: Erro

Re: deploying a TomEE snapshot right now.

2018-08-27 Thread Mark Struberg
Roberto, did you figure what's wrong after the CXF update?I might find a bit time to look into it today as well. Cannot guarantee though. LieGrue,strub On Monday, 27 August 2018, 13:53:37 CEST, Roberto Cortez wrote: The CXF version update it looks like it broke the tests. I'll try to

Re: deploying a TomEE snapshot right now.

2018-08-27 Thread Roberto Cortez
The CXF version update it looks like it broke the tests. I'll try to have a look.On Saturday, August 25, 2018, 3:26:56 PM GMT+1, Matthew Broadhead wrote: thanks for the link.  so it looks like i can grab the latest binary at https://repository.apache.org/content/groups/snapshots/org/