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,RobertoOn Tuesday, July 31, 2018, 11:04:05 AM GMT+1, Roberto Cortez
wrote:
Thanks! I'll have a look!
On Tuesday, July 31, 2018, 10:58:43 AM GMT+1, Romain Manni-Bucau
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-micro
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=HE
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