SpringBoot Remove integration for REST Docs' REST Assured support until REST Assured supports Groovy 5

Support for REST Assured is going to be removed from Spring REST Docs as it doesn't support Groovy 5. Boot's integration...

SpringBoot Make Spring Boot Annotation Processor non-incremental

Hi there,I am generating documentation snippets from the spring-configuration-metadata.json file generated by the Spring...

SpringBoot java.io.FileNotFoundException when running the packaged JAR but working fine in Eclipse IDE

The file is under src/main/resources/exampleFolder/exampleFile.extension File database = new File(getClass().getClassLoa...

SpringBoot Configure embbeded Jetty with specialized VirtualThreadPool

When running Spring Boot web application with spring.threads.virtual.enabled=true the JettyVirtualThreadsWebServerFactor...

SpringBoot Add an official PDF download for the Spring Boot reference documentation

DescriptionThe Spring Boot reference guide is currently served only as HTML athttps://docs.spring.io/spring-boot/referen...

SpringBoot Add Jackson 2 module to ease upgrade effort

Whilst we expect most users to be able to migrate to Jackson 3, we've received feedback that some users would prefer mor...

SpringBoot Upgrade to H2 2.4.240

Upgrade to H2 2.4.240.Comment From: snicollWe can't upgrade to this version as it breaks R2DBC support. There is a PR th...

SpringBoot Upgrade to R2DBC H2 1.1.0.RELEASE

As r2dbc-h2 is not compatible with the latest H2 release, we're stuck upgrading as it's heavily used in our test suite. ...

SpringBoot Upgrade to Native Build Tools Plugin 0.11.2

Upgrade to Native Build Tools Plugin 0.11.2.Supersedes #47581

SpringBoot HttpGraphQlTester auto-configuration on a running server no longer works

The auto-configuration of HttpGraphQlTester is broken for a running server. Previously we had HttpGraphQlTesterContextCu...

SpringBoot BaseUrlUriBuilderFactory does not use base URL with an empty URI

BaseUrlUriBuilderFactory#uriString("") does not use the base URL as it expects the URI to start with /.Courtesy of @wilk...

Spring Add a method to RestTestClient API that provides a JsonContentAssert

The RestTestClient API provides a .json(String expected) method that allows the entire JSON response to be verified via ...

Gorm Defing models with foreign entities

Your Questiontype RealWorkout struct { gorm.Model TemplateID int Template Workout WorkoutID int}I have an...

Gorm Presence of .Or() messes up conditions

GORM Playground Linkhttps://github.com/go-gorm/playground/pull/835DescriptionGorm v1.31.0Function:func (r *LayoutReposit...

Spring Cloud Config Placeholder in Git URI doesn't work when used with local filesystem

When providing such configuration, filesystem is not monitored due to exception:config-svc-1 | 2025-10-16T18:12:02.919Z...

Spring Security RegexRequestMatcher factory methods and their documentation are not consistent

RegexRequestMatcher.regexMatcher(HttpMethod method, String pattern) says in the Javadoc that method "May be null to matc...

Spring Security Login with OAuth 2.0 Invalid credentials

Describe the bugrequests:http://127.0.0.1/http://127.0.0.1/oauth2/authorization/gatewayhttp://localhost:8080/oauth2/auth...

Spring Security Consider hasFactor

Currently, to specify a time-sensitive factor, it is needed to create an AuthorizationManagerFactory by way of a static ...

Spring Security Possible StackOverflowError with io.micrometer:context-propagation and Lettuce Redis backend and Web Session in Redis

Describe the bugWe encountered repeating, but not easily reproducible bug ending with StackOverflowError caught and logg...

Spring Security Align setRetrieveUserInfo() between OidcUserService and OidcReactiveOAuth2UserService

Align the defaults applied in OidcUserService.setRetrieveUserInfo() and OidcReactiveOAuth2UserService.setRetrieveUserInf...
上一页 下一页
.