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...

Spring Security Deprecate CacheControlServerHttpHeadersWriter.CACHE_CONTRTOL_VALUE

It's misspelled. We cannot just remove it since it is public, so we should deprecate it in favor of the correct spelling...

Spring Security HttpsRedirectWebFilter can redirect to https:/

This is quite possibly a bug in the underlying component(s), but the following test will fail:this.webTestClient .get...

Spring AI Can someone help When I upload an MP4 video, there will be an error that recognizes the video as an image

LLM:Qwen2.5-Omni-7B-AWQspring-ai: 1.1.0-M2My core code:`String mime; String suffix = requestPojo.getFileName(...

Spring AI BeanOutputConverter does not work with Amazon Nova models

Bug descriptionThe nova models (tested with amazon.nova-lite-v1:0) prefix the response with <thinking>...</thin...

SpringBoot Name for argument of type [java.lang.Integer] not specified, and parameter name information not available via reflection. Ensure that the compiler uses the '-parameters' flag.

my pom config <dependency> <!-- Import dependency management from Spring Boot --> ...
上一页 下一页
.