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 dependency io.micrometer:micrometer-bom to v1.9.1 #45

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 26, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.micrometer:micrometer-bom 1.5.3 -> 1.9.1 age adoption passing confidence

Release Notes

micrometer-metrics/micrometer

v1.9.1

Compare Source

⭐ New Features
  • Make descriptions static where they are not #​3201
🐞 Bug Fixes
  • TimedAspect timedClass missing shouldSkip predicate check #​3194
  • NPE in TimedAspect (JdkDynamicAopProxy) #​3190
  • WavefrontMeterRegistry.close() does not remove threads leading to memory leak #​3196
  • TimeWindowMax#record causes allocation #​3193
🔨 Dependency Upgrades
  • Upgrade to google-cloud-monitoring 3.2.9 #​3229
  • Upgrade to Atlas spectator 1.3.5 #​3228
  • Upgrade to Dropwizard metrics-graphite 4.1.32 #​3227
  • Upgrade to wavefront-sdk-java 3.0.2 #​3226
  • Upgrade to AWS SDK 1.12.240 and 2.17.211 #​3225
  • Upgrade to signalfx-java 1.0.19 #​3224
  • Upgrade to Reactor 2020.0.20 and Netty 4.1.78 #​3219
  • Upgrade to Spring Java Format 0.0.33 #​3199
  • Upgrade to Test Retry Gradle Plugin 1.4.0 #​3182
  • Upgrade to Mockito 4.5.1 #​3167
  • Upgrade to JMH 1.35 #​3164
  • Upgrade to Testcontainers 1.17.1 #​3163
  • Upgrade to Wiremock 2.33.2 #​3162
❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v1.9.0

Compare Source

Micrometer 1.9.0 is the GA version of an LTS feature release. Below are the combined release notes of all the pre-release milestones and release candidate preceding it.

⚠️ Noteworthy

  • ReactorNettySender has been removed. See #​2802
  • Remove superseded micrometer-jersey2 module #​2865
  • Remove deprecated RegistryResolver #​2815

⭐ New Features / Enhancements

  • Config for OTLP Resource attributes #​3159
  • Dynatrace registry: Print ignored config warning only when necessary #​3155
  • Dynatrace registry: Truncate log output #​3148
  • Add resettable DistributionSummary and Timer for Dynatrace registry #​3093
  • Add capability to correctly export fixed buckets histogram to SignalFx #​2977
  • OpenTelemetry Protocol (OTLP) MeterRegistry #​2864
  • Exemplars support for Prometheus Histogram #​2812
  • Exemplars support for Prometheus Counter #​2811
  • Be able to target classes and not only methods with TimedAspect #​493
  • Prevent CompositeMeter allocating on each record #​3059
  • Support writing to elastic data streams #​2996
  • Allow file-based configuration for Dynatrace v2 exporter #​2916
  • Add method to SimpleMeterRegistry for outputting all meters #​2946

🐞 Bug Fixes

  • OTLP resource service name is always unknown #​3146
  • Dynatrace file-based configuration slow on macOS #​3035
  • Dynatrace v2 ingestion reporting "inconsistent gauge fields" #​3007
  • Failed to record timer metrics in native image with percentiles configured #​3002
  • Correct PostgreSQL metrics for dead tuples, with integration tests and refactoring #​2474
  • Dependency cycle between micrometer-core and reactor-netty caused by ReactorNettySender #​2802
  • Netty HTTP codec module included in statsd JAR #​2929
  • LongTaskTimer always converts durations of measurements to nanos #​2947
  • Statsd meter recordings are dropped when submitted from parallel threads #​2880
  • KafkaMetrics' refresh scheduler can stop in some corner cases #​2879
  • jvm.gc.live.data.size and max not updating for optavgpause/optthruput collectors #​2874
  • Intermittent GC data size metrics with Shenandoah and ZGC #​2872
  • MetricsRequestEventListener with @Timed(longTask=true) makes two meters #​2861

📔 Documentation

  • Automate non-Javadoc multi-line comments for license headers #​2942
  • Switch license header to a multiline comment instead of JavaDoc #​2412

🔨 Dependency Upgrades

📝 Tasks

  • Polish OTLP registry changes #​3153
  • Typo in OtlpLongTaskTImer #​3147
  • Unpin google-cloud-monitoring dependency #​3081
  • Simplify tests after Dynatrace Metric Utils 1.5.0 release #​3065
  • Move cache and http core classes back to core #​3050
  • Add integration tests for Elasticsearch 8 #​3037
  • Replace deprecated AbstractLifeCycleListener usage in Jetty tests #​3014
  • Upgrade Elasticsearch Docker image to 7.16.3 in integration tests #​2986
  • Use Testcontainers for MongoDB integration tests #​2984
  • Pin spectator-api to 1.0.+ for Micrometer 1.8.x #​3027
  • Store the Meter.Id instead of the Meter in KafkaMetrics #​2991
  • Bump up Gradle plugin dependencies #​2979
  • Use branch name in dependencies cache key for CircleCI #​2975
  • Upgrade to Gradle Shadow plugin 7.1.2 #​2973
  • Pinning Prometheus to 0.12.x for Micrometer 1.8.x #​2965
  • Upgrade to Gradle Enterprise Gradle plugin 3.8 #​2949
  • Backport test improvements from 2.0.x to 1.7.x #​2943
  • Use daemon thread in CommonsObjectPool2Metrics #​2938
  • Suppress "warning: no comment" in javadoc task #​2935
  • Disable javadoc task for sample projects #​2934
  • Upgrade to Gradle Wrapper 7.3.3 #​2931
  • Upgrade build images to JDK 8.0.312 and 11.0.13 #​2919
  • Upgrade build machine image to ubuntu-2004:202111-01 #​2913
  • Upgrade build images to JDK 17.0.1, 11.0.12, 8.0.302 #​2912
  • Use Javadoc code instead of Markdown backticks #​2907
  • Generate lock files for 1.9.0-M1 #​2903
  • Remove superseded micrometer-jersey2 module #​2865
  • Remove deprecated RegistryResolver #​2815
  • Locking dynatrace-metric-utils-java to 1.1.+ #​2901
  • Update samples to use Spring Boot 2.6.1 #​2891
  • Deprecate ReactorNettySenderTest #​2884
  • Upgrade to Gradle Wrapper 7.3.1 #​2882
  • Update Gradle Enterprise Plugin to 3.7.2 #​2869

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v1.8.7

Compare Source

⭐ New Features
  • Make descriptions static where they are not #​3201
🐞 Bug Fixes
  • WavefrontMeterRegistry.close() does not remove threads leading to memory leak #​3196
  • TimeWindowMax#record causes allocation #​3193
🔨 Dependency Upgrades
  • Upgrade to Dropwizard metrics-graphite 4.1.32 #​3227
  • Upgrade to wavefront-sdk-java 3.0.2 #​3226
  • Upgrade to AWS SDK 1.12.240 and 2.17.211 #​3225
  • Upgrade to signalfx-java 1.0.19 #​3224
  • Upgrade to Reactor 2020.0.20 and Netty 4.1.78 #​3219
  • Upgrade to Spring Java Format 0.0.33 #​3199
  • Upgrade to Test Retry Gradle Plugin 1.4.0 #​3182
  • Upgrade to Mockito 4.5.1 #​3167
  • Upgrade to JMH 1.35 #​3164
  • Upgrade to Testcontainers 1.17.1 #​3163
  • Upgrade to Wiremock 2.33.2 #​3162
❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v1.8.6

Compare Source

This release contains only internal changes that should not affect users. See the milestone for details.

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v1.8.5

Compare Source

🐞 Bug Fixes
  • TimedAspect advice return value should be marked Nullable #​3041
❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v1.8.4

Compare Source

⭐ New Features

  • Prevent CompositeMeter allocating on each record #​3059

🔨 Dependency Upgrades

  • Upgrade to Reactor 2020.0.17 and Netty 4.1.75 #​3084
  • Upgrade to Amazon AWS SDK 1.12.178 and 2.17.149 #​3078
  • Upgrade to Mockito 4.4.0 #​3077
  • Upgrade archunit to 0.23.1 and awaitility to 4.2.0 #​3076
  • Upgrade to logback 1.2.11 #​3075
  • Upgrade to Dropwizard Metrics 4.1.31 #​3074

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v1.8.3

Compare Source

🐞 Bug Fixes
  • Dynatrace v2 ingestion reporting "inconsistent gauge fields" #​3007
  • Failed to record timer metrics in native image with percentiles configured #​3002
  • Correct PostgreSQL metrics for dead tuples, with integration tests and refactoring #​2474
🔨 Dependency Upgrades
  • Upgrade Mockito to 4.3.1 #​3029
  • Upgrade AWS SDK v1 to 1.12.158 and v2 to 2.17.129 #​3028
  • Upgrade Netty to 4.1.74.Final #​3026
  • Upgrade Javaformat to 0.0.31 #​3025
  • Upgrade JUnit to 5.8.2 and Testcontainers to 1.16.3 #​3024
  • Upgrade Dropwizard Metrics to 4.1.30 #​3023
  • Upgrade Slf4J to 1.7.36 #​3022
  • Upgrade to Gradle Wrapper 7.4 #​3001
  • Upgrade build jdk to 17.0.2, 8.0.322 #​2988
📝 Tasks
  • Pin spectator-api to 1.0.+ for Micrometer 1.8.x #​3027
  • Store the Meter.Id instead of the Meter in KafkaMetrics #​2991
  • Bump up Gradle plugin dependencies #​2979
  • Use branch name in dependencies cache key for CircleCI #​2975
  • Upgrade to Gradle Shadow plugin 7.1.2 #​2973
❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v1.8.2

Compare Source

🐞 Bug Fixes

  • Netty HTTP codec module included in statsd JAR #​2929
  • LongTaskTimer always converts durations of measurements to nanos #​2947

📔 Documentation

  • Automate non-Javadoc multi-line comments for license headers #​2942
  • Switch license header to a multiline comment instead of JavaDoc #​2412

🔨 Dependency Upgrades

  • Upgrade Spring Boot to 2.6.2 (samples) #​2968
  • Upgrade JMH to 1.34 #​2967
  • Upgrade Mockito to 4.2.0 #​2966
  • Upgrade AWS SDK v1 to 1.12.136 and AWS SDK v2 to 2.17.107 #​2964
  • Upgrade Spectator to 1.0.14 #​2963
  • Upgrade to Reactor 2020.0.15 #​2974
  • Upgrade JUnit platform to 1.7.2 and vintage-engine to 5.7.2 #​2962
  • Upgrade awaitility to 4.1.1 #​2961
  • Upgrade Testcontainers to 1.16.2 #​2960
  • Upgrade ArchUnit to 0.22.0 #​2959
  • Upgrade spring-javaformat to 0.0.29 #​2958
  • Upgrade Spring Boot to 2.4.13 (samples) #​2957
  • Upgrade AssertJ to 3.22.0 #​2956
  • Upgrade SignalFx to 1.0.14 #​2955
  • Upgrade Dropwizard Metrics to 4.1.29 #​2954
  • Upgrade to Azure ApplicationInsights 2.6.4 #​2953
  • Upgrade Logback to 1.2.10 #​2952
  • Upgrade to Log4j 2 2.17.1 #​2937

📝 Tasks

  • Pinning Prometheus to 0.12.x for Micrometer 1.8.x #​2965
  • Upgrade to Gradle Enterprise Gradle plugin 3.8 #​2949
  • Backport test improvements from 2.0.x to 1.7.x #​2943
  • Use daemon thread in CommonsObjectPool2Metrics #​2938
  • Suppress "warning: no comment" in javadoc task #​2935
  • Disable javadoc task for sample projects #​2934
  • Upgrade to Gradle Wrapper 7.3.3 #​2931
  • Upgrade to Gradle Wrapper 7.3.2 #​2921
  • Upgrade build images to JDK 8.0.312 and 11.0.13 #​2919
  • Upgrade build machine image to ubuntu-2004:202111-01 #​2913
  • Upgrade build images to JDK 17.0.1, 11.0.12, 8.0.302 #​2912
  • Use Javadoc code instead of Markdown backticks #​2907

❤️ Contributors

We'd like to thank all the contributors who worked on this release!
@​izeye

v1.8.1

Compare Source

🪲 Bug Fixes
  • Statsd meter recordings are dropped when submitted from parallel threads #​2880
  • KafkaMetrics' refresh scheduler can stop in some corner cases #​2879
  • jvm.gc.live.data.size and max not updating for optavgpause/optthruput collectors #​2874
  • Intermittent GC data size metrics with Shenandoah and ZGC #​2872
  • MetricsRequestEventListener with @Timed(longTask=true) makes two meters #​2861
🔨 Dependency Upgrades
  • Upgrade JUnit to 5.8.2 and Mockito to 4.1.0 #​2902
  • Upgrade AWS SDK V1 to 1.12.126 and V2 to 2.17.97 #​2900
  • Upgrade Spectator to 1.0.7 #​2899
  • Upgrade JMH to 1.33 #​2898
  • Upgrade Wiremock to 2.32.0 #​2897
  • Upgrade logback to 1.2.7 #​2896
📝 Tasks
  • Locking dynatrace-metric-utils-java to 1.1.+ #​2901
  • Update samples to use Spring Boot 2.6.1 #​2891
  • Deprecate ReactorNettySenderTest #​2884
  • Upgrade to Gradle Wrapper 7.3.1 #​2882
  • Update Gradle Enterprise Plugin to 3.7.2 #​2869
❤️ Contributors

We'd like to thank all the contributors who worked on this release!
@​izeye

v1.8.0

Compare Source

Micrometer 1.8.0 is the GA version of an LTS feature release. Below are the combined release notes of all the pre-release milestones and release candidate preceding it.

⚠️ Noteworthy

  • Known issue: [statsd] JVM crash (SIGSEGV) at startup with alpine based docker image, see #​2776 for workaround
  • Regression: [statsd] Statsd meter recordings are dropped when submitted from parallel threads #​2880 (fixed in 1.8.1)
  • Deprecate ReactorNettySender #​2814
  • Migrate Jersey server instrumentation into micrometer-core #​2780
  • Move DiskSpaceMetrics to i.m.core.instrument.binder.system #​2750

⭐ New Features / Enhancements

  • Include the number of active instances in CommonsObjectPool2Metrics #​2623
  • Dynatrace metrics API v2 support #​2295
  • Support "collection" tag in "mongodb.driver.commands" metric #​1799
  • Use Dynatrace v2 export as default unless deviceId is set #​2727
  • Add connector name tag for JettyConnectionMetrics and JettySslHandshakeMetricsBinder #​2603
  • Unix Domain Socket support (StatsD) #​792
  • Migrate Jersey server instrumentation into micrometer-core #​2780
  • Add jersey-server as transitive dependency, remove jersey-hk2 #​2768
  • Move DiskSpaceMetrics to i.m.core.instrument.binder.system #​2750
  • Jersey 3 server support #​2748
  • Datadog distributions via DogStatsD #​1056
  • StackdriverMeterRegistry should report Counters as CUMULATIVE not as GAUGE #​2773
  • Elastic registry: allow api-key for authentication #​2712
  • More accurate metrics for 404 responses from Jersey #​2587
  • Build with JDK 17.0.0 #​2778

🪲 Bug Fixes

  • Rename netty native files so native libraries can be loaded #​2611
  • Monitored Cache is not eligible for garbage collection #​2642
  • Can't configure DISTRIBUTION on per-metric basis for Datadog #​2798
  • PrometheusNamingConvention duplicates "_seconds" suffix with default configuration for Timer metrics #​2320
  • zgc pause time includes concurrent time #​2372
  • Prevent race conditions in cache metrics #​2839

🔨 Dependency Upgrades

  • Upgrade to Reactor 2020.0 #​2588
  • Upgrade google-cloud-monitoring to 2.x #​2249
  • Upgrade dynatrace-metric-utils to 1.1.0 #​2699
  • Upgrade to JUnit 5.8.1 #​2816

📝 Tasks

  • Update Dynatrace metric library usage #​2698
  • Rename OneAgentMetadataEnrichment to DynatraceMetadataEnrichment #​2692
  • Pin jOOQ to 3.14.+ #​2685
  • Update Spring Boot example config for Dynatrace #​2658
  • Upgrade Spring Boot to 2.6.0-M3 in samples for 1.8.x #​2831
  • Native image support investigation #​2637
  • Remove redundant maven central repository in samples #​2610
  • Update Dynatrace samples for Spring Boot autoconfiguration #​2713
  • Use latest.release for Javalin #​2711
  • License violation in JsonUtils #​2762
  • Upgrade Gradle to 7.2 #​2757
  • Add a build job on JDK 11 #​2756
  • Add a build job on JDK 8 #​2480
  • Integration test for Elasticsearch backend with API key authentication #​2820
  • Deprecate ReactorNettySender #​2814
  • CloudWatchMeterRegistry must use a separate thread pool to publish data to cloud watch #​2717
  • Use JUnit Jupiter for JerseyTest tests #​2852
  • Fix WavefrontMeterRegistryTest.configureDefaultSenderWithCustomConfig() #​2849
  • Ensure Micrometer can be compiled to native image with JDK 17 based GraalVM #​2777

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

@​izeye @​arminru @​bono007 @​pirgeo @​wengertj @​OlgaMaciaszek @​bentmann @​YuliaFrishko @​tmarszal @​Fetsivalen @​bodin @​samarprakash @​cyberdelia

v1.7.12

Compare Source

Note: This is the final planned patch release of the 1.7.x line. We recommend upgrading to a supported version.

This release contains only internal changes that should not affect users. See the milestone for details.

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v1.7.11

Compare Source

🐞 Bug Fixes
  • TimedAspect advice return value should be marked Nullable #​3041
❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v1.7.10

Compare Source

⭐ New Features

  • Prevent CompositeMeter allocating on each record #​3059

🔨 Dependency Upgrades

  • Upgrade archunit to 0.23.1 and awaitility to 4.2.0 #​3076
  • Upgrade to logback 1.2.11 #​3075
  • Upgrade to Dropwizard Metrics 4.1.31 #​3074

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v1.7.9

Compare Source

🐞 Bug Fixes
  • Failed to record timer metrics in native image with percentiles configured #​3002
  • Correct PostgreSQL metrics for dead tuples, with integration tests and refactoring #​2474
🔨 Dependency Upgrades
  • Upgrade Javaformat to 0.0.31 #​3025
  • Upgrade JUnit to 5.8.2 and Testcontainers to 1.16.3 #​3024
  • Upgrade Dropwizard Metrics to 4.1.30 #​3023
  • Upgrade Slf4J to 1.7.36 #​3022
  • Upgrade to Gradle Wrapper 7.4 #​3001
  • Upgrade build jdk to 17.0.2, 8.0.322 #​2988
📝 Tasks
  • Store the Meter.Id instead of the Meter in KafkaMetrics #​2991
  • Bump up Gradle plugin dependencies #​2979
  • Use branch name in dependencies cache key for CircleCI #​2975
  • Upgrade to Gradle Shadow plugin 7.1.2 #​2973
❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v1.7.8

Compare Source

🐞 Bug Fixes
  • LongTaskTimer always converts durations of measurements to nanos #​2947
📔 Documentation
  • Automate non-Javadoc multi-line comments for license headers #​2942
  • Switch license header to a multiline comment instead of JavaDoc #​2412
🔨 Dependency Upgrades
  • Upgrade JUnit platform to 1.7.2 and vintage-engine to 5.7.2 #​2962
  • Upgrade awaitility to 4.1.1 #​2961
  • Upgrade Testcontainers to 1.16.2 #​2960
  • Upgrade ArchUnit to 0.22.0 #​2959
  • Upgrade spring-javaformat to 0.0.29 #​2958
  • Upgrade Spring Boot to 2.4.13 (samples) #​2957
  • Upgrade AssertJ to 3.22.0 #​2956
  • Upgrade SignalFx to 1.0.14 #​2955
  • Upgrade Dropwizard Metrics to 4.1.29 #​2954
  • Upgrade to Azure ApplicationInsights 2.6.4 #​2953
  • Upgrade Logback to 1.2.10 #​2952
  • Upgrade to Log4j 2 2.17.1 #​2937
