SpringBoot Spring Boot 3.2.1 introduces breaking changes when running tests

When upgrading to Spring Boot 3.2.1, integration tests break when the @EnableAutoConfiguration annotation is placed on a...

SpringBoot Deprecate org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder.EntityManagerFactoryBeanCallback

It was added in #894 but, as far as I can tell, it isn't used any more. We should deprecate it in 2.0.x and then remove ...

SpringBoot Add support for MockK

Spring Boot provides @MockBean and @SpyBean annotations for integration tests, which create mock/spy beans using Mockito...

SpringBoot set same management.server.port and server.port caused port in used

Similar problem with #38937 , when i set management.server.port=${server.port} and in k8s env, it start failed and repor...

SpringBoot Spring Boot Actuator does not show http.server.requests in metrics endpoint after spring-boot upgrade to 3.*

I do have a spring boot project developed using Java 17 in which I am adding the spring boot actuator and Prometheus to ...

SpringBoot IllegalArgumentException can be thrown when running an uber jar on a shared drive

Hi,I recently upgraded from spring boot 3.1.7 to 3.2.5 and I am getting an IllegalArgumentException when I am using my s...

SpringBoot Spring boot 3.2.5 @Preauthorize gives forbidden

Hi Team,After upgrading to Spring boot 3.2.5 The methods annotated with @Preauthorize("isAuthenticated()") starts throwi...

SpringBoot setReadTimeout can't be set via Reflective factory on JettyClientHttpRequestFactory

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

SpringBoot Upgrade to bcprov-jdk18on 1.78.1

Bumps org.bouncycastle:bcprov-jdk18on from 1.76 to 1.78.ChangelogSourced from org.bouncycastle:bcprov-jdk18on's changelo...

SpringBoot No error body when using "functional Handlers" and Spring MVC during tests

Hello Spring team 👋 ,I continue my work on Spring MVC + functional endpoints (as part of a migration from webflux to sta...

SpringBoot added extra start up flags

Comment From: pivotal-cla@rohitp-a Please sign the Contributor License Agreement!Click here to manually synchronize the ...

SpringBoot (Since 2.7.18) bootBuildImage: /workspace directory is owned by the wrong user id...

For my Spring Boot Service I build a bootBuildImage with gradle.With Spring Boot 2.7.18 the /workspace-directory inside ...

SpringBoot Make DebugAgentEnvironmentPostProcessor playing nice with compile time enhancement

https://github.com/spring-projects/spring-boot/blob/main/spring-boot-project/spring-boot/src/main/java/org/springframewo...

SpringBoot org.springframework.boot.loader.nio.file.NestedFileSystemProvider' was found in the image heap. This type, however, is marked for initialization at image run time

Hello SpringBoot team,Just wanted to reach out again regarding SpringBoot 3.3.0-RC1, GraalVM 22 to build a native image....

SpringBoot Separate server.port and management.server.port result in Port xxx is already in use

Application failed to start due to an exceptionorg.springframework.boot.web.server.PortInUseException: Port xxxx is alre...

SpringBoot Fix typo in Custom HTTP Exchange Recording section

Fix Typo in Spring Boot Docs Section 10.1 Custom HTTP Exchange RecordingCloses: https://github.com/spring-projects/sprin...

SpringBoot Code inclusion in Jersey documentation is broken

Fixed typo: "include-code" is written as "includ-code" to link the source code of JerseyConfig in jersey.adocCloses: htt...

SpringBoot Consider delaying Jackson 2.17.0 upgrade in Spring Boot 3.3.0

The LockFreePool which was the default RecyclerPool implementation in Jackson 2.17.0, has been found to have performance...

SpringBoot Typo: "include-code" is written as "includ-code" to link the source code of JerseyConfig in jersey.adoc

There is typo: includ-code. It must be include-code to link the source code properlyhttps://github.com/spring-projects/s...

SpringBoot Tomcat and HTTP metrics missing if managment.server.port is set to a different port than server.port

For a Spring Boot 2.1.x application where I set server.port and management.server.port to different ports I only see Tom...
上一页 下一页
.