Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump applicationinsights-core from 2.6.4 to 3.4.11 in /DataProcessing/datax-utility #910

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 3, 2023

Bumps applicationinsights-core from 2.6.4 to 3.4.11.

Release notes

Sourced from applicationinsights-core's releases.

Application Insights Java 3.4.11 (GA)

Enhancements:

  • Update to OpenTelemetry Java Instrumentation 1.24 (#2963)

Bug fixes:

  • Fix custom metrics in Azure Function Consumption Plan (#2946)

Application Insights Java 3.4.10 (GA)

Enhancements:

  • Update to OpenTelemetry Java Instrumentation 1.23 (#2923)
  • Set resultCode to "0" when Span.httpStatusCode is not present (#2925)
  • Support dots in JMX attribute names (#2921)
  • Improve Cosmos telemetry mapping (#2906)

Application Insights Java 3.4.9 (GA)

Enhancements:

  • Allow profiler to be controlled from portal by default (#2683)
  • GA metricIntervalSeconds config (#2875)

Application Insights Java 3.4.8 (GA)

Enhancements:

  • Update to OpenTelemetry Java Instrumentation 1.22.1 (#2840)
  • Add support for configuring connection string at runtime (#2809)

Application Insights Java 3.4.7 (GA)

Enhancements:

  • Update to OpenTelemetry Java Instrumentation 1.21 (#2796)

Bug fixes:

  • Fix custom instrumentation type (#2776)
  • Fix Azure SDK target mapping (#2787)

Application Insights Java 3.4.6 (GA)

Bug fixes:

  • Fix self-diagnostics trace level logging can hang (#2778)

Application Insights Java 3.4.5 (GA)

Enhancements:

... (truncated)

Changelog

Sourced from applicationinsights-core's changelog.

Version 3.4.11 GA

Enhancements:

  • Update to OpenTelemetry Java Instrumentation 1.24 (#2963)

Bug fixes:

  • Fix custom metrics in Azure Function Consumption Plan (#2946)

Version 3.4.10 GA

Enhancements:

  • Update to OpenTelemetry Java Instrumentation 1.23 (#2923)
  • Set resultCode to "0" when Span.httpStatusCode is not present (#2925)
  • Support dots in JMX attribute names (#2921)
  • Improve Cosmos telemetry mapping (#2906)

Version 3.4.9 GA

Enhancements:

  • Allow profiler to be controlled from portal by default (#2683)
  • GA metricIntervalSeconds config (#2875)

Version 3.4.8 GA

Enhancements:

  • Update to OpenTelemetry Java Instrumentation 1.22.1 (#2840)
  • Add support for configuring connection string at runtime (#2809)

Version 3.4.7 GA

Enhancements:

  • Update to OpenTelemetry Java Instrumentation 1.21 (#2796)

... (truncated)

Commits
  • c27253c Fix custom metric on Function Consumption (#2946)
  • 916b445 Release 3.4.11 (#2985)
  • dce9d25 Bump net.minidev:json-smart from 2.4.9 to 2.4.10 (#2983)
  • bfb46e5 Bump com.gradle.enterprise from 3.12.5 to 3.12.6 (#2981)
  • 1f7a1b6 Bump json-smart from 2.4.8 to 2.4.9 (#2979)
  • eb8f7c4 Bump com.gradle.enterprise:com.gradle.enterprise.gradle.plugin from 3.12.5 to...
  • 454bc3b Bump ch.qos.logback:logback-classic from 1.2.11 to 1.2.12 (#2978)
  • 66db9b8 Bump org.owasp:dependency-check-gradle from 8.2.0 to 8.2.1 (#2977)
  • 7b77ca6 Bump org.owasp:dependency-check-gradle from 8.1.2 to 8.2.0 (#2976)
  • c6c8653 Bump com.github.spotbugs.snom:spotbugs-gradle-plugin from 5.0.13 to 5.0.14 (#...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [applicationinsights-core](https://github.com/Microsoft/ApplicationInsights-Java) from 2.6.4 to 3.4.11.
- [Release notes](https://github.com/Microsoft/ApplicationInsights-Java/releases)
- [Changelog](https://github.com/microsoft/ApplicationInsights-Java/blob/main/CHANGELOG.md)
- [Commits](microsoft/ApplicationInsights-Java@2.6.4...3.4.11)

---
updated-dependencies:
- dependency-name: com.microsoft.azure:applicationinsights-core
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Apr 3, 2023
Copy link
Member

@jozavala-msft jozavala-msft left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR requires additional code changes and refactoring:

datax-host artifact compilation fails after bumping this dependency:
E:/git/data-accelerator/DataProcessing/datax-host/src/main/scala/datax/telemetry/AppInsightLogger.scala:49: too many arguments for constructor TelemetryClient: ()com.microsoft.applicationinsights.TelemetryClient
[ERROR] E:/git/data-accelerator/DataProcessing/datax-host/src/main/scala/datax/telemetry/AppInsightLogger.scala:25: object TelemetryConfiguration in package applicationinsights cannot be accessed in package com.microsoft.applicationinsights

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 24, 2023

Superseded by #941.

@dependabot dependabot bot closed this Apr 24, 2023
@dependabot dependabot bot deleted the dependabot/maven/DataProcessing/datax-utility/com.microsoft.azure-applicationinsights-core-3.4.11 branch April 24, 2023 07:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant