SpringBoot Native image | ClassPathScanningCandidateComponentProvider not working

Hi,I've been trying to use native image support offered in spring boot 3.x. ProblemWhen running a graalvm generated nati...

SpringBoot How is Dispatcher Servlet working?

In Springboot 3.0We have registered a servlet ss000Action that extends from HttpServlet and does nothing inside.Use Serv...

SpringBoot Allow builds with flaky tests to pass

We'd like the build to pass as the cost of the failures outweigh the benefits. We can still use ge.spring.io to keep tra...

SpringBoot RabbitMQ smoke test is missing a test

The docker-compose file for spring-boot-smoke-test-amqp is invalid, it's missing a services top-level element.Comment Fr...

SpringBoot spring-boot-docker-compose java.lang.IllegalStateException: No POSTGRES_PASSWORD defined

Hi I'm using spring-boot-docker-compose to have a postgres database start when the app starts but getting error at start...

SpringBoot Update ManagementContextConfigurationImportSelector to use optimized conditions evaluation

Spring Boot generates a metadata file that we use to avoid loading an auto-configuration class when a basic condition do...

SpringBoot @KakfaListener is not detected if listener bean is spied by @SpyBean

package com.example.demo;import static org.assertj.core.api.Assertions.assertThat;import static org.mockito.BDDMockito.t...

SpringBoot Add Docker Compose service connection support for Neo4j

As pointed out in #37378, we don't have Docker Compose support for Neo4j. I think that was an oversight as it's missing ...

SpringBoot @ConditionalOnBean should not be dependant on class file order in jar

My project works if compiled on Linux but does not work when compiled on Mac. When I diffed the jars the only difference...

SpringBoot "languageVersion is final and cannot be changed" when using Gradle 8.3 and configuring the Java toolchain's language version

Fixes #37342Comment From: wilkinsonaThanks very much for making your first contribution to Spring Boot, @Eng-Fouad.

SpringBoot Add service connection from Testcontainers OpenTelemetry Collector

Comment From: eddumelendez@jonatan-ivanov I think it make sense 😃 PR updatedComment From: mhalbritterHey, I was just loo...

SpringBoot Load custom starter properties files based on profile with spring boot v3.0

With spring boot v2.3.4 I could use ConfigFileApplicationListener to load properties files from my custom starters by wr...

SpringBoot "languageVersion is final and cannot be changed" when using Gradle 8.3 and configuring the Java toolchain's language version

When using GraalVM gradle plugin (v0.9.26) with Spring Boot gradle plugin (v3.1.3), languageVersion cannot be set:java {...

SpringBoot JdbcRepositoriesRegistrar Not honoring nameGenerator Strategy

Using spring 3.0.10 with spring-boot-starter-data-jdbc:When using a FullyQualifiedAnnotationBeanNameGenerator as the bea...

SpringBoot springboot 3.x webflux abort Error static/favicon.ico: Too many open files

When the client request accumulates a certain number of times will appear this error, the general server application wil...

SpringBoot Provide auto-configuration for OpenTelemetry metrics

While we make it easy for users to contribute a SdkMeterProvider (see #36545), we don't have full-fledged auto-configura...

SpringBoot Spring-Boot 2.0.2 actuator with Spring-Security, /shutdown is forbidden

My Spring-Boot config is working fine except the /actuator/shutdown endpoint is forbidden. I can access all of the other...

SpringBoot Upgrade to OpenTelemetry 1.30.1

Supersedes #37325Comment From: wilkinsonaThis appears to have broken the build due to some newly deprecated API:/home/ru...

SpringBoot Remove workaround for #18440

When https://github.com/spring-projects/spring-framework/issues/23795 has been fixed, we should be able to revert the ma...

SpringBoot Update Batch tests

In Spring Batch 5.1, a JobRegistryBeanPostProcessor bean is now defined by default in DefaultBatchConfiguration. This PR...
上一页 下一页
.