forked from spring-projects/spring-petclinic
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Pull from fork #4
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* pr/360: Polish "Migrate tests to JUnit 5" Migrate tests to JUnit 5 Closes gh-360
This commit upgrades jacoco to 0.8.5 as this version provides Java 13 support. Closes gh-458
It's slightly faster, and we don't need proxies in this app.
It works better that way with test containers and in k8s.
* pr/522: Polish "Use https for Maven XSD" Use https for Maven XSD Closes gh-522
Closes gh-584
* pr/586: Fix typo in readme Closes gh-586
marceloklein
added a commit
that referenced
this pull request
May 25, 2020
* fix circleci (#2) Add circleci * Jenkins (#3) * Adding Jenkinsfile * Pull from fork (#4) * Upgrade to Spring Boot 2.2.0.RELEASE * Migrate tests to JUnit 5 See spring-projectsgh-360 * Polish "Migrate tests to JUnit 5" See spring-projectsgh-360 * Fix compatibility with Java 13 This commit upgrades jacoco to 0.8.5 as this version provides Java 13 support. Closes spring-projectsgh-458 * Update to Spring Boot 2.2.1 * Uncomment sql initialization for mysql * Add proxyBeanMethods = false It's slightly faster, and we don't need proxies in this app. * Spring Boot 2.2.2 * Re-organise mysql scripts so the app runs without root access It works better that way with test containers and in k8s. * Fix MySQL docker command line in readme * Apply spring-format plugin * Upgrade to Spring Boot 2.2.4 * Upgrade to spring javaformat 0.0.19 * Use https for Maven XSD See spring-projectsgh-522 * Polish "Use https for Maven XSD" See spring-projectsgh-522 * Add nohttp check * Update checkstyle plugin for security scan warning * Wrong name for user.sql script * Add m2e profile for well-known plugins See spring-projectsgh-519 * Upgrade to Spring Boot 2.2.5 * Upgrade to spring javaformat 0.0.20 * Add support for H2 Closes spring-projectsgh-584 * Disable open-in-view explicitly to remove warning on startup * Fix typo in readme See spring-projectsgh-586 * Upgrade to Spring Boot 2.3.0.RC1 * Switch actuator to standard path * Upgrade to spring javaformat 0.0.21 * Upgrade to maven checkstyle plugin 3.1.1 Co-authored-by: Stephane Nicoll <[email protected]> Co-authored-by: Antoine Rey <[email protected]> Co-authored-by: Dave Syer <[email protected]> Co-authored-by: Dave Syer <[email protected]> Co-authored-by: vbadipat <[email protected]> Co-authored-by: James Artz <[email protected]> * Enable HTTPS * updated gradle Co-authored-by: Stephane Nicoll <[email protected]> Co-authored-by: Antoine Rey <[email protected]> Co-authored-by: Dave Syer <[email protected]> Co-authored-by: Dave Syer <[email protected]> Co-authored-by: vbadipat <[email protected]> Co-authored-by: James Artz <[email protected]> Co-authored-by: Marcelo Klein <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.