📝 Tasks
  • Upgrade to Gradle Enterprise Gradle plugin 3.8 #​2949
  • Backport test improvements from 2.0.x to 1.7.x #​2943
  • Use daemon thread in CommonsObjectPool2Metrics #​2938
  • Suppress "warning: no comment" in javadoc task #​2935
  • Disable javadoc task for sample projects #​2934
  • Upgrade to Gradle Wrapper 7.3.3 #​2931
  • Upgrade build images to JDK 8.0.312 and 11.0.13 #​2919
  • Upgrade build machine image to ubuntu-2004:202111-01 #​2913
  • Upgrade build images to JDK 17.0.1, 11.0.12, 8.0.302 #​2912
  • Use Javadoc code instead of Markdown backticks #​2907
❤️ Contributors

We'd like to thank all the contributors who worked on this release!
@​izeye

v1.7.7

Compare Source

🪲 Bug Fixes
  • KafkaMetrics' refresh scheduler can stop in some corner cases #​2879
  • jvm.gc.live.data.size and max not updating for optavgpause/optthruput collectors #​2874
  • Intermittent GC data size metrics with Shenandoah and ZGC #​2872
  • MetricsRequestEventListener with @Timed(longTask=true) makes two meters #​2861
🔨 Dependency Upgrades
📝 Tasks
  • Upgrade to Gradle Wrapper 7.3.1 #​2882
  • Update Gradle Enterprise Plugin to 3.7.2 #​2869
❤️ Contributors

We'd like to thank all the contributors who worked on this release!
@​izeye

v1.7.6

Compare Source

🪲 Bug Fixes

  • DefaultLongTaskTimer histogram bucket counting logic fix #​2851
  • Possible "memory-leak" in KafkaStreamsMetrics #​2843

🔨 Dependency Upgrades

  • Upgrade to wavefront-sdk-java 2.6.6 #​2860
  • Upgrade to signalfx-java 1.0.13 #​2859
  • Upgrade to reactor 3.3.22, reactor-netty 0.9.25, netty 4.1.70 #​2857
  • Update Gradle Enterprise Plugin to 3.7.1 #​2841

📝 Tasks

  • Consolidating AWS SDK versions for the samples #​2858
  • Upgrade to Gradle Wrapper 7.3 #​2853
  • Add javax.annotation.Nullable to IllegalImportCheck #​2850
  • Upgrade to me.champeau.jmh 0.6.6 #​2846
  • Set default task to build in circleci config #​2836
  • Reimplement TimeUtils.format() #​2833

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v1.7.5

Compare Source

🪲 Bug Fixes

  • Fragile reference to private synthetic this$ field #​2806
  • High CPU usage while using KafkaStreamsMetrics #​2801
  • zgc pause time includes concurrent time #​2372

🔨 Dependency Upgrades

  • Upgrade SignalFx to 1.0.13 #​2830
  • Upgrade Spring Boot to 2.4.11 in samples for 1.7.x #​2829
  • Pin Prometheus to 0.10.x and consolidate versions for 1.7.x #​2828
  • Upgrade AssertJ to 3.21.0 and other test dependencies #​2826
  • Upgrade dropwizard-metrics to 4.1.26 #​2824
  • Upgrade Netflix Spectator libs to 0.135.0 #​2823
  • Upgrade to reactor 3.3.21, reactor-netty 0.9.24, netty 4.1.69 #​2822
  • Upgrade to nohttp-gradle 0.0.10 #​2804

📝 Tasks

  • Make DynatraceMeterRegistryTest a little more robust #​2821
  • Gradle Enterprise Plugin upgrade to 3.7 #​2794
  • StepCounter JavaDoc wrong about count rate #​2793
  • Build with JDK 17 #​2778

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v1.7.4

Compare Source

⚠️ Noteworthy

  • License violation in JsonUtils #​2762

⭐ New Features / Enhancements

  • Backporting "Unbind KafkaClientMetrics in close()" #​2771

