SpringBoot Upgrade to Spring Framework 6.0.2

Let's upgrade to the first maintenance version of Spring Framework 6.0.See https://github.com/spring-projects/spring-fra...

SpringBoot Use classfier 'jakarta' for QueryDSL dependency, since Spring Boot 3 upgraded to Hibernate 6

As Spring Boot 3 upgraded to Hibernate 6, it uses jakarta.persistence api.In order to support new jakarts.persistence ap...

SpringBoot Stop testing against Gradle 7.6 RCs

Since we started testing against the Gradle 7.6 RCs we've seen a marked increase in test flakiness. The flaky failures a...

SpringBoot Document observation for R2DBC

Add a link to the R2DBC observation repo in documentation.Comment From: mhalbritterThank you!

SpringBoot DataSourceJmxConfiguration ignores spring.jmx.enabled=false

boot version 2.7.5Simple app made with Initializr and spring-boot-starter-jdbc dependency.In the application.yml I have:...

SpringBoot Tencent/APIJSON ORM supports SpingBoot 🎉

SpingBoot is a great web framework, now Tencent APIJSON ORM has already supported it 🎉Usage11 demos: APIJSONDemo-xxx, AP...

SpringBoot Align Tomcat multiple connectors example with recommendation to configure SSL declaratively

The "Configure SSL" section says that "we recommend using application.properties to configure HTTPS, as the HTTP connect...

SpringBoot Align Tomcat multiple connectors example with recommendation to configure SSL declaratively

Forward port of issue https://github.com/spring-projects/spring-boot/issues/28707 to 3.0.x.Comment From: mhalbritterClos...

SpringBoot ConditionalOnClass not working for Bean methods on Java 8

When I have the following auto configuration @Configurationpublic class DemoAutoConfiguration { @Bean @Conditional...

SpringBoot Missing AutoConfigureWebTestClient in "Testing with a running server"

From @amirensit on Gitter:HelloIn the example of this section of spring boot testing documentation, Is there a missing @...

SpringBoot Actuator document is misleading about k8s startup probe

Actuator reference says: If an application takes longer to start than the configured liveness period, Kubernetes mention...

SpringBoot Cannot deploy war file to Tomcat with mybatis-spring-boot on 3.0.0-SNAPSHOT

When use the latest Spring Boot 3.0.0-SNAPSHOT together with mybatis-spring-boot 3.x(under development), we cannot deplo...

SpringBoot Stackoverflow error when @Controller used for not existing view

Hi I'm using latest springboot-starter-web version 2.7.5. implementation 'org.springframework.boot:spring-boot-start...

SpringBoot Tracer library HTTP instrumentation is auto-configured unnecessarily

Since it was decided that instead of using the tracing libraries (Brave, OTel) HTTP support, we will do something simila...

SpringBoot Auto-configuration ignores user-provided ObservationConventions

With the move to micrometer observability, the WebClientExchangeTagsProvider and RestTemplateExchangeTagsProvicer have b...

SpringBoot @ConfigurationProperties should bind simple properties using same class more than once in their path

Simple property values using same class more than once in their path seems ignored with @ConfigurationProperties.@Config...

SpringBoot Support setting KafkaAdmin#operationTimeout via externalised configuration

I have a Spring Boot application that makes use of Kafka via spring-kafka. Recently I have started observing timeouts w...

SpringBoot Configuration property binding does not deal with bridge methods

SummaryIf a bean class contains multiple getter/setter methods with a same name but different types, the binding mechani...

SpringBoot Upgrade to Jackson 2.14.1

Upgrading in particular for https://github.com/FasterXML/jackson-databind/issues/3665Comment From: bclozelWe can't upgr...

SpringBoot io.micrometer.tracing.Tracer on the classpath breaks AOT processing for tests

Adding this dependencyimplementation 'io.micrometer:micrometer-tracing-bridge-brave'with SB 3.0.0-SNAPSHOT is enough to ...
上一页 下一页
.