-
Notifications
You must be signed in to change notification settings - Fork 24.1k
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
Migrate tests to JUnit 5 #360
Conversation
@@ -103,6 +110,18 @@ | |||
</dependency> | |||
<!-- end of webjars --> | |||
|
|||
<!-- Testing --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You wouldn't need these with Spring Boot 2.2. Maybe we should make this a 2.2 change?
The exclusion above is unnecessary then as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fine, it will simply the XML configuration.
If you want, to remember it, I can create an issue in prevision of the Spring Boot 2.2 upgrade.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. That would be great.
# Conflicts: # src/test/java/org/springframework/samples/petclinic/owner/PetTypeFormatterTests.java
Thank you Stéphane |
* 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]>
* 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]>
* pr/360: Polish "Migrate tests to JUnit 5" Migrate tests to JUnit 5 Closes spring-projectsgh-360
No description provided.