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

Update all non major Gradle dependencies #404

Merged
merged 5 commits into from
Jun 29, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 15, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.flywaydb:flyway-core (source) 9.19.4 -> 9.20.0 age adoption passing confidence
io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations 1.26.0 -> 1.27.0 age adoption passing confidence
uk.gov.justice.hmpps.gradle-spring-boot 5.2.0 -> 5.2.2 age adoption passing confidence

Release Notes

open-telemetry/opentelemetry-java-instrumentation (io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations)

v1.27.0

Migration notes
  • Jersey 3.0 instrumentation suppression keys have changed from jaxrs-2.0 to jaxrs-3.0,
    and from jersey-2.0 to jersey-3.0
    (#​8486)
  • The opentelemetry-runtime-metrics artifact has been renamed and split into
    opentelemetry-runtime-telemetry-java8 and opentelemetry-runtime-telemetry-java17
    (#​8165,
    #​8715)
  • InetSocketAddressNetServerAttributesGetter and InetSocketAddressNetClientAttributesGetter
    have been deprecated
    (#​8341,
    #​8591)
  • The new HTTP and network semantic conventions can be opted into using either the system
    property otel.semconv-stability.opt-in or the environment variable
    OTEL_SEMCONV_STABILITY_OPT_IN, which support two values:
    • http - emit the new, stable HTTP and networking attributes, and stop emitting the old
      experimental HTTP and networking attributes that the instrumentation emitted previously.
    • http/dup - emit both the old and the stable HTTP and networking attributes, allowing
      for a more seamless transition.
    • The default behavior (in the absence of one of these values) is to continue emitting
      the same HTTP and network semantic conventions that were emitted in 1.26.0.
    • Note: this option will be removed later this year after the new HTTP and network
      semantic conventions are marked stable, at which time the Java instrumentation version
      will be bumped from 1.x to 2.0, and the old HTTP and network semantic conventions will
      no longer be supported.
🌟 New javaagent instrumentation
📈 Enhancements
  • Use histogram advice in the Micrometer bridge
    (#​8334)
  • Disable by default gauge-based histograms in the Micrometer bridge
    (#​8360)
  • Specify ...jvm.gc.duration buckets using advice API
    (#​8436)
  • Make spanKindExtractor configurable in Ktor instrumentations
    (#​8255)
  • aws-sdk-2.2: Support non-X-Ray propagation for SQS
    (#​8405)
  • Implement HTTP resend spec for OkHttp 3
    (#​7652)
  • Use jakarta.servlet.error.exception request attribute on jetty11
    (#​8503)
  • Provide spring-boot-autoconfigure configuration metadata
    (#​8516)
  • Read AWS lambda tracing info from com.amazonaws.xray.traceHeader system property
    (#​8368)
  • Skip not decorator check for classes in boot loader
    (#​8594)
  • Change context propagation debug failures from error to warn
    (#​8601)
  • JavaScript Snippet Injection Support Servlet 5
    (#​8569)
  • Faster type matching
    (#​8525)
  • Explicitly disable the logging exporter by default to override the upcoming SDK autoconfigure
    module change in 1.27.0 and preserve existing behavior
    (#​8647)
  • Support otel.sdk.disabled in the spring boot starter
    (#​8602)
  • Add OTLP log exporter to the OpenTelemetry Spring Starter
    (#​8493)
  • Suppress Spring Actuator instrumentation when micrometer instrumentation is suppressed
    (#​8677)
  • Replace "1" with the appropriate units and don't fall back to "1" if the unit is unknown
    (#​8668)
  • Added setOpenTelemetry method to log4j appender
    (#​8231)
🛠️ Bug fixes
  • Fix using logback mdc instrumentation along with SocketAppender
    (#​8498)
  • Fix failure when kafka metrics reporter is set to an empty string
    (#​8523)
  • Remove extra space from kubernetes client span name
    (#​8540)
  • Fix jetty context leak
    (#​8552)
  • Filter out scalar Mono/Flux instances
    (#​8571)
  • End netty client span when channel is closed
    (#​8605)
  • Unregistering jmx gc metrics on close
    (#​8650)
  • Fix snippet injection ClassCastException
    (#​8701)
  • Only instrument the actual Spring TaskScheduler implementations
    (#​8676)

Configuration

📅 Schedule: Branch creation - "after 9am every weekday,before 5pm every weekday" in timezone Europe/London, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate-all-gradle-minor-patch branch 3 times, most recently from 9c24261 to f28fad1 Compare June 20, 2023 12:56
@renovate renovate bot changed the title Update dependency io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations to v1.27.0 Update all non major Gradle dependencies Jun 20, 2023
@renovate renovate bot force-pushed the renovate-all-gradle-minor-patch branch from f28fad1 to 55cda87 Compare June 20, 2023 16:40
@renovate renovate bot force-pushed the renovate-all-gradle-minor-patch branch 3 times, most recently from 880f992 to 1cd5ee8 Compare June 26, 2023 09:37
@renovate renovate bot force-pushed the renovate-all-gradle-minor-patch branch 4 times, most recently from 9f2af45 to fcc6b01 Compare June 29, 2023 09:52
@renovate renovate bot force-pushed the renovate-all-gradle-minor-patch branch from fcc6b01 to b31bd21 Compare June 29, 2023 13:01
@neilmendum
Copy link
Contributor

This fails due to flyway/flyway#3694

@renovate
Copy link
Contributor Author

renovate bot commented Jun 29, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@neilmendum
Copy link
Contributor

This fails due to flyway/flyway#3694

Fixed with b57d393 + c640a07

@timoj58 timoj58 merged commit 8ce880f into main Jun 29, 2023
2 checks passed
@timoj58 timoj58 deleted the renovate-all-gradle-minor-patch branch June 29, 2023 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants