An open index of dependabot pull requests across open source projects.

Bump the all-dependencies group across 1 directory with 15 updates

Open
Number: #718
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 1
Created: April 28, 2025 at 04:40 PM UTC
(about 1 year ago)
Updated: May 12, 2025 at 02:56 PM UTC
(about 1 year ago)
Labels:
dependencies java
Description:

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps the all-dependencies group with 15 updates in the / directory:

Package From To
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha 2.14.0-alpha 2.15.0-alpha
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom 2.14.0 2.15.0
com.azure:azure-monitor-opentelemetry-autoconfigure 1.1.0 1.2.0
com.microsoft.azure:applicationinsights-agent 3.7.1 3.7.2
org.springframework.boot:spring-boot-maven-plugin 3.4.4 3.4.5
io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations 2.14.0 2.15.0
com.microsoft.azure:applicationinsights-web 3.7.1 3.7.2
io.opentelemetry.instrumentation:opentelemetry-log4j-appender-2.17 2.14.0-alpha 2.15.0-alpha
org.junit.jupiter:junit-jupiter-api 5.12.1 5.12.2
org.junit.jupiter:junit-jupiter-engine 5.12.1 5.12.2
io.micrometer:micrometer-core 1.14.5 1.14.6
io.opentelemetry.instrumentation:opentelemetry-instrumentation-api 2.14.0 2.15.0
io.opentelemetry.javaagent:opentelemetry-javaagent-extension-api 2.14.0-alpha 2.15.0-alpha
org.springframework.boot:spring-boot-autoconfigure 3.4.4 3.4.5
com.microsoft.azure:applicationinsights-runtime-attach 3.7.1 3.7.2

Updates io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha from 2.14.0-alpha to 2.15.0-alpha

Release notes

Sourced from io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha's releases.

Version 2.14.0

This release targets the OpenTelemetry SDK 1.48.0.

Note that many artifacts have the -alpha suffix attached to their version number, reflecting that they are still alpha quality and will continue to have breaking changes. Please see the VERSIONING.md for more details.

