File tree Expand file tree Collapse file tree
main/java/io/micrometer/prometheus/rsocket/autoconfigure
test/java/io/micrometer/prometheus/rsocket/autoconfigure Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import org.springframework.boot.gradle.plugin.SpringBootPlugin
22
33plugins {
44 id ' java-library'
5- id ' org.springframework.boot' version ' 3.5.10 ' apply false
5+ id ' org.springframework.boot' version ' 4.0.7 ' apply false
66}
77
88apply plugin : ' io.spring.dependency-management'
Original file line number Diff line number Diff line change 11plugins {
2- id ' org.springframework.boot' version ' 3.5.10 '
2+ id ' org.springframework.boot' version ' 4.0.7 '
33}
44
55apply plugin : ' io.spring.dependency-management'
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import org.springframework.boot.gradle.plugin.SpringBootPlugin
22
33plugins {
44 id ' java-library'
5- id ' org.springframework.boot' version ' 3.5.10 ' apply false
5+ id ' org.springframework.boot' version ' 4.0.7 ' apply false
66}
77
88apply plugin : ' io.spring.dependency-management'
@@ -22,6 +22,7 @@ dependencies {
2222
2323 implementation ' org.springframework.boot:spring-boot-actuator-autoconfigure'
2424 implementation ' org.springframework.boot:spring-boot-autoconfigure'
25+ implementation ' org.springframework.boot:spring-boot-micrometer-metrics'
2526 implementation project(' :prometheus-rsocket-client' )
2627 implementation project(' :prometheus-rsocket-proxy-server' )
2728
Original file line number Diff line number Diff line change 1818
1919import io .micrometer .prometheus .rsocket .PrometheusRSocketClient ;
2020import io .micrometer .prometheusmetrics .PrometheusMeterRegistry ;
21- import org .springframework .boot .actuate . autoconfigure . metrics .export .prometheus .PrometheusMetricsExportAutoConfiguration ;
21+ import org .springframework .boot .micrometer . metrics . autoconfigure .export .prometheus .PrometheusMetricsExportAutoConfiguration ;
2222import org .springframework .boot .autoconfigure .AutoConfiguration ;
2323import org .springframework .boot .autoconfigure .AutoConfigureAfter ;
2424import org .springframework .boot .autoconfigure .condition .ConditionalOnBean ;
Original file line number Diff line number Diff line change 2525import io .rsocket .transport .netty .server .TcpServerTransport ;
2626import io .rsocket .transport .netty .server .WebsocketServerTransport ;
2727import org .junit .jupiter .api .Test ;
28- import org .springframework .boot .actuate . autoconfigure . metrics .MetricsAutoConfiguration ;
29- import org .springframework .boot .actuate . autoconfigure . metrics .export .prometheus .PrometheusMetricsExportAutoConfiguration ;
28+ import org .springframework .boot .micrometer . metrics . autoconfigure .MetricsAutoConfiguration ;
29+ import org .springframework .boot .micrometer . metrics . autoconfigure .export .prometheus .PrometheusMetricsExportAutoConfiguration ;
3030import org .springframework .boot .autoconfigure .AutoConfigurations ;
3131import org .springframework .boot .test .context .runner .ApplicationContextRunner ;
3232import org .springframework .test .util .TestSocketUtils ;
You can’t perform that action at this time.
0 commit comments