Skip to content

Commit

Permalink
Merge branch '1.9.x' into 1.10.x
Browse files Browse the repository at this point in the history
  • Loading branch information
shakuzen committed Feb 13, 2023
2 parents 5a4f6b6 + c113495 commit ea2e72e
Show file tree
Hide file tree
Showing 40 changed files with 1,495 additions and 714 deletions.
53 changes: 37 additions & 16 deletions benchmarks/benchmarks-core/gradle.lockfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,14 @@ subprojects {

repositories {
mavenCentral()
maven { url "https://repo.spring.io/snapshot/" } // for context-propagation snapshots
maven {
// TODO remove before releasing
url "https://repo.spring.io/snapshot/"
content {
// for context-propagation snapshots
includeModule 'io.micrometer', 'context-propagation'
}
}
}

def check = tasks.findByName('check')
Expand Down
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def VERSIONS = [
'com.signalfx.public:signalfx-java:latest.release',
'com.squareup.okhttp3:okhttp:latest.release',
'com.tngtech.archunit:archunit-junit5:latest.release',
'com.wavefront:wavefront-sdk-java:latest.release',
'com.wavefront:wavefront-sdk-java:3.0.+',
'io.dropwizard.metrics:metrics-core:4.+',
'io.dropwizard.metrics:metrics-graphite:4.+',
'io.dropwizard.metrics:metrics-jmx:4.+',
Expand Down
53 changes: 37 additions & 16 deletions implementations/micrometer-registry-appoptics/gradle.lockfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ea2e72e

Please sign in to comment.