Confluex / Zuul

Keymaster and Gatekeeper - Application Configuration Management
http://confluex.com
Apache License 2.0
42 stars 32 forks source link

Java 8, ASM, and Spring #82

Open cgorshing opened 9 years ago

cgorshing commented 9 years ago

@mcantrell mentioned on https://github.com/Confluex/Zuul/issues/76

"There's a bigger problem with Java 8 that you'll also run into. The version of spring that we're using right now does not work with Java 8 and ASM."

On another project I ran into this as well using Spring 3.2.8, and upgrading to Spring 3.2.9 corrected the issue. I'm assuming this is tied to https://jira.spring.io/browse/SPR-11719

I would think up'ing the dependency to Spring 3.2.9 or Spring 4.0.4 will hopefully resolve this issue.

psmith commented 9 years ago

That's the plan. My quick attempt at upgrading spring... resulting in a whole lot of other things needing to be upgraded/updated. So, I back off until I get the rebranding finished. Then, upgrading spring and other libraries, then do something about open id 2.