TomEE Patch Plugin - Release?

2022-04-15 Thread Zowalla, Richard
Hi all, I included a fix for TOMEE-3903, so we can configure, if created *.tar.gz files are attached to the build or not. Before that, we attached the *.tar.gz files multiple times, which leads to unexpected behaviour in new Maven versions, e.g. deploying *.tar.gz files as jars (see the first

[GitHub] [tomee-patch-plugin] rzo1 merged pull request #7: TOMEE-3903 - Investigate *.tar.gz distributions aren't installed correctly to Maven Repository

2022-04-15 Thread GitBox
rzo1 merged PR #7: URL: https://github.com/apache/tomee-patch-plugin/pull/7 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Key parsing in MP JWT code (Re: TomEE MicroProfile and Jakarta)

2022-04-15 Thread David Blevins
> On Apr 15, 2022, at 1:10 PM, Jean-Louis Monteiro > wrote: > > David, yes I figured you'd want to work on JWT. I looked and it seems our > setup needs some love. Some additional tests with EC based algorithms and a > couple of other endpoints need to be updated. On the note of EC keys, I

Re: [VOTE] Apache TomEE 8.0.11 - take 2

2022-04-15 Thread Jean-Louis Monteiro
My own +1 (binding) -- Jean-Louis Monteiro http://twitter.com/jlouismonteiro http://www.tomitribe.com On Fri, Apr 15, 2022 at 5:02 PM Daniel Cunha wrote: > +1 > > Em sex., 15 de abr. de 2022 às 11:37, Alex The Rocker < > alex.m3...@gmail.com> > escreveu: > > > Hello, > > > > So far so good: >

Re: TomEE MicroProfile and Jakarta

2022-04-15 Thread Jean-Louis Monteiro
Thanks guys. Some days are more productive than others. Today I was able to get a green TCK run for health and just pushed also for Rest Client. We should also be compliant in the 2. Integration code probably needs to be hardened but good start if we are green on Metrics, Health and Rest Client.

Re: TomEE MicroProfile and Jakarta

2022-04-15 Thread David Blevins
> On Apr 15, 2022, at 8:08 AM, Daniel Cunha wrote: > > if I understood correctly, we are working to provide TomEE with SmallRye > implementation. Have you shared some branches? Where is the code that you are > working on? Not sure if I can help too much, but I could spend some time and > put

Re: TomEE MicroProfile and Jakarta

2022-04-15 Thread David Blevins
Thank you for all the work you're doing on this, Jean-Louis! > On Apr 15, 2022, at 4:09 AM, Jean-Louis Monteiro > wrote: > > Unfortunately, SmallRye isn't like Geronimo so adding the libraries does > not make anything happen. We were failing in all specifications. It's just > a base set of

Re: TomEE MicroProfile and Jakarta

2022-04-15 Thread Daniel Cunha
Hey Jean-Louis, if I understood correctly, we are working to provide TomEE with SmallRye implementation. Have you shared some branches? Where is the code that you are working on? Not sure if I can help too much, but I could spend some time and put my eyes on it as well. Thank you! Em sex., 15

Re: [VOTE] Apache TomEE 8.0.11 - take 2

2022-04-15 Thread Daniel Cunha
+1 Em sex., 15 de abr. de 2022 às 11:37, Alex The Rocker escreveu: > Hello, > > So far so good: > - Tested with IBM Semeru Runtimes 17.0.2 (aka OpenJ9) on a service > running as Docker containers in K8S > - Tested with a web app using JAX-RS, JAX-WS, JMS, Websockets & > Servlets on a VM with

Re: [VOTE] Apache TomEE 8.0.11 - take 2

2022-04-15 Thread Alex The Rocker
Hello, So far so good: - Tested with IBM Semeru Runtimes 17.0.2 (aka OpenJ9) on a service running as Docker containers in K8S - Tested with a web app using JAX-RS, JAX-WS, JMS, Websockets & Servlets on a VM with CentOS 7 with IBM Semeru 11.0.4 - Tested with a web app using JAX-RS and websockets

Re: TomEE MicroProfile and Jakarta

2022-04-15 Thread Jean-Louis Monteiro
Hi, Following our discussion I went ahead and did the following - yank all Geronimo MicroProfile implementations until we can update them - update MicroProfile APIs to their latest and jakarta compatible versions - add SmallRye implementations for Config, Fault-Tolerance, OpenAPI, OpenTracing,