Skip to content
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

GROUP-96 Update to Spring 3.2. Replace JavaFaker with DataFaker #21

Merged
merged 2 commits into from
Mar 18, 2024

Conversation

makmn1
Copy link
Member

@makmn1 makmn1 commented Mar 18, 2024

Description of Changes

Upgrading to Spring 3.2 required a few changes:

  • Upgrading Spring Cloud BOM to the 2023 release train
  • Replacing JavaFaker with DataFaker due to dependency issues with JavaFaker. JavaFaker has also been abandoned for a while. DataFaker is a fork of JavaFaker that is currently active, well maintained, and has even more utilities
  • Downgraded Gradle Dependency Check plugin from latest (version 9.0.10) to version 9.0.9. Changes in the latest version (released 3 days ago, just my luck), causes issues with Spring Boot's Gradle plugin for the bootBuildImage task. Specifically, issues with the apache-commons library, which the Dependency Check plugin v. 9.0.10 recently bumped. The earliest Spring Boot plugin version that's compatible with this is v. 3.0.13. Needs to be investigated separately

@makmn1 makmn1 added bug Something isn't working enhancement New feature or request labels Mar 18, 2024
@makmn1 makmn1 self-assigned this Mar 18, 2024
@makmn1 makmn1 merged commit 2c40419 into main Mar 18, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant