Skip to content

Commit ea2e72e

Browse files
committed
Merge branch '1.9.x' into 1.10.x
2 parents 5a4f6b6 + c113495 commit ea2e72e

File tree

40 files changed

+1495
-714
lines changed

40 files changed

+1495
-714
lines changed

benchmarks/benchmarks-core/gradle.lockfile

+37-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle

+8-1
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,14 @@ subprojects {
389389

390390
repositories {
391391
mavenCentral()
392-
maven { url "https://repo.spring.io/snapshot/" } // for context-propagation snapshots
392+
maven {
393+
// TODO remove before releasing
394+
url "https://repo.spring.io/snapshot/"
395+
content {
396+
// for context-propagation snapshots
397+
includeModule 'io.micrometer', 'context-propagation'
398+
}
399+
}
393400
}
394401

395402
def check = tasks.findByName('check')

dependencies.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def VERSIONS = [
2626
'com.signalfx.public:signalfx-java:latest.release',
2727
'com.squareup.okhttp3:okhttp:latest.release',
2828
'com.tngtech.archunit:archunit-junit5:latest.release',
29-
'com.wavefront:wavefront-sdk-java:latest.release',
29+
'com.wavefront:wavefront-sdk-java:3.0.+',
3030
'io.dropwizard.metrics:metrics-core:4.+',
3131
'io.dropwizard.metrics:metrics-graphite:4.+',
3232
'io.dropwizard.metrics:metrics-jmx:4.+',

implementations/micrometer-registry-appoptics/gradle.lockfile

+37-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)