-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
NoSuchMethodError after upgrade of json-io #1062
Comments
Hello! |
Hello @anthonydahanne, we upgraded the version ourselves, basically because there was an upgrade. During our builds we didn't have any issues, but whilst trying to deploy with the java-buildpack it failed with the aforementioned error. |
eventually yes.
Yeah, according to your issue we'll have to change java-cf-env code (a minor upgrade I imagine) A final note though: if you use java-cfenv-all, you'll notice that |
* between java-cfenv 3.1.3 and 3.1.5, one of its dependencies, `json-io` was upgraded to fix a CVE * some users have started overriding spring-cloud-services-starters transitive dependencies to remove the CVE, see cloudfoundry/java-buildpack#1062 (comment)
* between java-cfenv 3.1.3 and 3.1.5, one of its dependencies, `json-io` was upgraded to fix a CVE * some users have started overriding spring-cloud-services-starters transitive dependencies to remove the CVE, see cloudfoundry/java-buildpack#1062 (comment)
…dependencies, was upgraded to fix a CVE\n* some users have started overriding spring-cloud-services-starters transitive dependencies to remove the CVE, see cloudfoundry/java-buildpack#1062
* between java-cfenv 3.1.3 and 3.1.5, one of its dependencies, `json-io` was upgraded to fix a CVE * some users have started overriding spring-cloud-services-starters transitive dependencies to remove the CVE, see cloudfoundry/java-buildpack#1062 (comment)
OK, then I guess the issue lies with https://github.com/pivotal-cf/spring-cloud-services-starters not consuming our latest release that relies on a java-cfenv free of CVEs I've created this PR: pivotal-cf/spring-cloud-services-starters#406
Hum, I don't know, we should ask them - cc @kvmw |
* between java-cfenv 3.1.3 and 3.1.5, one of its dependencies, `json-io` was upgraded to fix a CVE * some users have started overriding spring-cloud-services-starters transitive dependencies to remove the CVE, see cloudfoundry/java-buildpack#1062 (comment)
The author of |
As mentioned in jdereg/json-io#274, a
NoSuchMethodError
is triggered afterjson-io
was updated. Would be appreciated if the compatibility could be fixed.The text was updated successfully, but these errors were encountered: