SpringBoot Upgrade to AspectJ 1.9.20.1

I know you ask not to raise issues for managed dependencies but I'm wondering if the automatic process missed this one d...

SpringBoot Support caching build layers to an image

The spring-boot:build-image Maven goal and bootBuildImage Gradle task configure the CNB builder to cache layers created ...

SpringBoot Build image failed for springboot application with status code 51

Pom.xml<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/P...

SpringBoot Document the accepted inputs when configuring tags on spring-boot:build-image and bootBuildImage

gradle plugin version: id("org.springframework.boot") version "2.7.5"dsl: kotlinsnippet:tasks.bootBuildImage { imageNam...

SpringBoot Document how to use cloudfoundry specific actuators with a custom base path for webflux applications

This issue is similar to #9081. When setting the spring.webflux.base-path, the Cloudfoundry specific actuators are also...

SpringBoot @MockBean annotation does not find existing bean created through @FeignClient

Using Spring Boot 3.1.5 version @MockBean annotation works charming, however after trying Spring Boot 3.2.0-SNAPSHOT - w...

SpringBoot Refactor AnsiPropertySource Static Initialization

OverviewThis pull request updates the static initialization block in the AnsiPropertySource class. The goal is to levera...

SpringBoot Refactor AnsiPropertySource Static Initialization

OverviewThis pull request updates the static initialization block in the AnsiPropertySource class. The goal is to levera...

SpringBoot Document how RequestAttributeSecurityContextRepository can be used

See #29655 for background.Comment From: mhalbritterSpring Security 6.1.2 shipped in Boot 3.1.x auto-configures a Request...

SpringBoot Document Liberica JDK with CRaC

Following the announcement of Liberica JDK with CRaC, this pull request updates Spring Boot 3.2 reference documentation ...

SpringBoot Minimize the number of beans created by RabbitAnnotationDrivenConfiguration

In RabbitAnnotationDrivenConfiguration, some beans may be created but unused.When spring.rabbitmq.listener.type is missi...

SpringBoot Can't inject local.server.port into a @Configuration so it can be wired into a @Component

So the short of my problem is, I'm trying to make a graphql client library, and test to see that it's working. @LocalSer...

SpringBoot Remove unnecessary JobOperator bean definition from BatchAutoConfiguration

Remove unnecessary JobOperator bean definition from BatchAutoConfigurationTarget Branch is 3.0.x, see #38234 .Comment Fr...

SpringBoot Reduce likelyhood of binding errors by making LogCorrelationPropertySource an EnumerablePropertySource

As discovered in #38201 we're likely to get less binder errors if LogCorrelationPropertySource is an EnumerablePropertyS...

SpringBoot Failed to extract parameter names exception thrown when binding with non-enumerable property source

HiI found a bug when testing version 3.2.0-RC2 when binding in a configuration properties.My configuration properties:im...

SpringBoot Spring Boot 3.1.5 Native Image on GraalVM CE 21.0.1 - Logback Janino Error

Spring Boot 3.1.5 Native Image on GraalVM CE 21.0.1 fails to start due to Logback error as below. We have used Janino fo...

SpringBoot Update JobLauncherApplicationRunner to use JobParameters#getIdentifyingParameters

Update JobLauncherApplicationRunner to use JobParameters#getIdentifyingParametersTarget is main, since 3.2.x is not yet ...

SpringBoot Add a Restarting a stopped or failed Job section to the batch howto

Add a Restarting a stopped or failed Job section to the batch howtoTarget is 3.0.x, see #38234 Comment From: mhalbritter...

SpringBoot FilterRegistrationBean method setUrlPatterns ignored since 3.1.0

It seems that since spring-boot-starter-web version 3.1.0 FilterRegistrationBean setUrlPatterns gets ignored when used l...

SpringBoot Clarify documentation on importing Testcontainer declarations and using @ServiceConnection or @DynamicPropertySource

HiWe tried to use Spring Boot & TestContainers integration added in Spring Boot 3.1.0.We used example from the refer...
上一页 下一页
.