The Wayback Machine - https://web.archive.org/web/20210109034840/https://github.com/docker/labs/pull/503
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

Spring Data JPA Update for Java Dev Tools Debugging App #503

Open
wants to merge 2 commits into
base: master
from

Conversation

@timothystone
Copy link

@timothystone timothystone commented May 23, 2020

The GitHub Dependabot upgraded the Spring Data JPA dependency to the most current 1.x line of development. This created a need to upgrade the Spring version to 4.3.25.RELEASE. This PR corrects that. Additionally the PR provides encoding, source compile, and logging updates, i.e., UTF-8 encoding warnings are resolved, the source target is 1.8, and adding the SLF4J Simple dependency improves logging and error resolution via docker logs.

The Dependabot bumped Spring Data JPA to the last major revision of 1.x. This created a dependency issue with Spring. Spring Data JPA 1.11.23 requires Spring 4.3.25 to operate. Additionally, adding the SLF4J Simple dependency provides logging that aids in debugging application startup via `docker logs`.
Update Spring to work with Spring Data JPA
@timothystone timothystone changed the title Update Spring for Spring Data JPA Spring Data JPA Update for Java Dev Tools Debugging App May 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
1 participant
You can’t perform that action at this time.