Migration notes

  • The java.net.http.HttpClient instrumentation package io.opentelemetry.instrumentation.httpclient was deprecated in favor of the new package name io.opentelemetry.instrumentation.javahttpclient
  • The experimental opt-in jvm.buffer.memory.usage metric was renamed to jvm.buffer.memory.used in order to follow general semantic convention naming
  • The Http *TelemetryBuilder generic signatures were simplified (#12858)

🌟 New javaagent instrumentation

🌟 New library instrumentation

📈 Enhancements

  • Support virtual threads in Spring Scheduling instrumentation (#13370)
  • Redact query string values for http client spans (#13114)
  • Support attribute lowercase modifier in JMX metrics yaml definitions (#13385)
  • Add tapir path matching within pekko instrumentation (#13386)
  • Support latest Axis2 version (#13490)
  • Add instrumentation for Lambda Java interface HandleStreamRequest (#13466)
  • Remove usage of gRPC internal api (#13510)
  • Add options to disable gRPC per-message events (#13443)
  • Add @​WithSpan option to break from existing context and start a new trace (#13112)

🛠️ Bug fixes

  • Fix NoSuchElementException thrown by Akka instrumentation (#13360)
  • Fix Spring Boot Starter MDC instrumentation for Logback not injecting trace_id (#13391)
  • Fix opt-in invoke dynamic instrumentation mechanism in OpenJ9 (#13282)
  • Fix spans in Pekko instrumentation on server timeout (#13435)
  • Avoid overriding user's trace_id in Log4j MDC instrumentation (#13479)
  • Fix gRPC message ID attribute (#13443)

🙇 Thank you

This release was possible thanks to the following contributors who shared their brilliant ideas and awesome pull requests:

@​123liuziming @​anuraaga @​breedx-splk @​chlos

... (truncated)

Changelog

Sourced from io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha's changelog.

Changelog

Unreleased

Version 2.15.0 (2025-04-10)

📈 Enhancements

  • Delete deprecated java http client classes (#13527)
  • Support latest version of kafka client library (#13544)
  • Implement genai events for bedrock (streaming) (#13507)
  • JMX metrics support unit conversion (#13448)
  • Rename experimental method, use Telemetry instead of Metrics (#13574)
  • End metric description with dot (#13559)
  • Add initial gen_ai instrumentation of bedrock InvokeModel (#13547)
  • Delete deprecated library instrumentation methods (#13575)
  • Add experimental http client url.template attribute (#13581)
  • Add error.type for JDBC under otel.semconv-stability.opt-in flag (#13331)
  • Add azure resource provider (#13627)
  • Remove aws.endpoint attribute from SQS instrumentation (#13620)
  • Avoid conflicts with user-defined Apache Dubbo filters with default order (#13625)
  • Support filtering negative values from JMX metrics (#13589)
  • Instrument bedrock InvokeModelWithResponseStream (#13607)
  • Use context instead of request attributes for servlet async instrumentation (#13493)
  • Improve handling of quoted table names (#13612)

🛠️ Bug fixes

  • Fix aws timeseries requests misdetected as dynamodb (#13579)
  • Fix pekko route naming (#13491)
  • Fix route handling when local root span wasn't created by instrumentation api

... (truncated)

Commits

Updates io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom from 2.14.0 to 2.15.0

Release notes

Sourced from io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom's releases.

Version 2.15.0

This release targets the OpenTelemetry SDK 1.49.0.

Note that many artifacts have the -alpha suffix attached to their version number, reflecting that they are still alpha quality and will continue to have breaking changes. Please see the VERSIONING.md for more details.

📈 Enhancements

  • Delete deprecated java http client classes (#13527)
  • Support latest version of kafka client library (#13544)
  • Implement genai events for bedrock (streaming) (#13507)
  • JMX metrics support unit conversion (#13448)
  • Rename experimental method, use Telemetry instead of Metrics (#13574)
  • End metric description with dot (#13559)
  • Add initial gen_ai instrumentation of bedrock InvokeModel (#13547)
  • Delete deprecated library instrumentation methods (#13575)
  • Add experimental http client url.template attribute (#13581)
  • Add error.type for JDBC under otel.semconv-stability.opt-in flag (#13331)
  • Add azure resource provider (#13627)
  • Remove aws.endpoint attribute from SQS instrumentation (#13620)
  • Avoid conflicts with user-defined Apache Dubbo filters with default order (#13625)
  • Support filtering negative values from JMX metrics (#13589)
  • Instrument bedrock InvokeModelWithResponseStream (#13607)
  • Use context instead of request attributes for servlet async instrumentation (#13493)
  • Improve handling of quoted table names (#13612)

🛠️ Bug fixes

  • Fix aws timeseries requests misdetected as dynamodb (#13579)
  • Fix pekko route naming (#13491)
  • Fix route handling when local root span wasn't created by instrumentation api (#13588)
  • The HostIdResourceProvider should instantiate an HostIdResource, not an HostResource (#13628)
  • Fix OpenTelemetryPreparedStatement and the returned ResultSet.getStatement() do not match (#13646)
  • Fix Spring boot starter dependency resolution failure with Gradle and Java 11 (#13384)
  • Fix extremely large DB statements may cause memory leak (#13353)

🙇 Thank you

This release was possible thanks to the following contributors who shared their brilliant ideas and awesome pull requests:

@​123liuziming @​alexgenon @​anuraaga @​breedx-splk @​codefromthecrypt @​crossoverJie @​cyrille-leclerc @​hannahchan @​jack-berg @​jaydeluca @​jeanbisutti

... (truncated)

Changelog

Sourced from io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom's changelog.

Version 2.15.0 (2025-04-10)

📈 Enhancements

  • Delete deprecated java http client classes (#13527)
  • Support latest version of kafka client library (#13544)
  • Implement genai events for bedrock (streaming) (#13507)
  • JMX metrics support unit conversion (#13448)
  • Rename experimental method, use Telemetry instead of Metrics (#13574)
  • End metric description with dot (#13559)
  • Add initial gen_ai instrumentation of bedrock InvokeModel (#13547)
  • Delete deprecated library instrumentation methods (#13575)
  • Add experimental http client url.template attribute (#13581)
  • Add error.type for JDBC under otel.semconv-stability.opt-in flag (#13331)
  • Add azure resource provider (#13627)
  • Remove aws.endpoint attribute from SQS instrumentation (#13620)
  • Avoid conflicts with user-defined Apache Dubbo filters with default order (#13625)
  • Support filtering negative values from JMX metrics (#13589)
  • Instrument bedrock InvokeModelWithResponseStream (#13607)
  • Use context instead of request attributes for servlet async instrumentation (#13493)
  • Improve handling of quoted table names (#13612)

🛠️ Bug fixes

  • Fix aws timeseries requests misdetected as dynamodb (#13579)
  • Fix pekko route naming (#13491)
  • Fix route handling when local root span wasn't created by instrumentation api (#13588)
  • The HostIdResourceProvider should instantiate an HostIdResource, not an HostResource (#13628)
  • Fix OpenTelemetryPreparedStatement and the returned ResultSet.getStatement() do not match

... (truncated)

Commits
  • fc64eba [release/v2.15.x] Prepare release 2.15.0 (#13692)
  • dba6948 Update change log for upcoming release (#13690)
  • aa4c948 Replace deprecated tasks.create with tasks.register (#13691)
  • 8cd11e4 Don't cache sanitization results for large sql statements (#13353)
  • 95cc300 Compile runtime-telemetry-java17 for java8 (#13679)
  • 29ea551 Db error type (#13640)
  • b0a1691 chore(deps): update plugin org.gradle.playframework to v0.15.3 (#13687)
  • 4da68c4 chore(deps): update plugin org.gradle.toolchains.foojay-resolver-convention t...
  • ad378c6 fix(deps): update dependency com.squareup.okio:okio-bom to v3.11.0 (#13681)
  • 6edaa0d Improve handling of quoted table names (#13612)
  • Additional commits viewable in compare view

Updates com.azure:azure-monitor-opentelemetry-autoconfigure from 1.1.0 to 1.2.0

Release notes

Sourced from com.azure:azure-monitor-opentelemetry-autoconfigure's releases.

azure-monitor-opentelemetry-autoconfigure_1.2.0

1.2.0 (2025-04-11)

Bugs Fixed

  • Fixed a bug causing logs to be instrumented. Verbose logs would lead to recursive logging. (#44828)

Other Changes

  • Update OpenTelemetry SDK to 1.49.0 (#44950)

azure-resourcemanager-elasticsan_1.2.0-beta.2

1.2.0-beta.2 (2025-04-18)

  • Azure Resource Manager ElasticSan client library for Java. This package contains Microsoft Azure SDK for ElasticSan Management SDK. Package tag package-2024-07-01-preview. For documentation on how to use this package, please see Azure Management Libraries for Java.

Breaking Changes

models.VolumeGroups was modified

  • listByElasticSan(java.lang.String,java.lang.String,com.azure.core.util.Context) was removed

models.Volumes was modified

  • listByVolumeGroup(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context) was removed
  • delete(java.lang.String,java.lang.String,java.lang.String,java.lang.String,models.XMsDeleteSnapshots,models.XMsForceDelete,com.azure.core.util.Context) was removed
  • deleteByIdWithResponse(java.lang.String,models.XMsDeleteSnapshots,models.XMsForceDelete,com.azure.core.util.Context) was removed

Features Added

  • models.PreValidationResponse was added

  • models.PolicyState was added

  • models.XMsAccessSoftDeletedResources was added

  • models.DiskSnapshotList was added

  • models.VolumeNameList was added

  • models.DeleteRetentionPolicy was added

  • models.DeleteType was added

  • models.ResourceProviders was added

models.VolumeGroup$Update was modified

  • withDeleteRetentionPolicy(models.DeleteRetentionPolicy) was added

models.VolumeGroups was modified

... (truncated)

Commits

Updates com.microsoft.azure:applicationinsights-agent from 3.7.1 to 3.7.2

Release notes

Sourced from com.microsoft.azure:applicationinsights-agent's releases.

Application Insights Java 3.7.2 (GA)

Enhancements

  • Update OpenTelemetry Instrumentation to 2.14.0 (#4138)
  • Allow disabling spring-webmvc instrumentation (#4109)
  • Log a warning for invalid JMX metrics (#4161)
  • Support for using the AAD Audience from the connection string (#4121)

Bug fixes

  • Fix deserialization of enums in Alerting (#4125)
  • Fix request exception not captured when INSTRUMENTATION_LOGGING_LEVEL=OFF (#4130)
Changelog

Sourced from com.microsoft.azure:applicationinsights-agent's changelog.

Version 3.7.2 GA (04/17/2025)

Enhancements

  • Update OpenTelemetry Instrumentation to 2.14.0 (#4138)
  • Allow disabling spring-webmvc instrumentation (#4109)
  • Log a warning for invalid JMX metrics (#4161)
  • Support for using the AAD Audience from the connection string (#4121)

Bug fixes

  • Fix deserialization of enums in Alerting (#4125)
  • Fix request exception not captured when INSTRUMENTATION_LOGGING_LEVEL=OFF (#4130)
Commits
  • d2d8b52 Bump com.azure:azure-monitor-opentelemetry-autoconfigure from 1.1.0 to 1.2.0 ...
  • b1477dd Update version to 3.7.2 (#4187)
  • 47749e9 Prepare to release 3.7.2 (#4185)
  • 21584d8 [SFI] Update codeql-daily.yml - add C++ to analysis (#4181)
  • 22a0299 Support for AAD Audience in connection string (for sovereign cloud) (#4121)
  • 5773690 Bump org.apache.commons:commons-text from 1.13.0 to 1.13.1 (#4176)
  • 301b994 Bump com.squareup.okio:okio from 3.10.2 to 3.11.0 (#4172)
  • c2b43d1 Log as warn invalid JMX metrics (#4161)
  • 2118769 Bump com.gradle.develocity from 3.19.2 to 4.0 (#4171)
  • 300c7bf Bump com.diffplug.spotless:spotless-plugin-gradle from 7.0.2 to 7.0.3 (#4169)
  • Additional commits viewable in compare view

Updates org.springframework.boot:spring-boot-maven-plugin from 3.4.4 to 3.4.5

Release notes

Sourced from org.springframework.boot:spring-boot-maven-plugin's releases.

v3.4.5

:lady_beetle: Bug Fixes

  • Spring Boot with native image container image build fails on podman due to directory permissions #45256
  • Neo4jReactiveDataAutoConfiguration assumes that certain beans are available #45235
  • Wrong jOOQ exception translator with empty db name #45219
  • MessageSourceMessageInterpolator does not replace a parameter when the message matches its code #45213
  • IntegrationMbeanExporter is not eligible for getting processed by all BeanPostProcessors warnings are shown when using JMX #45194
  • OAuth2AuthorizationServerJwtAutoConfiguration uses @ConditionalOnClass incorrectly #45178
  • MongoDB's dependency management is missing Kotlin coroutine driver modules #45159
  • ImagePlatform can cause "OS must not be empty" IllegalArgumentException #45153
  • TypeUtils does not handle generics with identical names in different positions #45039
  • HttpClient5 5.4.3 breaks local Docker transport #45028
  • spring.datasource.hikari.data-source-class-name cannot be used as a driver class name is always required and Hikari does not accept both #45002
  • Post-processing to apply custom JdbcConnectionDetails triggers an NPE in Hikari if the JDBC URL is for an unknown driver #44998
  • DataSourceBuilder triggers an NPE in Hikari when trying to build a DataSource with a JDBC URL for an unknown driver #44995
  • SSL config does not watch for symlink file changes #44887
  • EmbeddedLdapAutoConfiguration should not rely on PreDestroy #44874
  • DataSourceTransactionManagerAutoConfiguration should run after DataSourceAutoConfiguration #44819
  • JsonValueWriter can throw StackOverflowError on deeply nested items #44627
  • In a reactive web app, SslBundle can no longer open store file locations without using a 'file:' prefix #44535
  • Logging a Path object using structured logging throws StackOverflowError #44507

:notebook_with_decorative_cover: Documentation

  • Make @Component a javadoc link #45258
  • Fix documentation links to buildpacks.io #45241
  • Clarify the use of multiple profile expressions with "spring.config.activate.on-profile" #45224
  • Show the use of token properties in authorization server clients configuration example #45176
  • Add details of the purpose of the metrics endpoint #45047
  • Escape the asterisk in spring-application.adoc #45033
  • Add reference to Styra (OPA) Spring Boot SDK #44976
  • Update CDS documentation to cover AOTCache #44970
  • WebFlux security documentation incorrectly links to servlet classes #44966
  • Replace mentions of deprecated MockBean annotation #44947
  • TaskExecution documentation should describe what happens when multiple Executor beans are present #44908
  • Documentation lists coordinates for some dependencies that are not actually managed #44879
  • Polish javadoc of SpringProfileAction #44826

:hammer: Dependency Upgrades

  • Upgrade to AspectJ 1.9.24 #45184
  • Upgrade to Couchbase Client 3.7.9 #45072
  • Upgrade to Hibernate 6.6.13.Final #45073
  • Upgrade to HttpClient5 5.4.3 #45074
  • Upgrade to HttpCore5 5.3.4 #45075
  • Upgrade to Jaybird 5.0.7.java11 #45076
  • Upgrade to Jetty 12.0.19 #45077
  • Upgrade to jOOQ 3.19.22 #45078
  • Upgrade to Lombok 1.18.38 #45079

... (truncated)

Commits
  • b882c29 Release v3.4.5
  • 918066f Merge branch '3.3.x' into 3.4.x
  • ab0c332 Next development version (v3.3.12-SNAPSHOT)
  • 71acf93 Merge branch '3.3.x' into 3.4.x
  • d2eaac6 Revert "Upgrade to Netty 4.1.120.Final"
  • d24a38f Merge branch '3.3.x' into 3.4.x
  • 933572a Upgrade to Netty 4.1.120.Final
  • 016b3de Upgrade to Netty 4.1.120.Final
  • 46a709a Merge branch '3.3.x' into 3.4.x
  • 55f67c9 Fix potential null problem in actuator
  • Additional commits viewable in compare view

Updates io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations from 2.14.0 to 2.15.0

Release notes

Sourced from io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations's releases.

Version 2.15.0

This release targets the OpenTelemetry SDK 1.49.0.

Note that many artifacts have the -alpha suffix attached to their version number, reflecting that they are still alpha quality and will continue to have breaking changes. Please see the VERSIONING.md for more details.

📈 Enhancements

  • Delete deprecated java http client classes (#13527)
  • Support latest version of kafka client library (#13544)
  • Implement genai events for bedrock (streaming) (#13507)
  • JMX metrics support unit conversion (#13448)
  • Rename experimental method, use Telemetry instead of Metrics (#13574)
  • End metric description with dot (#13559)
  • Add initial gen_ai instrumentation of bedrock InvokeModel (#13547)
  • Delete deprecated library instrumentation methods (#13575)
  • Add experimental http client url.template attribute (#13581)
  • Add error.type for JDBC under otel.semconv-stability.opt-in flag (#13331)
  • Add azure resource provider (#13627)
  • Remove aws.endpoint attribute from SQS instrumentation (#13620)
  • Avoid conflicts with user-defined Apache Dubbo filters with default order (#13625)
  • Support filtering negative values from JMX metrics (#13589)
  • Instrument bedrock InvokeModelWithResponseStream (#13607)
  • Use context instead of request attributes for servlet async instrumentation (#13493)
  • Improve handling of quoted table names (#13612)

🛠️ Bug fixes

  • Fix aws timeseries requests misdetected as dynamodb (#13579)
  • Fix pekko route naming (#13491)
  • Fix route handling when local root span wasn't created by instrumentation api (#13588)
  • The HostIdResourceProvider should instantiate an HostIdResource, not an HostResource (#13628)
  • Fix OpenTelemetryPreparedStatement and the returned ResultSet.getStatement() do not match (#13646)
  • Fix Spring boot starter dependency resolution failure with Gradle and Java 11 (#13384)
  • Fix extremely large DB statements may cause memory leak (#13353)

🙇 Thank you

This release was possible thanks to the following contributors who shared their brilliant ideas and awesome pull requests:

@​123liuziming @​alexgenon @​anuraaga @​breedx-splk @​codefromthecrypt @​crossoverJie @​cyrille-leclerc @​hannahchan @​jack-berg @​jaydeluca @​jeanbisutti

... (truncated)

Changelog

Sourced from io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations's changelog.

Version 2.15.0 (2025-04-10)

📈 Enhancements

  • Delete deprecated java http client classes (#13527)
  • Support latest version of kafka client library (#13544)
  • Implement genai events for bedrock (streaming) (#13507)
  • JMX metrics support unit conversion (#13448)
  • Rename experimental method, use Telemetry instead of Metrics (#13574)
  • End metric description with dot (#13559)
  • Add initial gen_ai instrumentation of bedrock InvokeModel (#13547)
  • Delete deprecated library instrumentation methods (#13575)
  • Add experimental http client url.template attribute (#13581)
  • Add error.type for JDBC under otel.semconv-stability.opt-in flag (#13331)
  • Add azure resource provider (#13627)
  • Remove aws.endpoint attribute from SQS instrumentation (#13620)
  • Avoid conflicts with user-defined Apache Dubbo filters with default order (#13625)
  • Support filtering negative values from JMX metrics (#13589)
  • Instrument bedrock InvokeModelWithResponseStream (#13607)
  • Use context instead of request attributes for servlet async instrumentation (#13493)
  • Improve handling of quoted table names (#13612)

🛠️ Bug fixes

  • Fix aws timeseries requests misdetected as dynamodb (#13579)
  • Fix pekko route naming (#13491)
  • Fix route handling when local root span wasn't created by instrumentation api (#13588)
  • The HostIdResourceProvider should instantiate an HostIdResource, not an HostResource (#13628)
  • Fix OpenTelemetryPreparedStatement and the returned ResultSet.getStatement() do not match

... (truncated)

Commits
  • fc64eba [release/v2.15.x] Prepare release 2.15.0 (#13692)
  • dba6948 Update change log for upcoming release (#13690)
  • aa4c948 Replace deprecated tasks.create with tasks.register (#13691)
  • 8cd11e4 Don't cache sanitization results for large sql statements (#13353)
  • 95cc300 Compile runtime-telemetry-java17 for java8 (#13679)
  • 29ea551 Db error type (#13640)
  • b0a1691 chore(deps): update plugin org.gradle.playframework to v0.15.3 (#13687)
  • 4da68c4 chore(deps): update plugin org.gradle.toolchains.foojay-resolver-convention t...
  • ad378c6 fix(deps): update dependency com.squareup.okio:okio-bom to v3.11.0 (#13681)
  • 6edaa0d Improve handling of quoted table names (#13612)
  • Additional commits viewable in compare view

Updates com.microsoft.azure:applicationinsights-web from 3.7.1 to 3.7.2

Release notes

Sourced from com.microsoft.azure:applicationinsights-web's releases.

Application Insights Java 3.7.2 (GA)

Enhancements

  • Update OpenTelemetry Instrumentation to 2.14.0 (#4138)
  • Allow disabling spring-webmvc instrumentation (#4109)
  • Log a warning for invalid JMX metrics (#4161)
  • Support for using the AAD Audience from the connection string (#4121)

Bug fixes

  • Fix deserialization of enums in Alerting (#4125)
  • Fix request exception not captured when INSTRUMENTATION_LOGGING_LEVEL=OFF (#4130)
Changelog

Sourced from com.microsoft.azure:applicationinsights-web's changelog.

Version 3.7.2 GA (04/17/2025)

Enhancements

  • Update OpenTelemetry Instrumentation to 2.14.0 (#4138)
  • Allow disabling spring-webmvc instrumentation (#4109)
  • Log a warning for invalid JMX metrics (#4161)
  • Support for using the AAD Audience from the connection string (#4121)

Bug fixes

  • Fix deserialization of enums in Alerting (#4125)
  • Fix request exception not captured when INSTRUMENTATION_LOGGING_LEVEL=OFF (#4130)
Commits
Package Dependencies
Ecosystem:
maven
Version Change:
5.12.1 → 5.12.2
Update Type:
Patch
Ecosystem:
maven
Version Change:
5.12.1 → 5.12.2
Update Type:
Patch
Ecosystem:
maven
Version Change:
3.4.4 → 3.4.5
Update Type:
Patch
Ecosystem:
maven
Version Change:
2.14.0 → 2.15.0
Update Type:
Minor
Ecosystem:
maven
Version Change:
3.4.4 → 3.4.5
Update Type:
Patch
Ecosystem:
maven
Version Change:
2.14.0 → 2.15.0
Update Type:
Minor
Ecosystem:
maven
Version Change:
1.14.5 → 1.14.6
Update Type:
Patch
Ecosystem:
maven
Version Change:
2.14.0 → 2.15.0
Update Type:
Minor
Ecosystem:
maven
Version Change:
2.14.0-alpha → 2.15.0-alpha
Update Type:
Minor
Ecosystem:
maven
Version Change:
2.14.0-alpha → 2.15.0-alpha
Update Type:
Minor
Ecosystem:
maven
Version Change:
3.7.1 → 3.7.2
Update Type:
Patch
Ecosystem:
maven
Version Change:
3.7.1 → 3.7.2
Update Type:
Patch
Ecosystem:
maven
Version Change:
3.7.1 → 3.7.2
Update Type:
Patch
Ecosystem:
maven
Version Change:
1.1.0 → 1.2.0
Update Type:
Minor
Ecosystem:
maven
Version Change:
2.14.0-alpha → 2.15.0-alpha
Update Type:
Minor
Technical Details
ID: 993767
UUID: 3025533537
Node ID: PR_kwDOIBoVIM6UMwMw
Host: GitHub
Repository: Azure-Samples/ApplicationInsights-Java-Samples