SpringBoot Spring-boot 3.0.6 Maven Debug issue

Project migrated to spring boot 3.0.6. Now it is not able to debug by -Dspring-boot.run.fork=false in spring boot maven ...

SpringBoot Add manifest entry to indicate an AOT-processed jar

When a Spring Boot jar has been built with AOT processing enabled, an entry named Spring-Boot-Aot-Processed with a value...

SpringBoot PropertiesKafkaConnectionDetails#asNode fails to parse bootstrap servers

Problem: Setting spring.kafka.bootstrap-servers to PLAINTEXT://127.0.0.1:60643 leads to NumberFormatException due to inp...

SpringBoot ImportsContextCustomizer does not support AliasFor

I've created some test cases to demonstrate the problem : the test that use a custom with @AliasFor on @Import fails (cu...

SpringBoot Prometheus metrics missing after update to Spring Boot 3.0.6 for apps running on webflux stack

Hi,we have a set of Microservices, which are using the prometheus actuator for monitoring. All of them worked fine with ...

SpringBoot Provide configuration properties for configuring an ActiveMQ connection factory that uses SSL

Springboot has no place to configure SSL related parameters and certificates for Activemq,Springboot activemq supports S...

SpringBoot Missing AUTHENTICATION_FAILURE events when configured oauth2ResourceServer on SecurityFilterChain

When a rest resource is protected by a SecurityFilterChain as a oauth2ResourceServer with jwt enabled and there is no se...

SpringBoot Spring Boot Overview Diagram

:label: Documentation:label: DiagramHello !Are there any UML diagrams for Spring Framework, in this case for Spring Boot...

SpringBoot Spring Boot Mirgration 2.7 -> 3.1.0-RC1 - GroovyBeanDefinitionReader Bean Initiation can't be done

Hi there, We use for our microservices Spring Boot and we are migrating from 2.7.10 to 3.1.0-RC1. Unfortunately, we are ...

SpringBoot Remove service connection support for InfluxDB

With hindsight, adding service connection support for InfluxDB was a mistake. Our auto-configuration for InfluxDB only s...

SpringBoot Allow maven to filter spring-boot-docker-compose module

Much like devtools, the spring-boot-docker-compose module should be excluded in production.Comment From: philwebbRelated...

SpringBoot @SpyBean on RedisConnectionFactory will cause LettucePoolingConnectionProvider contains unreleased connections

import org.junit.jupiter.api.Test;import org.springframework.beans.factory.annotation.Autowired;import org.springframewo...

SpringBoot Rename SQL Server related classes for consistency with existing Framework classes

We have some SQL Server-related classes with names that begin with MsSqlServer or MsSql. We also have a value in the Dat...

SpringBoot Use of reflection in AbstractCompositeHealthContributorConfiguration can cause an app using actuator to fail to start in a native image

Hi, given a new project generated on the Initializr with this url using spring boot 3.0.0.m5 with R2DBC + Webflux + Actu...

SpringBoot Native compilation fails when upgrading from 3.0.5 to 3.0.6

After the upgrade from Spring Boot 3.0.5 to 3.0.6 the native compilation fails withFatal error: com.oracle.svm.core.util...

SpringBoot JtaPlatform native-image regression between 3.0.5 and 3.0.6

There is a regression causing No available JtaPlatform candidates between boot 3.0.5 and 3.0.6, probably due to removed ...

SpringBoot Add Docker Compose service connection support for Couchbase

Comment From: scottfrederickThe official Couchbase Docker image is not well suited for use with automated tooling like S...

SpringBoot Memory Leak introduced in WebFlux 3.0.6 + enableAutomaticContextPropagation

Hi,After upgrading from Spring Boot 3.0.5 to 3.0.6 I've been running out of heap in production in a matter of seconds. ...

SpringBoot Document how to use @ServiceConnection for @DataJpaTest

Test passed with @SpringBootTest and failed with @DataJpaTestpackage com.example.demo;import static org.assertj.core.api...

SpringBoot Add an architecture check that verifies that any @Bean method that returns a BeanPostProcessor or BeanFactoryPostProcessor will not cause eager initialization

@Bean methods that return a BeanPostProcessor should:Be staticOnly have parameters that areAnnotated with @LazyEnvironme...
上一页 下一页
.