Skip to content

chore(deps): Bump io.github.mweirauch:micrometer-jvm-extras from 0.2.2 to 0.3.0#1967

Merged
nscuro merged 1 commit intomainfrom
dependabot/maven/io.github.mweirauch-micrometer-jvm-extras-0.3.0
Apr 14, 2026
Merged

chore(deps): Bump io.github.mweirauch:micrometer-jvm-extras from 0.2.2 to 0.3.0#1967
nscuro merged 1 commit intomainfrom
dependabot/maven/io.github.mweirauch-micrometer-jvm-extras-0.3.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 13, 2026

Bumps io.github.mweirauch:micrometer-jvm-extras from 0.2.2 to 0.3.0.

Release notes

Sourced from io.github.mweirauch:micrometer-jvm-extras's releases.

0.3.0

Full Changelog

This (long overdue) release adds support for cgroup memory limit metrics to provide better visibility into container memory usage. Additionally a new set of context switching metrics has been added by @​wyhasany as well as performance optimizations by @​wyhasany and @​ofaizulin to reduce lock contention during metric collection.

On the compatibility front, unsupported metrics are not registered anymore, and the library now includes an Automatic-Module-Name for better integration with the Java module system.

Enhancements:

  • Add cgroup memory metrics (soft, hard and swap limits) #237 (mweirauch)
  • Replace synchronized block with ReentrantLock to avoid possible thread pinning with virtual threads (Java 21) #208 (ofaizulin)
  • Don't register unsupported metrics #202 (mweirauch)
  • Context switching metrics #175 (wyhasany)
  • Minimize lock contention on collecting metrics #174 (wyhasany)
  • Add JPMS Automatic-Module-Name #158 (mweirauch)

Maintenance:

Changelog

Sourced from io.github.mweirauch:micrometer-jvm-extras's changelog.

0.3.0 (2026-03-29)

Full Changelog

This (long overdue) release adds support for cgroup memory limit metrics to provide better visibility into container memory usage. Additionally a new set of context switching metrics has been added by @​wyhasany as well as performance optimizations by @​wyhasany and @​ofaizulin to reduce lock contention during metric collection.

On the compatibility front, unsupported metrics are not registered anymore, and the library now includes an Automatic-Module-Name for better integration with the Java module system.

Enhancements:

  • Add cgroup memory metrics (soft, hard and swap limits) #237 (mweirauch)
  • Replace synchronized block with ReentrantLock to avoid possible thread pinning with virtual threads (Java 21) #208 (ofaizulin)
  • Don't register unsupported metrics #202 (mweirauch)
  • Context switching metrics #175 (wyhasany)
  • Minimize lock contention on collecting metrics #174 (wyhasany)
  • Add JPMS Automatic-Module-Name #158 (mweirauch)

Maintenance:

Commits
  • c29dfca [maven-release-plugin] prepare release 0.3.0
  • 6d969c9 Add cgroup memory metrics (soft, hard and swap limits) (#237)
  • dce346b Prevent CI double execution (#238)
  • 1566879 Bump slf4j.version from 1.7.32 to 1.7.36 (#229)
  • d8d9b2e Update README
  • f5e451c Bump actions/cache from 4 to 5 (#230)
  • 47db9ef Bump actions/checkout from 5 to 6 (#231)
  • ef3dad7 Bump junit-jupiter.version from 6.0.2 to 6.0.3 (#233)
  • 3aeed51 Bump org.assertj:assertj-core from 3.27.6 to 3.27.7 (#232)
  • 3d13680 Bump org.mockito:mockito-core from 5.21.0 to 5.23.0 (#236)
  • 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 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 [io.github.mweirauch:micrometer-jvm-extras](https://github.com/mweirauch/micrometer-jvm-extras) from 0.2.2 to 0.3.0.
- [Release notes](https://github.com/mweirauch/micrometer-jvm-extras/releases)
- [Changelog](https://github.com/mweirauch/micrometer-jvm-extras/blob/main/CHANGELOG.md)
- [Commits](mweirauch/micrometer-jvm-extras@0.2.2...0.3.0)

---
updated-dependencies:
- dependency-name: io.github.mweirauch:micrometer-jvm-extras
  dependency-version: 0.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Apr 13, 2026
@codacy-production
Copy link
Copy Markdown

codacy-production bot commented Apr 13, 2026

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Coverage ∅ diff coverage

Metric Results
Coverage variation Report missing for 589af721
Diff coverage diff coverage (70.00%)

View coverage diff in Codacy

Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (589af72) Report Missing Report Missing Report Missing
Head commit (1cb9b69) 42540 35849 84.27%

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#1967) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

1 Codacy didn't receive coverage data for the commit, or there was an error processing the received data. Check your integration for errors and validate that your coverage setup is correct.

TIP This summary will be updated as you push new changes. Give us feedback

@nscuro nscuro added this to the 5.7.0 milestone Apr 14, 2026
@nscuro nscuro merged commit 927645c into main Apr 14, 2026
9 checks passed
@nscuro nscuro deleted the dependabot/maven/io.github.mweirauch-micrometer-jvm-extras-0.3.0 branch April 14, 2026 10:05
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