File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
reactor-core-micrometer/src/test/java/reactor/core/observability/micrometer Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -25,15 +25,15 @@ repositories {
25
25
}
26
26
27
27
dependencies {
28
- compile "io.projectreactor:reactor-core:3.8.0-M4 "
29
- testCompile "io.projectreactor:reactor-test:3.8.0-M4 "
28
+ compile "io.projectreactor:reactor-core:3.8.0-M5 "
29
+ testCompile "io.projectreactor:reactor-test:3.8.0-M5 "
30
30
31
31
// Alternatively, use the following for latest snapshot artifacts in this line
32
32
// compile "io.projectreactor:reactor-core:3.8.0-SNAPSHOT"
33
33
// testCompile "io.projectreactor:reactor-test:3.8.0-SNAPSHOT"
34
34
35
35
// Optionally, use `reactor-tools` to help debugging reactor code
36
- // implementation "io.projectreactor:reactor-tools:3.8.0-M4 "
36
+ // implementation "io.projectreactor:reactor-tools:3.8.0-M5 "
37
37
}
38
38
```
39
39
Original file line number Diff line number Diff line change 1
- version =3.8.0-SNAPSHOT
2
- bomVersion =2025.0.0-M4
3
- metricsMicrometerVersion =1.3.0-SNAPSHOT
1
+ version =3.8.0-M5
2
+ bomVersion =2025.0.0-M5
3
+ metricsMicrometerVersion =1.3.0-M5
4
4
5
5
org.gradle.parallel =true
Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ baselinePerfExtra = "3.5.2"
14
14
15
15
# Other shared versions
16
16
# note that some micrometer artifacts like context-propagation has a different version directly set in libraries below
17
- micrometer = " 1.15.1 "
17
+ micrometer = " 1.16.0-M1 "
18
18
micrometerDocsGenerator = " 1.0.4"
19
- micrometerTracingTest =" 1.5.1 "
19
+ micrometerTracingTest =" 1.6.0-M1 "
20
20
contextPropagation =" 1.1.3"
21
21
reactiveStreams = " 1.0.4"
22
22
antora = " 1.0.0"
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ public SampleTestRunner.SampleTestRunnerConsumer yourCode() throws Exception {
90
90
.blockLast ();
91
91
92
92
SpansAssert spansAssert = SpansAssert .assertThat (bb .getFinishedSpans ());
93
- SpansAssert .SpansAssertReturningAssert assertThatMain = spansAssert .assertThatASpanWithNameEqualTo ("test-flux " );
93
+ SpansAssert .SpansAssertReturningAssert assertThatMain = spansAssert .assertThatASpanWithNameEqualTo ("testFlux " );
94
94
SpansAssert .SpansAssertReturningAssert assertThatQuery2 = spansAssert .assertThatASpanWithNameEqualTo ("query2" );
95
95
96
96
spansAssert .hasSize (4 );
You can’t perform that action at this time.
0 commit comments