Skip to content

Sample applications for using the Spring Framework with the Java Module System

License

Notifications You must be signed in to change notification settings

sbrannen/spring-module-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

spring-module-system

This repository hosts sample applications for using the Spring Framework with the Java Module System.


For example, the maven-surefire-patched-module project uses Maven Surefire to run tests in a patched module.

Changing the spring.version in pom.xml to 5.3.20 or 6.0.0-M4 will cause the build to fail, demonstrating that Spring Framework did not support module path scanning prior to 6.0 M5 (which has not yet been released). Running the build as-is using Spring Framework 6.0 snapshots allows the tests to pass thanks to a recent commit that added implicit support for scanning the module path – for example, when using @ComponentScan.

About

Sample applications for using the Spring Framework with the Java Module System

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages