You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I'm using javafaker in an application and updated recently to Spring Boot 2.7.0. After upgrading I ran in to the following build error:
org.gradle.internal.resolve.ArtifactNotFoundException: Could not find snakeyaml-1.30-android.jar (org.yaml:snakeyaml:1.30).
I have traced it down to javafaker. By changing my gradle dependency to the following my application builds again:
@hstaudacher thanks for reporting this issue, and yes, there's a few issues with this library, the incompatibility with Spring Boot is one of them. That's why we created a port of this library, which does work with spring boot. You can find it at https://www.datafaker.net, and requires only minimal code changes to get it up and running, only the package name changed (plus we have many improvements, no security issues, etc)
Describe the bug
I'm using javafaker in an application and updated recently to Spring Boot 2.7.0. After upgrading I ran in to the following build error:
I have traced it down to javafaker. By changing my gradle dependency to the following my application builds again:
To Reproduce
Setup a spring boot 2.7.0 app and add java faker 1.0.2 as dependency.
Expected behavior
Should build out of the box.
Versions:
The text was updated successfully, but these errors were encountered: