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

Givermei spring update version to 3.2.7 #44

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

vermegi
Copy link
Collaborator

@vermegi vermegi commented Sep 20, 2024

Purpose

fixes #33 and kinda #31

Does this introduce a breaking change?

[ ] Yes
[ x ] No

Pull Request Type

What kind of change does this Pull Request introduce?

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ x ] Other... Please describe: New copy of the base repo at https://github.com/spring-petclinic/spring-petclinic-microservices/tree/main

How to Test

Run-through the full lab with this new version

What to Check

Verify that the following are valid

Other Information

I did not do a test run yet, this is just a clean copy paste from https://github.com/spring-petclinic/spring-petclinic-microservices/tree/main

@vermegi
Copy link
Collaborator Author

vermegi commented Sep 20, 2024

Btw, this PR will also undo the code changes done for the messaging lab ... @sonwan2020
Could we redo those changes on a separate branch?

Comment on lines +1 to +3
CREATE DATABASE IF NOT EXISTS petclinic;
GRANT ALL PRIVILEGES ON petclinic.* TO pc@localhost IDENTIFIED BY 'pc';

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I should probably delete this again, I seem to remember with these lines in place we had issues starting up on Azure MySQL db

Comment on lines +1 to +3
CREATE DATABASE IF NOT EXISTS petclinic;
GRANT ALL PRIVILEGES ON petclinic.* TO pc@localhost IDENTIFIED BY 'pc';

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same, these we should delete again.

Comment on lines +1 to +3
CREATE DATABASE IF NOT EXISTS petclinic;
GRANT ALL PRIVILEGES ON petclinic.* TO pc@localhost IDENTIFIED BY 'pc';

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be deleted

@vermegi
Copy link
Collaborator Author

vermegi commented Sep 25, 2024

@sonwan2020 can you review? Just to know as well if it's ok to override the full existing code. All edits in code will get lost with this PR.

@sonwan2020
Copy link
Collaborator

@vermegi I will merge and test this PR lately
before October?

@sonwan2020
Copy link
Collaborator

some upcoming PRs already upgrade this to 3.3.4
we may delay this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

upgrade to Spring Boot 3.2.7
2 participants