Skip to content

Tags: monosoul/micrometer

Tags

v1.9.1

Toggle v1.9.1's commit message
Upgrade to google-cloud-monitoring 3.2.9

Resolves micrometer-metricsgh-3229

v1.8.7

Toggle v1.8.7's commit message
Upgrade to Dropwizard metrics-graphite 4.1.32

Resolves micrometer-metricsgh-3227

v1.10.0-M2

Toggle v1.10.0-M2's commit message

Verified

This tag was signed with the committer’s verified signature.
jonatan-ivanov Jonatan Ivanov

v1.9.0

Toggle v1.9.0's commit message

Verified

This tag was signed with the committer’s verified signature.
jonatan-ivanov Jonatan Ivanov

v1.8.6

Toggle v1.8.6's commit message
Merge branch '1.7.x' into 1.8.x

v1.7.12

Toggle v1.7.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Improve consistency with unified code format/imports (micrometer-metr…

…ics#3156)

Configures the spring-javaformat plugin to enforce and apply code formatting as part of the build. Applies the formatting to existing code. Also adds to editorconfig configuration for import order and updates all imports. There is no generic support for Java import order configuration in editorconfig, so an IntelliJ specific configuration is used.

v1.10.0-M1

Toggle v1.10.0-M1's commit message
Bumped version to 1.10.0-M1

v1.9.0-RC1

Toggle v1.9.0-RC1's commit message
Write dependency locks for release

Closes micrometer-metricsgh-3128

v1.8.5

Toggle v1.8.5's commit message
Merge branch '1.7.x' into 1.8.x

v1.7.11

Toggle v1.7.11's commit message
Return value of aspect-timed method is Nullable

It can cause issues in Kotlin for this to be incorrectly marked as `@NonNullApi`.

Closes micrometer-metricsgh-3041