What's Changed
CI/CD
- Added a new Maven build matrix entry and profile for
spring-framework-7.0, including updates to theSpringVersionenum
Features
-
Refactored
MimeTypeUtils.getSubtypeSuffixto usesubstringAfterandEMPTY_STRINGfor improved clarity and null handling, and added related imports. -
Changed the HTTP methods resolution strategy for WebEndpointMapping #140
Dependency
-
Bump
io.github.microsphere-projects:microsphere-javafrom 0.1.6 to 0.1.7 -
Bump org.apache.tomcat.embed:tomcat-embed-core from 10.1.46 to 10.1.47 @dependabot[bot] in #139
-
Added the Spring milestone repository to the parent POM to support pre-release dependencies
-
Updated versions for several dependencies (e.g., Tomcat, Microsphere Java), and marked some as optional in test modules
Documentation
-
Standardized Javadoc example comments in
WebEndpointMapping.javato use "Servlet endpoint" instead of "servlet endpoint" for consistency and clarity. -
Fix typo in JavaDoc example usage comment by @mercyblitz in #145
-
Corrected and clarified JavaDoc examples in
WebEndpointMappingfor better readability -
Updated documentation and test coverage for Spring 7.0 compatibility
Full Changelog: 0.2.4...0.2.5