Aurora Blog
Home
Spring Security Consider Enabling Method Security Templating by default
2025-08-27 14:01:04
205
cc @jzheaux Comment From: jzheauxI believe this is a duplicate of https://github.com/spring-projects/spring-security/iss...
Spring Security WebAuthn + Redis doesn't work; Redis defaults to JdkSerializationRedisSerializer, WebAuthn classes lack Serializable interface, WebAuthn mixins missing for GenericJackson2JsonRedisSerializer
2025-08-27 14:01:02
14755
Describe the bugWebAuthn persistence only works using in-memory SessionRepository?1. PublicKeyCredentialCreationOptions2...
Spring AI Improve support of application.yaml
2025-08-27 14:00:48
2725
Expected BehaviorThe project should be fully configurable using both Spring Boot configuration file formats: properties ...
SpringBoot Add support for TLS named groups in SslBundles
2025-08-27 14:00:42
1247
SslBundles provides a way to configure SslOptions that should be applied when establishing an SSL connection. Starting ...
SpringBoot [BUG] Incorrect Character Encoding in Logs for Multilingual Text (Spring Boot 3.5.*/4.0.0)
2025-08-27 14:00:40
1057
I am using the following dependency:<dependency> <groupId>org.projectlombok</groupId> <artifa...
SpringBoot Auto configuration doesn't set CountedMeterTagAnnotationHandler
2025-08-27 14:00:39
1098
As far as i can see here from MetricsAspectsAutoConfiguration , whenever we define a MeterTagAnnotationHandler it will b...
SpringBoot Add Autoconfiguration for OAuth2 + Interface HTTP Clients
2025-08-27 14:00:36
1529
It would be nice if Spring Boot added some autoconfiguration for applying Spring Security's OAuth2 Support for Interface...
SpringBoot Bug: Slice test with DataJpaTest not working
2025-08-27 14:00:34
1279
Good Morning! I have to create some test cases using Junit5 with Spring Boot Integration.I followed the same steps in th...
Spring ApiVersionConfigurer.setVersionRequired(...) does not appear to cause MissingApiVersionException to be thrown
2025-08-27 14:00:29
939
Calling ApiVersionConfigurer.setVersionRequired(true) in a Spring MVC application should a MissingApiVersionException to...
Spring Consider merging addSupportedVersions and detectSupportedVersions in ApiVersionConfigurer
2025-08-27 14:00:23
638
Calling ApiVersionConfigurer.addSupportedVersions only seems useful if detectSupportedVersions is also called and set to...
Spring Consider throwing an error if setVersionRequired and setDefaultVersion are called on ApiVersionConfigurer
2025-08-27 14:00:20
394
Currently the ApiVersionConfigurer.setVersionRequired(...) states:When a defaultVersion is also set, this is automatical...
Spring Test subclass can not activate additional profiles if parent configures a context hierarchy
2025-08-27 14:00:14
3675
During testing and setting up I noticed a wierd bug. Namely if a test class extends some base test class, which has a @C...
Spring PDF version of Spring documentation is not available for latest versions
2025-08-27 14:00:10
877
Affects: 6.0.9-6.1.8It seems that starting from version 6.0.9 the PDF version of Spring reference is not available for d...
Spring RestTestClient returns null response body
2025-08-27 14:00:07
444
DefaultResponseSpec decodes the body via methods on ExchangeResult that in turn delegate to the client response, and the...
Golang x/build: LUCI windows-amd64-longtest TryBot is slow
2025-08-25 14:02:30
62952
#!watchflakespost <- builder ~ `(gotip|go1\.\d\d)-windows-amd64-longtest` && (`test timed out` || `SIGQUIT` |...
Golang debug/elf: index out of range in DWARF
2025-08-25 14:02:27
2183
Go versiongo version go1.23.4 linux/amd64Output of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN=''G...
Golang cmd/link: using CGO with DWARF5 generates malformed Windows binaries
2025-08-25 14:02:25
12680
Go versiongo version go1.25.0 windows/amd64Output of go env in your module/workspace:set AR=arset CC=gccset CGO_CFLAGS=-...
Golang x/tools/gopls: modernize should simplify func calls which always return nil errors now
2025-08-25 14:02:08
1759
For example, as of Go 1.24, https://pkg.go.dev/crypto/rand#Read always returns a nil error on all platforms, so any call...
Golang cmd/compile: debugger fails to read content of variable beyond its live range
2025-08-25 14:02:03
4078
Go versiongo version go1.25.0 darwin/arm64Output of go env in your module/workspace:AR='ar'CC='cc'CGO_CFLAGS='-O2 -g'CGO...
Golang Command Line Parameters with double quotation marks are not parsed properly by C runtime library used on windows platform by GO, ["TestPassword"] results in [TestPassword]. Quotes filtered out, no escape possible.
2025-08-25 14:01:55
9341
Go versiongo version go1.22.2 windows/amd64Output of go env in your module/workspace:Microsoft Windows [Version 10.0.226...
上一页
下一页
1
…
24
25
26
27
28
…
313
.