You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2022/05/16 08:52:33 UTC

[GitHub] [servicecomb-java-chassis] dependabot[bot] opened a new pull request, #2899: Bump micrometer-bom from 1.8.5 to 1.9.0 in /dependencies/default

dependabot[bot] opened a new pull request, #2899:
URL: https://github.com/apache/servicecomb-java-chassis/pull/2899

   Bumps [micrometer-bom](https://github.com/micrometer-metrics/micrometer) from 1.8.5 to 1.9.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/micrometer-metrics/micrometer/releases">micrometer-bom's releases</a>.</em></p>
   <blockquote>
   <h2>1.9.0</h2>
   <p>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.</p>
   <h2>:warning: Noteworthy</h2>
   <ul>
   <li><code>ReactorNettySender</code> has been removed. See <a href="https://github-redirect.dependabot.com/micrometer-metrics/micrometer/issues/2802">#2802</a></li>
   <li>Remove superseded micrometer-jersey2 module <a href="https://github-redirect.dependabot.com/micrometer-metrics/micrometer/issues/2865">#2865</a></li>
   <li>Remove deprecated <code>RegistryResolver</code> <a href="https://github-redirect.dependabot.com/micrometer-metrics/micrometer/issues/2815">#2815</a></li>
   </ul>
   <h2>:star: New Features / Enhancements</h2>
   <ul>
   <li>Config for OTLP Resource attributes <a href="https://github-redirect.dependabot.com/micrometer-metrics/micrometer/pull/3159">#3159</a></li>
   <li>Dynatrace registry: Print ignored config warning only when necessary <a href="https://github-redirect.dependabot.com/micrometer-metrics/micrometer/pull/3155">#3155</a></li>
   <li>Dynatrace registry: Truncate log output <a href="https://github-redirect.dependabot.com/micrometer-metrics/micrometer/pull/3148">#3148</a></li>
   <li>Add resettable DistributionSummary and Timer for Dynatrace registry <a href="https://github-redirect.dependabot.com/micrometer-metrics/micrometer/pull/3093">#3093</a></li>
   <li>Add capability to correctly export fixed buckets histogram to SignalFx <a href="https://github-redirect.dependabot.com/micrometer-metrics/micrometer/pull/2977">#2977</a></li>
   <li>OpenTelemetry Protocol (OTLP) MeterRegistry <a href="https://github-redirect.dependabot.com/micrometer-metrics/micrometer/issues/2864">#2864</a></li>
   <li>Exemplars support for Prometheus Histogram <a href="https://github-redirect.dependabot.com/micrometer-metrics/micrometer/issues/2812">#2812</a></li>
   <li>Exemplars support for Prometheus Counter <a href="https://github-redirect.dependabot.com/micrometer-metrics/micrometer/issues/2811">#2811</a></li>
   <li>Be able to target classes and not only methods with TimedAspect <a href="https://github-redirect.dependabot.com/micrometer-metrics/micrometer/issues/493">#493</a></li>
   <li>Prevent CompositeMeter allocating on each record <a href="https://github-redirect.dependabot.com/micrometer-metrics/micrometer/pull/3059">#3059</a></li>
   <li>Support writing to elastic data streams <a href="https://github-redirect.dependabot.com/micrometer-metrics/micrometer/issues/2996">#2996</a></li>
   <li>Allow file-based configuration for Dynatrace v2 exporter <a href="https://github-redirect.dependabot.com/micrometer-metrics/micrometer/pull/2916">#2916</a></li>
   <li>Add method to SimpleMeterRegistry for outputting all meters <a href="https://github-redirect.dependabot.com/micrometer-metrics/micrometer/pull/2946">#2946</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>OTLP resource service name is always unknown <a href="https://github-redirect.dependabot.com/micrometer-metrics/micrometer/issues/3146">#3146</a></li>
   <li>Dynatrace file-based configuration slow on macOS <a href="https://github-redirect.dependabot.com/micrometer-metrics/micrometer/issues/3035">#3035</a></li>
   <li>Dynatrace v2 ingestion reporting &quot;inconsistent gauge fields&quot; <a href="https://github-redirect.dependabot.com/micrometer-metrics/micrometer/issues/3007">#3007</a></li>
   <li>Failed to record timer metrics in native image with percentiles configured <a href="https://github-redirect.dependabot.com/micrometer-metrics/micrometer/issues/3002">#3002</a></li>
   <li>Correct PostgreSQL metrics for dead tuples, with integration tests and refactoring <a href="https://github-redirect.dependabot.com/micrometer-metrics/micrometer/pull/2474">#2474</a></li>
   <li>Dependency cycle between micrometer-core and reactor-netty caused by <code>ReactorNettySender</code> <a href="https://github-redirect.dependabot.com/micrometer-metrics/micrometer/issues/2802">#2802</a></li>
   <li>Netty HTTP codec module included in statsd JAR <a href="https://github-redirect.dependabot.com/micrometer-metrics/micrometer/issues/2929">#2929</a></li>
   <li>LongTaskTimer always converts durations of measurements to nanos <a href="https://github-redirect.dependabot.com/micrometer-metrics/micrometer/issues/2947">#2947</a></li>
   <li>Statsd meter recordings are dropped when submitted from parallel threads <a href="https://github-redirect.dependabot.com/micrometer-metrics/micrometer/issues/2880">#2880</a></li>
   <li>KafkaMetrics' refresh scheduler can stop in some corner cases <a href="https://github-redirect.dependabot.com/micrometer-metrics/micrometer/issues/2879">#2879</a></li>
   <li><code>jvm.gc.live.data.size</code> and <code>max</code> not updating for optavgpause/optthruput collectors <a href="https://github-redirect.dependabot.com/micrometer-metrics/micrometer/pull/2874">#2874</a></li>
   <li>Intermittent GC data size metrics with Shenandoah and ZGC <a href="https://github-redirect.dependabot.com/micrometer-metrics/micrometer/issues/2872">#2872</a></li>
   <li><code>MetricsRequestEventListener</code> with <code>@Timed(longTask=true)</code> makes two meters <a href="https://github-redirect.dependabot.com/micrometer-metrics/micrometer/issues/2861">#2861</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Automate non-Javadoc multi-line comments for license headers <a href="https://github-redirect.dependabot.com/micrometer-metrics/micrometer/issues/2942">#2942</a></li>
   <li>Switch license header to a multiline comment instead of JavaDoc <a href="https://github-redirect.dependabot.com/micrometer-metrics/micrometer/issues/2412">#2412</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade Spectator to 1.3.2 <a href="https://github-redirect.dependabot.com/micrometer-metrics/micrometer/issues/3168">#3168</a></li>
   <li>Upgrade to Mockito 4.5.1 <a href="https://github-redirect.dependabot.com/micrometer-metrics/micrometer/issues/3167">#3167</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/micrometer-metrics/micrometer/commit/fa5040b8b8c8c7a4b3834332b261e1b14b62cdbe"><code>fa5040b</code></a> Upgrade Spectator to 1.3.2</li>
   <li><a href="https://github.com/micrometer-metrics/micrometer/commit/2e492fa23c3139b691e1f93fef92f96e3e37a78a"><code>2e492fa</code></a> Merge branch '1.8.x' into 1.9.x</li>
   <li><a href="https://github.com/micrometer-metrics/micrometer/commit/e9867fbe6a32bd243ffd1fdeb1730eb5160d433a"><code>e9867fb</code></a> Upgrade to Mockito 4.5.1</li>
   <li><a href="https://github.com/micrometer-metrics/micrometer/commit/ed65f324f92874d63526552a8371824728164b0a"><code>ed65f32</code></a> Upgrade to AWS SDK v1 1.12.217 and v2 2.17.188</li>
   <li><a href="https://github.com/micrometer-metrics/micrometer/commit/5b1fcbae48a7b2f3bda41b2387b500607bf9d129"><code>5b1fcba</code></a> Upgrade to Reactor 3.4.18, Reactor-Netty 1.0.19, Netty 4.1.77.Final</li>
   <li><a href="https://github.com/micrometer-metrics/micrometer/commit/8093ce908d127dcd72ea4a2fe6153864670dc887"><code>8093ce9</code></a> Merge branch '1.7.x' into 1.8.x</li>
   <li><a href="https://github.com/micrometer-metrics/micrometer/commit/92c5b1c2e3a842a1f6738ef53442a4295dc2a9a8"><code>92c5b1c</code></a> Upgrade to JMH 1.35</li>
   <li><a href="https://github.com/micrometer-metrics/micrometer/commit/866c1befedc503b01ea36db17e37565fd4eb04dc"><code>866c1be</code></a> Upgrade to Testcontainers 1.17.1</li>
   <li><a href="https://github.com/micrometer-metrics/micrometer/commit/f3be1e448c81d81908bd628dedfbcee129ae0097"><code>f3be1e4</code></a> Upgrade to Wiremock 2.33.2</li>
   <li><a href="https://github.com/micrometer-metrics/micrometer/commit/2a8dd19ec3391b0e12475f7053aac3e945305153"><code>2a8dd19</code></a> Upgrade to SignalFx 1.0.18</li>
   <li>Additional commits viewable in <a href="https://github.com/micrometer-metrics/micrometer/compare/v1.8.5...v1.9.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.micrometer:micrometer-bom&package-manager=maven&previous-version=1.8.5&new-version=1.9.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@servicecomb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [servicecomb-java-chassis] liubao68 merged pull request #2899: Bump micrometer-bom from 1.8.5 to 1.9.0 in /dependencies/default

Posted by GitBox <gi...@apache.org>.
liubao68 merged PR #2899:
URL: https://github.com/apache/servicecomb-java-chassis/pull/2899


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@servicecomb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org