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 com.microsoft.azure:applicationinsights-spring-boot-starter from 1.1.1 to 2.6.4 in /src/shipping/ingestion #54

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 10, 2024

Bumps com.microsoft.azure:applicationinsights-spring-boot-starter from 1.1.1 to 2.6.4.

Release notes

Sourced from com.microsoft.azure:applicationinsights-spring-boot-starter's releases.

Application Insights Java SDK 2.6.4

Updates applicationinsights-logging-log4j2 artifact to not pull in Log4j 2 dependency on its own. Users should already be bringing their own version of Log4j 2 (and should be upgrading that version or applying the mitigation steps from CVE-2021-44228). The update ensures that users have to bring their own version of Log4j 2 (#2002).

Please see #2008 for any other questions about Log4j 2.

Application Insights Java SDK 2.6.3

Enhancements:

  • Update xstream dependency #1580
  • Upgrade gradle from 5.5.1 to 6.8.3
  • Switch to new build and release pipelines
  • Use GitHub Action for smoke tests

Application Insights Java SDK 2.6.2

New since Application Insights Java SDK 2.6.2-BETA.2:

  • Fixed NullPointer when testing with MockMvc (#1281)

Application Insights Java SDK 2.6.2-BETA.2

Announcing Application Insights Java SDK 2.6.2-BETA.2!

Bug Fixes

  • Fixed retry transmission on client side exception (#1282)
  • Fixed RequestTelemetryContext initialization (#1247). Thanks, librucha!

Application Insights Java SDK 2.6.2-BETA

Announcing Application Insights Java SDK 2.6.2-BETA!

Bug Fixes

  • Added additional error logging for troubleshooting issues loading JNI performance counter library (#1254)
  • Fix backoff condition so that retries will continue indefinitely (#1253)

Application Insights Java SDK 2.6.1

Announcing Application Insights Java SDK 2.6.1!

Changes Since 2.6.1-BETA

Bug Fixes

  • Fix shutdown issue due to non-daemon thread (#1245)
  • Fix potential file ordering issue (#1221)

Changes Since 2.6.0

Bug Fixes

  • Fix shutdown issue due to non-daemon thread (#1245)
  • Fix potential file ordering issue (#1221)
  • Fix W3C BackCompat across multiple Application Insights instrumentation keys (#1228)
  • Fix spring boot starter when used with spring.main.lazy-initialization=true (#1227)

Application Insights Java SDK 2.6.1-BETA

Announcing Application Insights Java SDK 2.6.1-BETA!

... (truncated)

Changelog

Sourced from com.microsoft.azure:applicationinsights-spring-boot-starter's changelog.

Version 2.6.4

  • Update applicationinsights-logging-log4j2 artifact to not pull in log4j2 dependency on its own. Users should already be bringing their own version of log4j2 (and should be upgrading that version or applying the mitigation steps from CVE-2021-44228). The update ensures that users have to bring their own version of log4j2. (#2002)

Version 2.6.3

  • Update xstream dependency #1580
  • Upgrade gradle from 5.5.1 to 6.8.3
  • Switch to new build and release pipelines
  • Use GitHub Action for smoke tests

Version 2.6.2

  • Fixed NullPointer when testing with MockMvc (#1281)

Version 2.6.2-BETA.2

  • Fixed retry transmission on client side exception (#1282).
  • Fixed RequestTelemetryContext initialization (#1247). Thanks, librucha!

Version 2.6.2-BETA

  • Added additional error logging for troubleshooting issues loading JNI performance counter library (#1254)
  • Fix backoff condition so that retries will continue indefinitely (#1253)

Version 2.6.1

  • Fix shutdown issue due to non-daemon thread (#1245)

Version 2.6.1-BETA

  • Fix W3C BackCompat across multiple Application Insights instrumentation keys (#1228)
  • Fix spring boot starter when used with spring.main.lazy-initialization=true (#1227)

Version 2.6.0

  • No changes since 2.6.0-BETA.3

Version 2.6.0-BETA.3

  • Use newer id format when reporting request and dependency telemetry (#1149)
  • Fixed pom file dependency in applicationinsights-spring-boot-starter (#1149)

Version 2.6.0-BETA.2

  • Removed Local Forwarder Channel. Local Forwarder is now a deprecated solution. The classes and configuration elements which supported this solution have been removed.
  • Removed unused dependencies from azure-application-ingishts-spring-boot-starter (xmlpull, xstream).
  • Fixed Unknown constant pool issue with modeule-info.class when using older versions of ClassGraph.

... (truncated)

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [com.microsoft.azure:applicationinsights-spring-boot-starter](https://github.com/Microsoft/ApplicationInsights-Java) from 1.1.1 to 2.6.4.
- [Release notes](https://github.com/Microsoft/ApplicationInsights-Java/releases)
- [Changelog](https://github.com/microsoft/ApplicationInsights-Java/blob/2.6.4/CHANGELOG.md)
- [Commits](https://github.com/Microsoft/ApplicationInsights-Java/commits/2.6.4)

---
updated-dependencies:
- dependency-name: com.microsoft.azure:applicationinsights-spring-boot-starter
  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 Sep 10, 2024
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.

0 participants