Open cgorshing opened 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.
@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.