SpringBoot BeanCreationException during Spring Boot Application Startup after Migration to Spring Boot 2.6

Hello,I am currently facing an issue after migrating our application from Spring Boot 1.5.15.RELEASE to 2.6. The migrati...

SpringBoot Context not propagated in a reactive programming, OpenTelemetry context is not available

We are facing an issue with spring boot 3.3.1, TraceContext is lost in between while processing the micrometer tracer ob...

SpringBoot Binding spring.main.* properties doesn't work in a native image

In https://github.com/spring-projects/spring-boot/issues/40592 we introduced a property class to bind the spring.main.* ...

SpringBoot Using configureEach instead of all to avoid unnecessary configuration

Resolving all configurations is usually bad practice, because it might trigger work that could be avoided, which will ma...

SpringBoot Adding docs about TaskDecorator for TaskExecutor

Enhancement RequestDescription:I found spring docs for TaskExecutor currently lacks detailed information regarding the u...

SpringBoot Document why certain technologies aren't support with the Docker Compose support

Whilst preparing a demo and presentation on the new Docker Compose and Testcontainers support I noticed that not everyth...

SpringBoot Unable to start image built using bootBuildImage

I am trying to build an Image for my Springboot App the Springboot version iam an using is 3.3.1 with Java 21 and gradle...

SpringBoot Inconsistent behavior between spring.factories and AutoConfiguration.imports on Spring Boot 3.3.x

I'm upgrading Spring Boot from 2.7 and adapting the META-INF/spring/org.springframework.boot.autoconfigure.AutoConfigura...

SpringBoot Spring Boot Jar cannot find auto config files - bug

I have a fairly simple Spring Boot app. One yaml file with spring gateway configurations, and then one file with the mai...

SpringBoot Curly braces in properties are not properly escaped when using them in logback-spring.xml

Im using Spring Boot 3.3.3. When I try to use Spring properties that contain curly braces in logback-spring.xml they are...

SpringBoot spring boot 3.3.2 with spring-cloud-netflix missing servo metrics

https://github.com/spring-cloud/spring-cloud-netflix/issues/4303I use spring-cloud-netflix for eureka server,and use jmx...

SpringBoot getErrorAttributes from DefaultErrorAttributes is executed twice after upgrading to Spring Boot 3.3.2

After upgrading to Spring Boot version 3.3.2, I've noticed that the getErrorAttributes method from DefaultErrorAttribute...

SpringBoot As a spring kafka user i want to set clusterid filed through yml properties so that Spring Kafka Observation works seemlessly

How to work with Spring Kafka Observation without clusterId ?Problem: while using spring Kafka observation, KafkaTempl...

SpringBoot Latest undertow version is not yet used in spring boot 3.2.x version

Still latest undertow version is not yet included in spring boot release. We are getting vulnerabiities reported in unde...

SpringBoot Graceful shutdown for @Scheduled tasks quits instantly

The following configuration shuts down instantly when the application is stopped.If I'm not missing any configuration, t...

SpringBoot Spring O Auth 2

When starting the Spring Boot application, an error occurs during the context initialization related to an incompatible ...

SpringBoot Option to disable TRACE completely

Tomcat by default disables TRACE request. Each TRACE reqeust retrives response like below:HTTP/1.1 405Allow: HEAD, GET, ...

SpringBoot Issues with RestTemplate Initialization in Spring Cloud Task

I'm currently facing a problem where the RestTemplate isn't being initialized properly when performing a Spring Cloud Ta...

SpringBoot Overloaded Constructor that are no longer needed

QuartzDataSourceScriptDatabaseInitializer(DataSource dataSource, DatabaseInitializationSettings settings) This construct...

SpringBoot Issues with Spring Data JPA repositores after upgrading to Spring Boot 3.2.0 and Hibernate 6.4. Failed to create query when using generics

Hello, I've been facing a fatal exception during application startup upon upgrading to Spring Boot 3.2.The error message...
上一页 下一页
.