SpringBoot Update pull request workflow to use build action

We clean them up for our main builds so we should do the same for PRs.Comment From: wilkinsonaRather than updating the P...

SpringBoot Add property to specify Docker Compose flags

42500Comment From: mhalbritterThanks @nosan !Comment From: nosanThanks @mhalbritterThat was super fast ❤️

SpringBoot Add a configuration property to set the Docker Compose project name

Description:Requesting support for an option to create a random project name in Docker Compose within the spring-boot-do...

SpringBoot Why does maven plugin say "Source must refer to an existing file, got ... /target/classes"?

We are using Spring Boot 3.2.5 in numerous services. We recently upgraded from version 2.x.Our builds depend on a numbe...

SpringBoot Rework HTTP Client Configuration support

We have a number of related issues that we can't easily fix until we redesign the way that HTTP Clients are configured. ...

SpringBoot Add native jar mode

Running native-image on a jar is a bit painful:$ rm -rf target/native$ mkdir -p target/native$ cd target/native$ jar -xv...

SpringBoot Consider how to support spring.integration.keep-alive

Spring Integration is introducing a new spring.integration.keep-alive property which will create a keep-alive thread bas...

SpringBoot Add property to specify Docker Compose flags

https://github.com/spring-projects/spring-boot/issues/38763 allows specifying the arguments passed to the start and stop...

SpringBoot Spring Boot 3.3.4 with Spring Cloud Stream 4.1.3 issue when consuming messages from kafka stream

DescriptionWhen using Spring Boot version 3.3.4 with the dependency management plugin io.spring.dependency-management ve...

SpringBoot @RefreshScope GenericFilterBean will fail to initialize

@Bean @RefreshScope public Filter myFilter(AutowireCapableBeanFactory beanFactory) { return new GenericFilt...

SpringBoot virtual thread issue with ECS fargate / Kubernetes

In Spring Boot version 3.2, the introduction of the Virtual Thread feature aimed to enhance concurrency and scalability....

SpringBoot Upgrade to Maven Javadoc Plugin 3.10.1

See discussion at https://issues.apache.org/jira/browse/MJAVADOC-812Spring Boot Parent has updated maven-javadoc-plugin ...

SpringBoot Review OpenTelemetry and OTLP support for consistency

Packagesorg.springframework.boot.actuate.autoconfigure.logging.opentelemetryorg.springframework.boot.actuate.autoconfigu...

SpringBoot RequestMappingHandlerMapping Bean Conflict

DescriptionSpring can't distinguish bean types of RequestMappingHandlerMapping and its subtype ControllerEndpointHandler...

SpringBoot Gradle runtimeClasspath configuration contains testAndDevelopmentOnly configuration

Hi,in the scope of issue #35436, it happened that the runtimeClasspath configuration contains the testAndDevelopmentOnly...

SpringBoot Exceeding 32 @SpringBootTest Configurations Causes Netty RejectedExecutionException with WebFlux

Environment:Spring Boot Version: 3.3.1Java SDK Version: 21MockServer Version: 5.15.0Issue Summary:When running more than...

SpringBoot web-allow-others always enables console

I feel that there is a bug with how spring.h2.console.settings.web-allow-others is working.I have the following lines in...

SpringBoot Which IDE do you recommend to open and modify the spring-boot source?

I would like to contribute to the source code, but first I need to open it in IDE. I have questions:Which IDE and any pl...

SpringBoot RestTemplate with interceptor calling response getBody() throws IOException even if BufferingClientHttpRequestFactory is set.

Version: at least from 3.2.1 to 3.3.4The issue occurs when using RestTemplate to call another server as a client. There ...

SpringBoot Use builder-jammy-java-tiny when using Buildpacks

with dual arch builder-jammy-java-tinyupdate documentation and trusted builders tooComment From: anthonydahanne@phxql , ...
上一页 下一页
.