jersey-1.x icon indicating copy to clipboard operation
jersey-1.x copied to clipboard

Jersey fails to build under JDK8 #2430

Open cowwoc opened this issue 9 years ago • 4 comments

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.

cowwoc avatar Jan 28 '15 19:01 cowwoc