-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Latest version (4.14) on start ends with exception #57
Comments
Hi This is very strange, I can not reproduce this issue. Also MultiValueMap is definitely part of spring-core and spring-web is definitely included in pom. See dependency tree below:
|
I can also send the full log of maven compile evening. Can you attach the builded jar, please?)) I really need it today))) Thanks in advance. |
Thank you so much!
Here is the simple project: This code works well with version 4.8.3 wich was on mvnrepository. Also I have tested this code with Java 1.8 Oracle, Java 1.8 OpenJDK, Java 11 OpenJDK. To make it work I have also included this libraries into Gradle build
Also per my check there is other problem in 4.8.3 & 4.14.0 versions.
Methods withLink() & withSlug() not working. WordPress generates slugs itself. |
Hello, dear developer!
I have builded jar from source code with maven.
Steps to reproduce the problem:
Then I get jar file which I included inside project via Gradle.
When I run the project get the exception of Spring Framework...
Caused by: java.lang.ClassNotFoundException: org.springframework.util.MultiValueMap
How I can fix it or may be you can add the latest package to mvnrepository? The latest package version on mvnrepository is 4.8.3
P.S. Here is the compiled jar for 4.14 version -
https://yadi.sk/d/uAxj1D2JScHh8A
Thanks in advance!)
The text was updated successfully, but these errors were encountered: