SpringBoot Spring Boot Starter Test includes dependencies with split packages which causes compilation failures when testing using the module path

I'm using Gradle 5.2 on Java 11.0.1 with a very simple project that adds a controller and an entity package to the base ...

SpringBoot Improve exploded structure experience for efficient deployments

The reference guide has a section on unpacking the executable jar to get extra boost. It also has an additional hint for...

SpringBoot Native image - HV000183: Unable to initialize 'jakarta.el.ExpressionFactory'. Check that you have the EL dependencies on the classpath, or use ParameterMessageInterpolator instead

Hello,After building the native image in spring boot 3.0.2, there are problems with beans annotated with @Validated.The ...

SpringBoot ControllerAdvice/ExceptionHandler do not apply to non reactive RouterFunction

I have set up a small spring boot application to test a use case where the global exception handling feature through @Co...

SpringBoot Uber jar fails to start when it contains a dependency with Multi-Release: true in its manifest and unexpected file entries in META-INF/versions

idea 2024.1gradle 8.8gradle plugins org.springframework.boot 3.3.0gradle plugins io.spring.dependency-management 1.1.5ja...

SpringBoot fix: :bug: junit-platform-launcher启动添加依赖版本

Comment From: pivotal-cla@xiaogong6 Please sign the Contributor License Agreement!Click here to manually synchronize the...

SpringBoot Resource loading of message bundles always needs classpath prefix

The fix for https://github.com/spring-projects/spring-hateoas/issues/1075 shows that the ResourceLoader used by devtools...

SpringBoot startupTimeMetrics seems to cause bean dependency cycle when a MeterBinder uses a spring data repository

Spring Boot version: 2.6.7We seem to be running into an issue similar to https://github.com/spring-projects/spring-boot/...

SpringBoot JSP-related resources may not be found in an executable war file when using Jetty

Envrionment:upgrade from Spring2.6.x to SpringBoot3.2.0Scenario:I want to use custom jsp tagLib in production war scena...

SpringBoot Support for registering a custom Logback Converter conversion rule

In order to register a Custom Logback Converter through conversion rules it is currently required to provide a custom lo...

SpringBoot Prevent initializers from being applied twice in AOT mode

Running the following application prints 2 times Foo constructor at startup while a single time as expected in regular m...

SpringBoot Native imagem with ApplicationContextInitializer could not be found

Hello, I'm trying to run a native image generated with springboot 3.2.6 and graalvm-jdk-21.0.3, but when the application...

SpringBoot Gradle warning: Build service is being used by task without the corresponding declaration via 'Task#usesService'

On building, there is a warning, the details of which can be seen by using --warning-mode=all, which is:Task :spring-boo...

SpringBoot WebSocket autoconfiguration issue with messageBrokerTaskScheduler in 3.3.0 version

Hello,after upgrade from 3.2.3 to 3.3.0 without any changes we have issue with websocket config. org.springframework.bea...

SpringBoot hiii

Comment From: philwebb@dsdsdsdfsdef please use your own project to test GitHub. There are a lot of folks watching the re...

SpringBoot Load additonal config searching parent recursively

Sorry if this turns out to be a question Andy, seems like a featureI'd like to be able to have spring search for a profi...

SpringBoot Support @NestedConfigurationProperty at targets other than field

@NestedConfigurationProperty can't be set in the getter. If a nested property is deprecated, the field is usually remove...

SpringBoot Add auto-creation of retry topics to Spring Kafka non-blocking retries auto-configuration

When auto-configuration for Spring for Apache Kafka's Non-Blocking Delayed Retries feature was implemented, automatic cr...

SpringBoot Testing traces with Spring Boot components

Recently I had the need of doing some integration tests that include components declared as Beans which generate traces ...

SpringBoot WelcomePage not found in ServletContext

When deployed as a war file inside a container like Tomcat, Boot will return a 404 on the root path "/" if the welcome p...
上一页 下一页
.