Bump the all-dependencies group across 1 directory with 15 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 1
(about 1 year ago)
(about 1 year ago)
dependencies java
⚠️ 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:
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
-alphasuffix 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.HttpClientinstrumentation packageio.opentelemetry.instrumentation.httpclientwas deprecated in favor of the new package nameio.opentelemetry.instrumentation.javahttpclient- The experimental opt-in
jvm.buffer.memory.usagemetric was renamed tojvm.buffer.memory.usedin order to follow general semantic convention naming- The Http
*TelemetryBuildergeneric signatures were simplified (#12858)🌟 New javaagent instrumentation
- AWS Bedrock instrumentation, following Gen AI semantic conventions (#13355, #13408, #13473, #13410)
- ActiveJ HTTP server (#13335)
- Spring Pulsar (#13320)
🌟 New library instrumentation
- AWS Bedrock instrumentation, following Gen AI semantic conventions (#13355, #13408, #13473, #13410)
📈 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
@WithSpanoption to break from existing context and start a new trace (#13112)🛠️ Bug fixes
- Fix
NoSuchElementExceptionthrown 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_idin 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:
... (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.typefor JDBC underotel.semconv-stability.opt-inflag (#13331)- Add azure resource provider (#13627)
- Remove
aws.endpointattribute 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
... (truncated)
Commits
- See full diff in compare view
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
-alphasuffix 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.typefor JDBC underotel.semconv-stability.opt-inflag (#13331)- Add azure resource provider (#13627)
- Remove
aws.endpointattribute 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
HostIdResourceProvidershould instantiate anHostIdResource, not anHostResource(#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.typefor JDBC underotel.semconv-stability.opt-inflag (#13331)- Add azure resource provider (#13627)
- Remove
aws.endpointattribute 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
HostIdResourceProvidershould instantiate anHostIdResource, not anHostResource(#13628)- Fix OpenTelemetryPreparedStatement and the returned ResultSet.getStatement() do not match
... (truncated)
Commits
fc64eba[release/v2.15.x] Prepare release 2.15.0 (#13692)dba6948Update change log for upcoming release (#13690)aa4c948Replace deprecated tasks.create with tasks.register (#13691)8cd11e4Don't cache sanitization results for large sql statements (#13353)95cc300Compile runtime-telemetry-java17 for java8 (#13679)29ea551Db error type (#13640)b0a1691chore(deps): update plugin org.gradle.playframework to v0.15.3 (#13687)4da68c4chore(deps): update plugin org.gradle.toolchains.foojay-resolver-convention t...ad378c6fix(deps): update dependency com.squareup.okio:okio-bom to v3.11.0 (#13681)6edaa0dImprove 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.VolumeGroupswas modified
listByElasticSan(java.lang.String,java.lang.String,com.azure.core.util.Context)was removed
models.Volumeswas modified
listByVolumeGroup(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)was removeddelete(java.lang.String,java.lang.String,java.lang.String,java.lang.String,models.XMsDeleteSnapshots,models.XMsForceDelete,com.azure.core.util.Context)was removeddeleteByIdWithResponse(java.lang.String,models.XMsDeleteSnapshots,models.XMsForceDelete,com.azure.core.util.Context)was removedFeatures Added
models.PreValidationResponsewas added
models.PolicyStatewas added
models.XMsAccessSoftDeletedResourceswas added
models.DiskSnapshotListwas added
models.VolumeNameListwas added
models.DeleteRetentionPolicywas added
models.DeleteTypewas added
models.ResourceProviderswas added
models.VolumeGroup$Updatewas modified
withDeleteRetentionPolicy(models.DeleteRetentionPolicy)was added
models.VolumeGroupswas modified
... (truncated)
Commits
5cbd356[maven-release-plugin] prepare release v1.2.0e6f10baExclude monitoring from roll up package21f17b8Readme - do not merge (#1879)1aebd9cFixing network watcher tests (#1892)0b2ced9Add graph rbac breaking changes (#1887)83909e3Samples: MSI & AAD group, Storage with encryption (#1884)41577dfUse newer version of runtime (#1886)5b7eec5Minor random javadoc and polish fixes in SQL (#1885)7ce2a56Add 1.2 tag to beta annotation (#1878)2e91473Simplify auth file generation process (#1882)- Additional commits viewable in compare view
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
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
Commits
d2d8b52Bump com.azure:azure-monitor-opentelemetry-autoconfigure from 1.1.0 to 1.2.0 ...b1477ddUpdate version to 3.7.2 (#4187)47749e9Prepare to release 3.7.2 (#4185)21584d8[SFI] Update codeql-daily.yml - add C++ to analysis (#4181)22a0299Support for AAD Audience in connection string (for sovereign cloud) (#4121)5773690Bump org.apache.commons:commons-text from 1.13.0 to 1.13.1 (#4176)301b994Bump com.squareup.okio:okio from 3.10.2 to 3.11.0 (#4172)c2b43d1Log as warn invalid JMX metrics (#4161)2118769Bump com.gradle.develocity from 3.19.2 to 4.0 (#4171)300c7bfBump 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
@ConditionalOnClassincorrectly #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
@Componenta 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
b882c29Release v3.4.5918066fMerge branch '3.3.x' into 3.4.xab0c332Next development version (v3.3.12-SNAPSHOT)71acf93Merge branch '3.3.x' into 3.4.xd2eaac6Revert "Upgrade to Netty 4.1.120.Final"d24a38fMerge branch '3.3.x' into 3.4.x933572aUpgrade to Netty 4.1.120.Final016b3deUpgrade to Netty 4.1.120.Final46a709aMerge branch '3.3.x' into 3.4.x55f67c9Fix 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
-alphasuffix 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.typefor JDBC underotel.semconv-stability.opt-inflag (#13331)- Add azure resource provider (#13627)
- Remove
aws.endpointattribute 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
HostIdResourceProvidershould instantiate anHostIdResource, not anHostResource(#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.typefor JDBC underotel.semconv-stability.opt-inflag (#13331)- Add azure resource provider (#13627)
- Remove
aws.endpointattribute 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
HostIdResourceProvidershould instantiate anHostIdResource, not anHostResource(#13628)- Fix OpenTelemetryPreparedStatement and the returned ResultSet.getStatement() do not match
... (truncated)
Commits
fc64eba[release/v2.15.x] Prepare release 2.15.0 (#13692)dba6948Update change log for upcoming release (#13690)aa4c948Replace deprecated tasks.create with tasks.register (#13691)8cd11e4Don't cache sanitization results for large sql statements (#13353)95cc300Compile runtime-telemetry-java17 for java8 (#13679)29ea551Db error type (#13640)b0a1691chore(deps): update plugin org.gradle.playframework to v0.15.3 (#13687)4da68c4chore(deps): update plugin org.gradle.toolchains.foojay-resolver-convention t...ad378c6fix(deps): update dependency com.squareup.okio:okio-bom to v3.11.0 (#13681)6edaa0dImprove 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
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
Commits
d2d8b52Bump com.azure:azure-monitor-opentelemetry-autoconfigure from 1.1.0 to 1.2.0 ...b1477ddUpdate version to 3.7.2 (#4187)47749e9Prepare to release 3.7.2 (#4185)21584d8[SFI] Update codeql-daily.yml - add C++ to analysis (#4181)22a0299Support for AAD Audience in connection string (for sovereign cloud) (#4121)5773690Bump org.apache.commons:commons-text from 1.13.0 to 1.13.1 (#4176)301b994Bump com.squareup.okio:okio from 3.10.2 to 3.11.0 (Pull Request Statistics
Commits:
0Files Changed:
0Additions:
+0Deletions:
-0
Package Dependencies
maven
5.12.1 → 5.12.2
Patch
org.junit.jupiter:junit-jupiter-api
maven
5.12.1 → 5.12.2
Patch
maven
3.4.4 → 3.4.5
Patch
maven
2.14.0 → 2.15.0
Minor
maven
3.4.4 → 3.4.5
Patch
maven
2.14.0 → 2.15.0
Minor
io.micrometer:micrometer-core
maven
1.14.5 → 1.14.6
Patch
maven
2.14.0 → 2.15.0
Minor
maven
2.14.0-alpha → 2.15.0-alpha
Minor
maven
2.14.0-alpha → 2.15.0-alpha
Minor
maven
3.7.1 → 3.7.2
Patch
maven
3.7.1 → 3.7.2
Patch
maven
3.7.1 → 3.7.2
Patch
maven
1.1.0 → 1.2.0
Minor
maven
2.14.0-alpha → 2.15.0-alpha
Minor
Technical Details
| ID: | 993767 |
| UUID: | 3025533537 |
| Node ID: | PR_kwDOIBoVIM6UMwMw |
| Host: | GitHub |
| Repository: | Azure-Samples/ApplicationInsights-Java-Samples |