RESTEasy on GAE w/ Java 1.7
by Kevin Wade
Greetings all. I am trying out RESTEasy for the first time and having trouble getting it to run on Google App Engine (standard) with Java 1.7.
I tried 3.1.2.Final first, of course, but ran into the old "Unsupported major.minor version 52” issue. After looking around at the docs, release notes, blog, etc. it appears that Java 1.8 is the new target for builds as if 3.1.0.
So I backed off to 3.0.22.Final, but I’m seeing the same issue there.
What version do I need to fall back to gain Java 1.7 support?
Regards,
Kevin
7 years, 8 months
Re: [resteasy] RESTEasy on GAE w/ Java 1.7
by Kevin Wade
Yes, working. Many thanks.
> On Apr 11, 2017, at 7:43 AM, Rebecca Searls <rsearls(a)redhat.com> wrote:
>
> 3.0.19.Final should work
>
> ----- Original Message -----
>> From: "Kevin Wade" <kevin(a)mojorocket.com>
>> To: resteasy(a)lists.jboss.org
>> Sent: Monday, April 10, 2017 6:18:11 PM
>> Subject: [resteasy] RESTEasy on GAE w/ Java 1.7
>>
>> Greetings all. I am trying out RESTEasy for the first time and having trouble
>> getting it to run on Google App Engine (standard) with Java 1.7.
>> I tried 3.1.2.Final first, of course, but ran into the old " Unsupported
>> major.minor version 52” issue. After looking around at the docs, release
>> notes, blog, etc. it appears that Java 1.8 is the new target for builds as
>> if 3.1.0.
>> So I backed off to 3.0.22.Final, but I’m seeing the same issue there.
>>
>> What version do I need to fall back to gain Java 1.7 support?
>>
>> Regards,
>> Kevin
>>
>>
>> _______________________________________________
>> resteasy mailing list
>> resteasy(a)lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/resteasy
>>
7 years, 8 months