Givermei spring update version to 3.2.7 - #44
Conversation
|
Btw, this PR will also undo the code changes done for the messaging lab ... Songbo Wang (@sonwan2020) |
| CREATE DATABASE IF NOT EXISTS petclinic; | ||
| GRANT ALL PRIVILEGES ON petclinic.* TO pc@localhost IDENTIFIED BY 'pc'; | ||
|
|
There was a problem hiding this comment.
I should probably delete this again, I seem to remember with these lines in place we had issues starting up on Azure MySQL db
| CREATE DATABASE IF NOT EXISTS petclinic; | ||
| GRANT ALL PRIVILEGES ON petclinic.* TO pc@localhost IDENTIFIED BY 'pc'; | ||
|
|
There was a problem hiding this comment.
Same, these we should delete again.
| CREATE DATABASE IF NOT EXISTS petclinic; | ||
| GRANT ALL PRIVILEGES ON petclinic.* TO pc@localhost IDENTIFIED BY 'pc'; | ||
|
|
There was a problem hiding this comment.
This should be deleted
|
Songbo Wang (@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. |
|
Gitte Vermeiren (@vermegi) I will merge and test this PR lately |
|
some upcoming PRs already upgrade this to 3.3.4 |
Purpose
fixes #33 and kinda #31
Does this introduce a breaking change?
Pull Request Type
What kind of change does this Pull Request introduce?
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