Skip to content

Commit 415cb1f

Browse files
chore: merge release into main [skip ci]
2 parents 506e76c + 45f9ba9 commit 415cb1f

2 files changed

Lines changed: 40 additions & 2 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
</scm>
5252

5353
<properties>
54-
<revision>0.2.20-SNAPSHOT</revision>
54+
<revision>0.2.21-SNAPSHOT</revision>
5555
<java.version>17</java.version>
5656
</properties>
5757

release-notes.md

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,4 +190,42 @@ For a detailed list of changes, view the [Full Changelog](https://github.com/mic
190190

191191
---
192192

193-
**Full Changelog**: https://github.com/microsphere-projects/microsphere-spring-boot/compare/0.2.18...0.2.19
193+
**Full Changelog**: https://github.com/microsphere-projects/microsphere-spring-boot/compare/0.2.18...0.2.19## v0.2.20
194+
195+
# Release Notes - Version 0.2.20
196+
197+
## New Features
198+
- Added `microsphere-spring-boot-webmvc` module. ([62249a7](#))
199+
- Introduced WebFlux auto-configuration module. ([9c4b382](#))
200+
- Enabled reversed proxy handler mapping. ([2345783](#))
201+
- Added support for Spring Boot 4 in `WebMvcAutoConfiguration`. ([9542a50](#))
202+
203+
## Bug Fixes
204+
- Fixed test property keys for `EnableWebFluxExtension`. ([3af57ab](#))
205+
- Fixed typo in `WebMvcAutoConfiguration` comment. ([c079456](#))
206+
207+
## Dependency Updates
208+
- Upgraded `microsphere-spring` to version `0.2.25`. ([506e76c](#))
209+
- Updated `microsphere-build` parent to version `0.3.3`. ([884e9fb](#))
210+
211+
## Test Improvements
212+
- Unified WebMVC tests to call `super.test()`. ([66f6aca](#))
213+
- Refactored `WebMvcAutoConfiguration` tests and added base test. ([16729ff](#))
214+
- Enhanced WebMvc auto-config tests with additional coverage. ([4817f56](#))
215+
- Simplified tests to invoke specific cases in `WebMvcAutoConfigurationTest`. ([3a4dbe9](#))
216+
- Refactored tests to call `testWebEndpoints()`. ([5bd6dc9](#))
217+
218+
## Build and Workflow Enhancements
219+
- Removed `jackson-databind` test dependency. ([d6d8fa7](#))
220+
- Updated README to ensure the latest version documentation. ([90ab736](#))
221+
222+
## Other Changes
223+
- Broadened `@ConditionalOnClass` checks for Web MVC compatibility. ([e806646](#))
224+
- Replaced `test` scope for Jackson dependency; relaxed negotiation test. ([097d841](#))
225+
- Improved `OnPropertyPrefixCondition` annotation handling for `ANNOTATION_TYPE`. ([810220e](#))
226+
- Removed redundant `PropertyConstants` test file. ([bb64a67](#))
227+
- Added specific handler and interceptor conditions for WebMVC. ([3b70727](#))
228+
229+
For a complete list of changes, please see the [full changelog](#).
230+
231+
**Full Changelog**: https://github.com/microsphere-projects/microsphere-spring-boot/compare/0.2.19...0.2.20

0 commit comments

Comments
 (0)