Skip to content

Commit 1df3a00

Browse files
Copilotrujche
andcommitted
Uncomment monitor modules in _constants.py and update CHANGELOG.md
Co-authored-by: rujche <171773178+rujche@users.noreply.github.com>
1 parent a0035ef commit 1df3a00

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

sdk/spring/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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.)

sdk/spring/scripts/_constants.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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.
2828
SKIP_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.

0 commit comments

Comments
 (0)