Re: Backport Microprofile Client to 3.1.x branch

2018-03-01 Thread Roberto Cortez
Hi Andy, Thank you for your response. Yeah I keep forgetting the Java 7 / Java 8 issue.  I did try to use the 3.2.x client with the rest of the 3.1.x, but there are a couple of API in the core that were made public on 3.2.x which are private in 3.1.x, so you get IllegalAccessError. I see that

Re: Backport Microprofile Client to 3.1.x branch

2018-02-28 Thread Andy McCright
Hi Roberto, I think it is a good idea. The main drawback is that the 3.1.X stream requires compatibility with Java 7. The MicroProfile spec and Rest Client specifically sets Java 8 as the minimum Java level - and the Rest Client specifically makes use of Java 8 syntax and APIs, like lambdas and

Backport Microprofile Client to 3.1.x branch

2018-02-28 Thread Roberto Cortez
Hi, I was wondering if it would be ok to backport the Microprofile Client module from the master branch in the 3.1.x branch. This is because the latest spec of Microprofile, version 1.3, targets JAX-RS 2.0 and requires the Rest Client 1.0, implemented in 3.2.x, which is JAX-RS 2.1. If this is