- Introduced
Use MockEnvironment.withPropertyin tests for enhanced configuration (c7e2eb2). - Added support for Spring Boot 3.5.14 and 4.0.6 (3f1a57f).
- Added test class annotations to
SpringBootTest(1ffa066). - Added assertions and constants for
MeterRegistryclass names for better test coverage (34bf684, 525068f).
- Bumped
Spring Boot 4.0to version4.0.6(3665d16). - Bumped
microsphere-springto0.2.14(76a0385) and0.2.13(e5665d5). - Added JUnit BOM and Spring milestone repository (5b475ec).
- Improved tests by using
MockEnvironment.withPropertyfor a cleaner and consistent testing environment (c7e2eb2). - Added and enhanced test class coverage for various components (1ffa066, 34bf684).
- Updated Maven wrapper to
3.9.15(09a656f) and3.9.14(a6331e9). - Pointed Maven wrapper to Maven Central for improved accessibility (5ec0c31).
- Bumped parent POM version to
0.2.7(50c4c5b). - Added workflow for syncing fork branches from upstream (19a1b4b).
- Refactored workflows for better structure, added workflow permission, and matrix build configuration (59d8dab, 8821b7a).
- Enhanced release notes and automated release creation (8bf5cf2).
- Fixed indentation in
dependabot.ymlupdates list (779b968, ae77002). - Removed exclusions from
microspheretest dependency for cleaner POM (a92f014). - Simplified and cleaned up POM structure (76a0385, 8201e9a).
Note: This release contains updates to support new Spring Boot versions and improve test configurations, along with various dependency, workflow, and build improvements.
For a detailed list of changes, please refer to the Full Changelog.
Full Changelog: https://github.com/microsphere-projects/microsphere-spring-boot/compare/0.2.10...0.2.11## v0.2.12
- Added
AutoRegistrationBeanInitializerand corresponding tests. (5b54aac) - Parameterized
ApplicationContextInitializerfor enhanced configurability. (4ec4d1c)
- Updated
READMEwith the latest branch versions. (ab0b788)
- Upgraded
microsphere-springto version0.2.15. (e8d171c) - Bumped
org.jolokia:jolokia-corefrom2.5.1to2.6.0. (00b2af3)
- Merged
mainintoreleasebranch for improved branch synchronization. (1c0f927, 5d0db80, 3d2eb69) - Bumped version to prepare for next development cycle. (78e7efa)
Thank you for using our project!
Full Changelog: https://github.com/microsphere-projects/microsphere-spring-boot/compare/0.2.11...0.2.12## v0.2.13
- Updated
org.junit:junit-bomfrom6.0.3to6.1.0. (#112) - Bumped
microsphere-spring.versionto0.2.16. - Updated parent version to
0.2.9.
- Added Maven server credentials to the workflow.
- Adjusted Maven workflows and ensured the addition of EOF newline for consistency.
- Updated README files to reflect changes in branch versions.
- Routine merges between
mainandreleasebranches.
Full Changelog: https://github.com/microsphere-projects/microsphere-spring-boot/compare/0.2.12...0.2.13