-
Notifications
You must be signed in to change notification settings - Fork 41.2k
Provide dependency management for JUnit Jupiter #10240
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
Provide dependency management for JUnit Jupiter #10240
Conversation
Now that's GA, perhaps we can promote that to |
Good idea. Given that we have a sample and that Framework has first-class support for it, providing dependency management feels right to me. |
@eddumelendez are you willing to rework the PR? |
dedb522
to
2e8c3e1
Compare
Spring Framework 5 provides support for JUnit 5. This commit adds dependency management for JUnit 5 and an upgrade for spring-boot-sample-junit-jupiter sample.
2e8c3e1
to
c6756a8
Compare
@snicoll Sure! it's done 😃 |
Spring Framework 5 provides support for JUnit 5. This commit adds dependency management for JUnit 5 and an upgrade for spring-boot-sample-junit-jupiter sample. See gh-10240
* pr/10240: Polish "Provide dependency management for JUnit Jupiter" Provide dependency management for JUnit Jupiter
Hi @snicoll and @wilkinsona, I have one question. |
@kazuki43zoo Most probably not in Spring Boot 2.0. |
@kazuki43zoo |
Why would you include dependency management for the Most users won't need the I'm not saying you should necessarily remove the Plus, why not include a dependency on Food for thought... - Sam |
Thanks, @sbrannen. IMO, the dependency management that has been added is incomplete. The rule of thumb is that we manage all dependencies that are released together. In this case, I believe we should have dependency management for all of the Platform and all of Jupiter too (assuming that each is versioned and released as a whole. |
I agree it is incomplete and was expecting @wilkinsona to report that. However, I did remove @wilkinsona some of those dependencies are used by plugins only so adding them to |
@snicoll, thanks for the explanation regarding I looked at your latest commit, and I understand the rationale for the changes. 👍 |
No description provided.