SpringBoot When using SimpleClientHttpRequestFactory, non-GET requests sent with RestTemplate have the wrong HttpMethod when SSLBundles are used

Spring Boot Version: 3.1.0Java version: 17When using newly (in 3.1.0) added support for SSLBundles, all HTTP requests ma...

SpringBoot Start method is called twice on DockerComposeLifecycleManager during startup

The DockerComposeLifecycleManager#start() method is called twice on startup of a spring boot application, resulting in a...

SpringBoot Enable ANSI output on Windows automatically

Windows supports ANSI encoding since Windows 10 version 1909. All you need to do is call ENABLE_VIRTUAL_TERMINAL_PROCESS...

SpringBoot Websockets don't work when using WebFlux with Jetty

I'm using a WebFlux app and switched from Netty to Jetty. When using websockets, this fails when trying to connect to th...

SpringBoot Remove @EnableBatchProcessing mentions in reference documentation for sliced tests and user configuration

As of #32330, usage of @EnableBatchProcessing is now discouraged since this turns off the Spring Boot auto-configuration...

SpringBoot Docker Compose support produces non-working native image

When using spring-boot-docker-compose with a native image, the resulting native image doesn't start up:Exception in thre...

SpringBoot Prohibit upgrades to RSocket 1.1.4

Comment From: snicollOur smoke test is failing as the error message is now null. Checking if that is expected.Comment Fr...

SpringBoot Upgrade to Spring Integration 6.1.1

Comment From: vishalsingh2972@wilkinsona is this issue still open?Comment From: wilkinsonaThanks for the offer, @vishals...

SpringBoot DevTools prevent startup in native image with ClassNotFoundException

Building and running web app as native image fails with java.lang.ClassNotFoundException after upgrade to Boot 3.1.0 fro...

SpringBoot Provide more control over the OTel SpanProcessors

SpringBootVersion: 3.0.6I was hoping to configure MetricExporter in default SpanProcessor provided in OpenTelemetryAutoC...

SpringBoot Short circuit @Value injection when using a source already covered by ConfigurationPropertySourcesPropertySource

https://github.com/spring-projects/spring-boot/blob/aaad7727f0fff71b7614bbf10cf4712cd149c84b/spring-boot-project/spring-...

SpringBoot ViewControllerRegistry.addViewController cannot override mapping set by WelcomePageHandlerMapping

Background: I am the developer of AngularJ Universal - a library that provides server side rendering support for Angular...

SpringBoot Create Add SslAutoConfiguration to slice test annotation.java

In this example, the @Import(SslAutoConfiguration.class) annotation is added to import the SslAutoConfiguration class, w...

SpringBoot /error page not accessible with latest Spring Security in certain situations

After upgrading from Boot 2.6.3 to 2.6.4 we found out that in cases where our service that's secured via Spring Security...

SpringBoot Upgrade to Hibernate 6.2.4.Final

Comment From: kdejaegerWe have this issue: https://hibernate.atlassian.net/browse/HHH-16745Could the spring boot version...

SpringBoot spring.jpa.hibernate.ddl-auto is not working

Spring Boot 3.0.5 is in use.I set ddl-auto as follows, but ddl-auto is set to create.spring: security.debug: false jpa...

SpringBoot Support starting tomcat manually after spring context refresh

Version :SpringBoot 2.7.12 The current execution process: 1. SmartLifecycle bean start with phase order.2. tomcat start ...

SpringBoot Unable to Proxy with Kotlin DSL

Hi all,Not sure if this is a question or a known issue that I am hitting. (already asked in SO but no real answers arriv...

SpringBoot Add option for spring-boot-maven-plugin:repackage goal to always generate filenames using group and artifact name

When packaging two dependencies with same artifact name + version (but different groupID) the spring-boot-maven-plugin:...

SpringBoot Remove support for configuring request body buffering when using RestTemplate

To align with spring-projects/spring-framework#30557, we should remove support for configuring request body buffering wh...
上一页 下一页
.