SpringBoot TestRestTemplate equivalent class for RestClient

Spring introduced the RestClient interface (https://docs.spring.io/spring-framework/reference/integration/rest-clients.h...

SpringBoot spring.config.additional-location (on embedded Tomcat) causing broken search path for static files

Setup:spring.config.additional-location=classpath:/,classpath:/dev/Embedded Tomcat has in its root CSS file: META-INF/re...

SpringBoot gradle bootBuildImage task fails with java buildpack

I used to customize buildpack as followedtasks.bootBuildImage { buildpacks = listOf ( "gcr.io/paketo-buildpacks...

SpringBoot When using Jetty, idle timeout for IO operations and delayed dispatch cannot be set to less than 30000ms

Encountered behaviourAfter the upgrade to spring boot 3.2.0 or 3.2.1 (jetty 12) the HTTP connections always time out aft...

SpringBoot dockerize a spring boot application nginx mysql phpmyadmin error Host

Hi everyone, i am currently build this docker but get some trouble like this:Caused by: com.mysql.cj.jdbc.exceptions.Com...

SpringBoot org.thymeleaf.exceptions.TemplateInputException

When I use Spring Boot version 3.2.1, the following exception occasionally occurs. I don't know how to solve it, I hope ...

SpringBoot Commons file upload: required request part 'file' is not present

When using commons file upload without setting the flag:spring.servlet.multipart.enabled=falseYou will get:DefaultHandl...

SpringBoot Native image doesn't start and doesn't log anything if an environment post processor throws an exception

My spring boot 3.2.4 project doesn't start up when built native if my technical library contains an EnvironmentPostProce...

SpringBoot Undertow throws exception on shutdown when using Log4j2

When I shutdown serivce, has this.Work with Spring boot 3.0.0, Undertow and Log4j2Exception in thread "SpringApplic...

SpringBoot Consider mentioning OpenTelemetry Spring Boot starter in reference manual

It would be helpful if OpenTelemetry Support section of reference manual would mention OpenTelemetry's own Spring Boot s...

SpringBoot Set artifact properties on the docs zip when releasing

We need to add the following: artifact-properties: | /**/spring-boot-docs-*.zip::zip.type=docs,zip.d...

SpringBoot How to manually create a ConversionService bean with the same converters and formatters in a none web application as the auto created bean in web application.

The global ConversionService bean only auto create in a spring boot web application, but I also want using this bean in ...

SpringBoot AspectJ proxy bean gives IllegalAccessException in Java 16

Here is a sample project which demonstrates the issue with SB 2.4 and JDK 16 https://github.com/EvgeniGordeev/spring-boo...

SpringBoot build native image using Paketo Buildpack for Bellsoft Liberica 10.7.0 (which has JDK 22 support) instead of current 10.5.5

Hello SpringBoot team,Taking the latest just released Springboot 3.2.5 with the latest JDK22, to build a native image wi...

SpringBoot server.max-http-header-size is not working in Spring Boot 3.2.2

After upgrading to Spring Boot 3.2.2 we started getting the following exception:java.lang.IllegalArgumentException: Requ...

SpringBoot Add configuration key spring.rabbitmq.template.allowed-list-patterns

Fixjava.lang.SecurityException: Attempt to deserialize unauthorized class com.example.domain.Message; add allowed class ...

SpringBoot Fix forward-headers-strategy documentation regarding cloud defaults

forward-headers-strategy=NATIVE is actually used on all cloud platforms: https://github.com/spring-projects/spring-boot/...

SpringBoot ISSUE-40417 ISSUE-40418 update java 21, 17 in CI image and java 17 in…

… .sdkmanrcISSUE-#40417: Upgrade Java 17 version in CI image and .sdkmanrc ISSUE-#40418: Upgrade Java 21 version in CI i...

SpringBoot Prohibit upgrades to Flyway 10.11.0

Comment From: wilkinsonaThis upgrade breaks Hazelcast as it sets a non-String value as a System property:if (!systemProp...

SpringBoot Configure the auto-configured LocalContainerEntityManagerFactoryBean with any ManagedClassNameFilter beans

Hi,I would like to request for @EntityScan to be able to provide the ability to scan for specific entities class, rather...
上一页 下一页
.