-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade to Spring 4.3.0.BUILD-SNAPSHOT
In order to align with new features coming in Spring 4.3, this commit upgrades the Spring dependency from 4.2.5 to 4.3.0.BUILD-SNAPSHOT. - @Autowired can now be declared directly on method parameters. - @SpringBean is now obsolete and has been completely removed. - The TestContext no longer needs to be looked up via reflection, since TestContextManager.getTestContext() is now public. In addition, this commit overhauls the README and build. - spring-test-junit5 artifacts can now installed in a local Maven repository. - Generated artifacts now include Javadoc and Source JARs.
- Loading branch information
Showing
8 changed files
with
137 additions
and
98 deletions.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
version = 1.0.0.BUILD-SNAPSHOT |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
rootProject.name = "spring-test-junit5" |
47 changes: 0 additions & 47 deletions
47
src/main/java/org/springframework/test/context/junit5/SpringBean.java
This file was deleted.
Oops, something went wrong.
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
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
Oops, something went wrong.