-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Upgrade resteasy #11
Upgrade resteasy #11
Conversation
I'm confused. Why did the first build succeed and the subsequent ones fail? |
I also thought it was weird that it started to fail with this upgrade, so I went to take a look. javax/ws/rs/core/Application is provided by jboss-jaxrs-api_2.0_spec-1.0.1.Beta1 Since I ran out of ideas, I re-ran the last successful build and it also failed with the same error message: I'm still trying to understand what's going on. My guess is that there has been an issue with the repos, Travis have been using a version of jboss-jaxrs-api_2.0_spec-1.0.1.Beta1 that didn't require java 1.8, probably from a different mirror? |
But https://travis-ci.org/tynamo/tapestry-resteasy/builds/211270937 (which ran for #9 and which used the artifact from the same location) succeeded. |
Wait... have a look at https://travis-ci.org/tynamo/tapestry-resteasy/builds/211270937#L167: It actually used Java 8 for the build. https://travis-ci.org/tynamo/tapestry-resteasy/jobs/216501407#L153 used Java 7. |
You should probably specify the Java version in your |
ca9449f is the first build that fails with Java 7. |
Yes, apparently 3.1.x requires Java 8, and even recent 3.0.x versions (>= 3.0.20) do. They changed that in a patch level release!? |
A decision needs to be made here. Do you want to support Java 7 (and ship an old RESTEasy version) or do you want to require Java 8? |
The only way is forward. Given that Java 9 is just around the corner, I think we can move onto Java 8 for newer versions of this library. People who can't move can just stay with one of the older releases. However, there are no crucial features in newer resteasy AFAIK, so we can wait for some time to hopefully get a resolution for #8 (and its underlying https://issues.apache.org/jira/browse/TAP5-2576). |
Hi there, is there any chance on merging this branch so we can get the latest version of resteasy? |
done @malmyros ! |
Thank you very much I appreciate it! |
No description provided.