Closed msiedlarek closed 10 years ago
Could you tell me which version of spring are you using?
1.1.1
Sorry, I meant which version of "spring-framework" are you using?
Oh, my bad. 3.2.4.RELEASE
OK. BTW, PRs are welcomed so don't hesitate to send a couple for those issues!
Something's not right with
commons-lang
dependency. There is this one import fromcommons-lang
:https://github.com/resthub/springmvc-router/blob/master/src/main/java/org/resthub/web/springmvc/router/Router.java#L14
But I couldn't find
commons-lang
in dependencies or even transitive dependencies of the project, and so couldn't Gradle, co I had to manually provide it in my environment. Am I missing something or is it a bug?(
commons-lang
being legacy library and deprecated in favor ofcommons-lang3
is an issue on it's own)