Aurora Blog
Home
SpringBoot Remove integration for REST Docs' REST Assured support until REST Assured supports Groovy 5
2025-10-18 14:00:54
393
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
2025-10-18 14:00:52
996
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
2025-10-18 14:00:48
3748
The file is under src/main/resources/exampleFolder/exampleFile.extension File database = new File(getClass().getClassLoa...
SpringBoot Configure embbeded Jetty with specialized VirtualThreadPool
2025-10-18 14:00:46
536
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
2025-10-18 14:00:44
2160
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
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...
上一页
下一页
1
2
3
4
5
6
7
…
366
.