Skip to content

v0.2.5

Latest

Choose a tag to compare

@mercyblitz mercyblitz released this 07 Nov 05:50
8d30536

What's Changed

CI/CD

  • Added a new Maven build matrix entry and profile for spring-framework-7.0, including updates to the SpringVersion enum

Features

  • Refactored MimeTypeUtils.getSubtypeSuffix to use substringAfter and EMPTY_STRING for 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-java from 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.java to 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 WebEndpointMapping for better readability

  • Updated documentation and test coverage for Spring 7.0 compatibility

Full Changelog: 0.2.4...0.2.5