Aurora Blog
Home
SpringBoot Add Jackson 2 module to ease upgrade effort
2025-10-18 14:00:42
356
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
2025-10-18 14:00:38
431
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
2025-10-18 14:00:36
422
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
2025-10-18 14:00:28
61
Upgrade to Native Build Tools Plugin 0.11.2.Supersedes #47581
SpringBoot HttpGraphQlTester auto-configuration on a running server no longer works
2025-10-18 14:00:23
655
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
2025-10-18 14:00:22
335
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
2025-10-18 14:00:12
3014
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
2025-10-17 14:01:39
3014
Your Questiontype RealWorkout struct { gorm.Model TemplateID int Template Workout WorkoutID int}I have an...
Gorm Presence of .Or() messes up conditions
2025-10-17 14:01:33
2517
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
2025-10-17 14:01:22
786
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
2025-10-17 14:01:14
352
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
2025-10-17 14:01:13
1118
Describe the bugrequests:http://127.0.0.1/http://127.0.0.1/oauth2/authorization/gatewayhttp://localhost:8080/oauth2/auth...
Spring Security Consider hasFactor
2025-10-17 14:01:11
1924
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
2025-10-17 14:01:09
11091
Describe the bugWe encountered repeating, but not easily reproducible bug ending with StackOverflowError caught and logg...
Spring Security Align setRetrieveUserInfo() between OidcUserService and OidcReactiveOAuth2UserService
2025-10-17 14:01:00
124
Align the defaults applied in OidcUserService.setRetrieveUserInfo() and OidcReactiveOAuth2UserService.setRetrieveUserInf...
Spring Security Deprecate CacheControlServerHttpHeadersWriter.CACHE_CONTRTOL_VALUE
2025-10-17 14:00:58
136
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:/
2025-10-17 14:00:57
349
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
2025-10-17 14:00:53
6903
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
2025-10-17 14:00:49
1325
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.
2025-10-17 14:00:45
1789
my pom config <dependency> <!-- Import dependency management from Spring Boot --> ...
上一页
下一页
1
…
22
23
24
25
26
…
385
.