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