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 {
2525} 
2626
2727dependencies { 
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 " 
3030
3131    // Alternatively, use the following for latest snapshot artifacts in this line 
3232    // compile "io.projectreactor:reactor-core:3.8.0-SNAPSHOT" 
3333    // testCompile "io.projectreactor:reactor-test:3.8.0-SNAPSHOT" 
3434
3535    // 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 " 
3737} 
3838``` 
3939
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 
44
55org.gradle.parallel =true
Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ baselinePerfExtra = "3.5.2"
1414
1515#  Other shared versions
1616# 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 " 
1818micrometerDocsGenerator  = " 1.0.4" 
19- micrometerTracingTest =" 1.5.1 " 
19+ micrometerTracingTest =" 1.6.0-M1 " 
2020contextPropagation =" 1.1.3" 
2121reactiveStreams  = " 1.0.4" 
2222antora  = " 1.0.0" 
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ public SampleTestRunner.SampleTestRunnerConsumer yourCode() throws Exception {
9090                        .blockLast ();
9191
9292                SpansAssert  spansAssert  = SpansAssert .assertThat (bb .getFinishedSpans ());
93-                 SpansAssert .SpansAssertReturningAssert  assertThatMain  = spansAssert .assertThatASpanWithNameEqualTo ("test-flux " );
93+                 SpansAssert .SpansAssertReturningAssert  assertThatMain  = spansAssert .assertThatASpanWithNameEqualTo ("testFlux " );
9494                SpansAssert .SpansAssertReturningAssert  assertThatQuery2  = spansAssert .assertThatASpanWithNameEqualTo ("query2" );
9595
9696                spansAssert .hasSize (4 );
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments