File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,6 +26,14 @@ This section includes changes in `spring-cloud-azure-testcontainers` module.
2626
2727- Add ServiceBusContainerConnectionDetailsFactory. [ #44019 ] ( https://github.com/Azure/azure-sdk-for-java/pull/44019 ) .
2828
29+ ### Spring Cloud Azure Starter Monitor
30+
31+ This section includes changes in ` spring-cloud-azure-starter-monitor ` module.
32+
33+ #### Other Changes
34+
35+ - Re-enabled for Spring Boot 4 support with OpenTelemetry 2.24.0.
36+
2937## 7.0.0 (2026-02-03)
3038- This release is compatible with Spring Boot 4.0.0-4.0.2. (Note: 4.0.x (x>2) should be supported, but they aren't tested with this release.)
3139- This release is compatible with Spring Cloud 2025.1.0. (Note: 2025.1.x (x>0) should be supported, but they aren't tested with this release.)
Original file line number Diff line number Diff line change @@ -26,8 +26,6 @@ def get_spring_boot_version_tag_prefix(spring_boot_version):
2626# Since Spring Cloud Azure uses multiple versions of external dependencies managed by Spring Boot,
2727# the modules that still use Spring Boot 2 to manage dependencies will be skipped.
2828SKIP_ADDING_DEPENDENCY_MANAGEMENT_ARTIFACTS = [
29- # 'spring-cloud-azure-starter-monitor-test',
30- # 'spring-cloud-azure-starter-monitor'
3129]
3230# Since some features are based on a higher Spring Boot version, it is sufficient to let the modules
3331# corresponding to these special Spring Boot versions use the latest Spring Boot version.
You can’t perform that action at this time.
0 commit comments