Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

Jersey fails to build under JDK8 #2430 #12

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Jersey fails to build under JDK8 #2430 #12

wants to merge 9 commits into from

Conversation

cowwoc
Copy link
Contributor

@cowwoc cowwoc commented Jan 28, 2015

Initial work on JERSEY-2430.

I was forced to upgrade the scala version because older versions would trigger compiler errors when working with JDK8 bytecode. I was then forced to upgrade the lift dependency because it was not compatible with the newer version of scala.

Now contribs\scala\jersey-lift\src\main\scala\com\sun\jersey\lift\LiftTemplateProcessor.scala fails to compile because the lift API has changed but I don't know Scala so I can't update this file.

Please pick up where I left off (at least fix the Scala code) and we should be able to complete this.

japod and others added 9 commits February 18, 2014 23:22
… of the current external ASM lib dependency.

 - Added ASM sources to jersey-server, repackaged sources.
 - cherry-picked from the master branch 

1.18.1 release preparation

Change-Id: I8f675b69d27bc711df38e967812444212dd20be3
Signed-off-by: Jakub Podlesak <[email protected]>
Signed-off-by: Jakub Podlesak <[email protected]>
Change-Id: I2a366e9975f7a9853f82aa4bb428fab37cbfe02d
- Allow raw ManagedBeans as JAX-RS components

Change-Id: I8a14287ee7aad18f0362b80d5a229830767e436a
Signed-off-by: Jakub Podlesak <[email protected]>
Change-Id: I6a7824157836f479cc69e3c33e0d9c67fc583069
Signed-off-by: Jakub Podlesak <[email protected]>
Change-Id: I3d3cc2085d95e09bc229011088528c8edec2c830
Signed-off-by: Jakub Podlesak <[email protected]>
 JAX-RS components

Change-Id: Iee5a308aa1c6f512c1eb805289a916bb93b1c72a
Signed-off-by: Jakub Podlesak <[email protected]>
Change-Id: I80fe1493491c6619727afe5edd8c96effb839da6
Signed-off-by: Jakub Podlesak <[email protected]>
Change-Id: Ifaabc974ba8bfa2a8b4aa8e99a0048a783a70bff
Signed-off-by: Jakub Podlesak <[email protected]>
@cowwoc cowwoc mentioned this pull request Jan 28, 2015
@mgajdos mgajdos self-assigned this Jan 29, 2015
@mgajdos
Copy link
Contributor

mgajdos commented Feb 2, 2015

@cowwoc Can you please rebase to the latest master and update this pull request? Thanks.

@cowwoc
Copy link
Contributor Author

cowwoc commented Feb 2, 2015

@mgajdos I don't know how to rebase commits properly. Is it okay if I just merge JERSEY-2430 into master?

@mgajdos
Copy link
Contributor

mgajdos commented Feb 3, 2015

@cowwoc yes, if you merge that one commit into master it should be just fine.

@cowwoc
Copy link
Contributor Author

cowwoc commented Feb 3, 2015

@mgajdos Done: #14

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants