v0.1.5
What's Changed
Dependency
- Bump
io.github.microsphere-projects:microsphere-spring-bootfrom 0.1.4 to 0.1.5
Documentation
- Removed maintenance badges ("Average time to resolve an issue" and "Percentage of issues still open") from the top of the
README.mdfor a cleaner look.
Build
- Removed the
distributionManagementand customrepositoriessections from the mainpom.xml, simplifying Maven repository configuration.
Refactor
- Fixed an import in
ConditionalOnPropertyEnabledTest.javaby replacing the use oforg.apache.commons.io.IOUtils.lengthwithmicrosphere.util.ArrayUtils.length, ensuring consistent utility usage.
Full Changelog: 0.1.4...0.1.5