You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomee.apache.org by Roberto Cortez <ra...@yahoo.com.INVALID> on 2018/08/08 19:41:10 UTC

Re: More MicroProfile in TomEE 8

 
I did start a new branch with the MP 1.3 work on top of the old one: https://github.com/radcortez/tomee/tree/tomee8-microprofile-1.3

Only missing Open Tracing. I hope I can add it in the next few days.
Cheers,Roberto    On Tuesday, July 31, 2018, 11:04:05 AM GMT+1, Roberto Cortez <ra...@yahoo.com.INVALID> wrote:  
 
  Thanks! I'll have a look!
    On Tuesday, July 31, 2018, 10:58:43 AM GMT+1, Romain Manni-Bucau <rm...@gmail.com> wrote:  
 
 Hi Roberto,

Good move!

if you want a MP 2 + all other spec you can use this pom as dependency
directly (and drop tomee jwt-auth impl):
https://gitbox.apache.org/repos/asf?p=geronimo-microprofile.git;a=blob;f=geronimo-microprofile-aggregator/pom.xml;h=4b79911b5320cd6e05f7baa40d4e87abef639d06;hb=HEAD
There are plans @geronimo to create a 1.4/2.0 pom (Yann said he will have a
look after his holidays) too which can be a better fit for tomee since some
of the specs you mentionned are not in MP 1.4/2.0 (BTW tomee 8 will be 2.0
since it has cdi 2.0).

Romain Manni-Bucau
@rmannibucau <https://twitter.com/rmannibucau> |  Blog
<https://rmannibucau.metawerx.net/> | Old Blog
<http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> |
LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book
<https://www.packtpub.com/application-development/java-ee-8-high-performance>


Le mar. 31 juil. 2018 à 11:55, Roberto Cortez <ra...@yahoo.com.invalid>
a écrit :

> Hi,
> I've been working on adding the MP specs into TomEE, using the Geronimo
> projects.
> In this PR, https://github.com/apache/tomee/pull/141, I've added the
> specs up to MP 1.2, that includes Fault Tolerance, JWT, Metrics, Health
> Check and Config.
> There are a couple of failing tests in Metrics and Health Check, which I'm
> trying to fix. One is related with JSON-B.
> Anyway, I plan to keep working on this and quickly move to MP 1.3.
> Cheers,Roberto