SpringBoot Spring Boot 2.7.0. Metrics for http.client.request not shown in actuator/prometheus when using custom implementation of WebClientExchangeTagsProvider

I have a Spring Boot 2.7.0 app.Actuator and webflux have the project versions as well(2.7.0).I create a WebClient bean u...

SpringBoot is there a way to create datasource in spring boot only after hitting the endpoint instead of in start up with @Configuration annonation

Hi,I have a requirement that, i need to create a datasource in the spring boot application to make a DB operations.Curre...

SpringBoot container build reproducible issue since spring 3.2

Since spring boot version 3.2 multi-module project build is not reproduceable anymoreIf you build project 2 times -> ...

SpringBoot When SLF4J and Logback are initialized on multiple threads in parallel, startup may fail due to SubstituteLoggerFactory being considered to be a competing LoggerFactory implementation

Forward port of issue #37477 to 3.1.x.Comment From: drnesicWe tested upgrade from spring-boot 3.1.4 to 3.2.1 and this pr...

SpringBoot Add R2DBC observation auto-configuration

Currently, the code exists in the spring experimental repository.https://github.com/spring-projects-experimental/r2dbc-m...

SpringBoot Jetty ConnectionLimit feature is not working

Affects: 3.2.1Jetty ConnectionLimit feature is introduced via server.jetty.max-connections in https://github.com/spring-...

SpringBoot Native applications stop automatically

springboot-version: 3.2.1ubuntu-20This is a question that strikes me as odd.I started the application using nohub.nohup ...

SpringBoot An error occurred during the compilation of Spring Boot 3.2.2.

The error occurred while executing the "publishToMavenLocal" task. A problem was found with the configuration of task '...

SpringBoot Remove dependency management for Dropwizard Metrics

I don't think we're making any direct use of our dependency management for Dropwizard Metrics. actuator-autoconfigure ha...

SpringBoot EmbeddedKafkaKraftBroker does not support port configuration

In our tests we use the class-level annotation @EmbeddedKafka to register the EmbeddedKafkaBroker bean:@EmbeddedKafka(pa...

SpringBoot Consider sending timing header in responses when using DevTools

As suggested in this tweet it's worth looking to see if we can send the HTTP headers that are automatically picked up by...

SpringBoot Error: Could not find or load main class org.springframework.boot.loader.PropertiesLauncher

Upgrade spring boot from 3.1.5 to 3.2.0gradle configurationbuildscript { ext { SpringBootVersion = '3.2.0' ...

SpringBoot Micrometer - Baggage propagation behaves differently between functional router and controller

Bug reportSpring Boot ver: 3.2.0Reproducer: https://github.com/arana3/webflux-springboot-3.2-tracing-issue/Description:R...

SpringBoot Spring Boot 3.2.1 fails with java.lang.ClassNotFoundException: org.hibernate.dialect.Oracle12cDialect

Configuring the below database setting in application.properties fails the application startup as Oracle12cDialect has b...

SpringBoot Change Health.down(Exception) factory method to Health.down(Throwable), aligning with Health.Builder.down(Throwable)

Exception replaced with Throwable (same as in Builder class).Comment From: pivotal-cla@anavrotski Please sign the Contri...

SpringBoot SimpleClientHttpRequest works different from previous SimpleBufferingClientHttpRequest. Cause of that now get: java.io.IOException: insufficient data written

Since spring boot 3.2 there are changes for RestTemplate to use new SimpleClientHttpRequestSimpleClientHttpRequest.execu...

SpringBoot Prohibit upgrades to HttpClient5 5.3

Comment From: wilkinsonaThis upgrade is causing intermittent failures due to an NPE:java.lang.NullPointerException: Cann...

SpringBoot WebSocket startup fail

The following are the configuration details of my project's websocket:@Configuration@EnableWebSocketpublic class WebSock...

SpringBoot Upgrade to SQLite JDBC 3.44.1.0

Comment From: muhib349Hi, I'm interested in working on this issue. I'm new as a contributor, If it is a good first issue...

SpringBoot Tests breaking based on order

I am struggling with a problem for several months now. We have worked around this problem in most cases by annotating ou...
上一页 下一页
.