🪲 Bug Fixes

  • Wrong Nullable annotation imported #​2779
  • LongTaskTimer: Failed to register Collector of type MicrometerCollector: The Collector exposes the same name multiple times #​2765
  • Kafka Metrics become NaN after a while (possibly after rebalance) #​2726
  • Dropwizard Timer instances always created with system clock #​2683
  • TimeWindowMax produces wrong values after long period of inactivity #​2647
  • KafkaMetrics bindTo takes too long #​2415

🔨 Dependency Upgrades

  • Upgrade JUnit to 5.7.2 and other test dependencies #​2785
  • Upgrade to wavefront-sdk-java:2.6.5 #​2784
  • Upgrade to slf4j-api:1.7.32 #​2783
  • Upgrade to reactor 3.3.20, reactor-netty 0.9.23, netty 4.1.68 #​2782
  • Update nohttp-gradle plugin to 0.0.9 #​2763
  • Upgrade Gradle Enterprise plugin to 3.6.4 #​2760

📝 Tasks

  • Make resolveAndLockAll compatible with --update-locks #​2781
  • License violation in JsonUtils #​2762
  • Upgrade Gradle to 7.2 #​2757
  • Add a build job on JDK 11 #​2756
  • Put back excluded configurations to dependency locking #​2743
  • Fail build if potentially missing types found in method signatures #​2559
  • Add a build job on JDK 8 #​2480

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v1.7.3

Compare Source

⭐ New Features / Enhancements

🐞 Bug Fixes

  • LongTaskTimer created from a Timed annotation doesn't enable histogram #​2704

🔨 Dependency Upgrades


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

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

@renovate renovate bot changed the title Update dependency io.micrometer:micrometer-bom to v1.7.1 Update dependency io.micrometer:micrometer-bom to v1.7.2 Jul 14, 2021
@renovate renovate bot force-pushed the renovate/micrometer.version branch from 26f44fb to 1ffa6df Compare July 14, 2021 20:27
@renovate renovate bot changed the title Update dependency io.micrometer:micrometer-bom to v1.7.2 Update dependency io.micrometer:micrometer-bom to v1.7.3 Aug 11, 2021
@renovate renovate bot force-pushed the renovate/micrometer.version branch from 1ffa6df to a9710fb Compare August 11, 2021 16:32
@renovate renovate bot force-pushed the renovate/micrometer.version branch from a9710fb to e5ac5d2 Compare October 19, 2021 02:45
@renovate renovate bot changed the title Update dependency io.micrometer:micrometer-bom to v1.7.3 Update dependency io.micrometer:micrometer-bom to v1.7.5 Oct 19, 2021
@renovate renovate bot force-pushed the renovate/micrometer.version branch from e5ac5d2 to 4bd9440 Compare March 7, 2022 16:58
@renovate renovate bot changed the title Update dependency io.micrometer:micrometer-bom to v1.7.5 Update dependency io.micrometer:micrometer-bom to v1.8.3 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/micrometer.version branch from 4bd9440 to a89c807 Compare March 26, 2022 14:12
@renovate renovate bot changed the title Update dependency io.micrometer:micrometer-bom to v1.8.3 Update dependency io.micrometer:micrometer-bom to v1.8.4 Mar 26, 2022
@renovate renovate bot force-pushed the renovate/micrometer.version branch from a89c807 to 6a36901 Compare April 24, 2022 21:43
@renovate renovate bot changed the title Update dependency io.micrometer:micrometer-bom to v1.8.4 Update dependency io.micrometer:micrometer-bom to v1.8.5 Apr 24, 2022
@renovate renovate bot force-pushed the renovate/micrometer.version branch from 6a36901 to e3d368a Compare May 16, 2022 03:10
@renovate renovate bot changed the title Update dependency io.micrometer:micrometer-bom to v1.8.5 Update dependency io.micrometer:micrometer-bom to v1.9.0 May 16, 2022
@renovate renovate bot force-pushed the renovate/micrometer.version branch from e3d368a to 294a717 Compare June 18, 2022 20:49
@renovate renovate bot changed the title Update dependency io.micrometer:micrometer-bom to v1.9.0 Update dependency io.micrometer:micrometer-bom to v1.9.1 Jun 18, 2022
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

0 participants