SpringBoot Build scan background action failed when running Gradle tasks

Hi,since 35991d5eab0f3be67adc6bbaf9db743b94585674 I get these errors when running Gradle tasks. Even with --no-scan appl...

SpringBoot spring.codec.max-in-memory-size is not being being honored while using webflux

We are using Spring in Version 2.7.2. Once we enable WebFlux via the @EnableWebFlux annotation the configuration propert...

SpringBoot GraphQL auto-configuration does not configure the GrapQlSource with SubscriptionExceptionResolver beans

We need to adapt to changes in spring-projects/spring-graphql#398 and apply a similar behavior as DataFetcherExceptionRe...

SpringBoot Clarify how docker image publishing registry is determined

See #29281The registry host part of the image name determines where Docker will publish the image. The values in docker....

SpringBoot Publishing a docker image to a private registry fails without authentication

I have a private docker registry setup on our local infrastructure. It is configured without any authentication. I am tr...

SpringBoot In a non-reactive application, health indicators in a parent context are not found

I was debugging an issue related to disabling HealthIndicators last week and noticed that Boot fetches the health indica...

SpringBoot Remove checkstyle exclusion for MyRoutingConfiguration samples

This checkstyle inclusion can be removed after spring-javaformat 0.0.32 has been released.Comment From: wilkinsonaThis i...

SpringBoot Make the build fail if a package contains public API but no package-info.java

Comment From: wilkinsonaImplementing this for every javadoc task leads to a failure because there's no package-info.java...

SpringBoot Stale pid file may cause the launch script to incorrectly report that the service is running if a new process has been allocated the same pid

Spring Boot version : 2.2.4.RELEASEOS (uname -a) : Linux hostname 2.6.32-431.el6.x86_64 #1 SMP Sun Nov 10 22:19:54 EST 2...

SpringBoot Dependency management for Derby is incomplete

I'm on Java 17 and latest spring boot. spring-boot-project/spring-boot-dependencies/build.gradle has been giving me grie...

SpringBoot Upgrade to Flyway 9.0.1

This PR upgrades Flyway dependency to recently released 9.0.1 and adjusts to various breaking changes:removal of previou...

SpringBoot Assess the situation with Framework's trailing slash matching changes

Right now our build is failing because of recent changes in Framework's defaults for trailing slash match: https://githu...

SpringBoot Use StackWalker to deduce main application class

See #31665 Use StackWalker to deduce main application class. Using this method can achieve higher performance and reada...

SpringBoot ApplicationPid doesn't log a warning if it takes a long time to return

I'm trying to find ways to speed up the rebuild process in my application and am stuck trying to figure out what's happe...

SpringBoot GET endpoint handles spanish characters in headers by default, but POST endpoint doesn't recognize them

Current BehaviorPOST and GET endpoint work with different encoding characters for HTTP headers.While sending a header wi...

SpringBoot A router function with attributes causes /actuator/mappings to return a 500 response due to an UnsupportedOperationException

In org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlersMappingDescriptionProvider.MappingDescriptio...

SpringBoot InstanceAlreadyExistsException when using Actuator with multiple context and JMX enabled

While working on a project with multi spring context (one parent and multi child) to expose actuators.@SpringBootApplica...

SpringBoot Clean the code.

Comment From: wilkinsonaThanks for the suggestions, @gavrilovegor519. Unfortunately, I'm not sure about the if to switch...

SpringBoot Using 'ImportAutoConfigurationImportSelector' in the jar package loaded by a custom class loader throws ClassNotFoundException

fix issue#31787Comment From: snicoll@aoyvx thank you for making your first contribution to Spring Boot.

SpringBoot Using 'ImportAutoConfigurationImportSelector' in the jar package loaded by the custom class loader will raise ClassNotFoundException.

I try to use 'UrlClassLoader' to load a jar package. In this jar package, an 'AnnotationConfigApplicationContext' will b...
上一页 下一页
.