Aurora Blog
Home
Gorm Wrong schema created in v1.30.0
2025-07-26 14:01:11
4900
There is a problem in latest release with gorm schema generator. I use this package - https://github.com/ariga/atlas-pro...
Spring Cloud Openfeign feign.RetryableException: Incomplete output stream executing POST
2025-07-26 14:01:05
15412
An error occurred when I overwrote the headers using RequestInterceptor. <dependency> <groupI...
Spring Security OIDC token-request client-secret %3D instead of = for padding
2025-07-26 14:00:58
548
When sending an OIDC token-request including client-secret (and client-id), the configured client-secret is changed: Any...
Spring Security Oidc(ReactiveOAuth2)UserService uses userNameAttributeName when user info endpoint not invoked
2025-07-26 14:00:56
630
The property UserInfoEndpoint.userNameAttributeName is used to resolve the username from the even when the user info en...
Spring Security Default OidcUser conversion may return mismatch between OAuth2User.getName() and OidcUser.getName()
2025-07-26 14:00:55
353
Both OidcUserService and OidcReactiveOAuth2UserService may return an OidUser with a different username than the injected...
Spring Security Add OAuth2User to OidcUser Conversion Params
2025-07-26 14:00:53
136
It would be nice if the OidcUser conversion parameters in both OidcUserService and OidcReactiveOAuth2UserService include...
Spring Security Default retrieveUserInfo for OidcUserService & OidcReactiveOAuth2UserService are inconsistent
2025-07-26 14:00:52
763
By default OidcReactiveOAuth2UserService uses OidcUserRequestUtils::shouldRetrieveUserInfo but OidcUserService uses this...
SpringBoot Failure to discover default value for a primitive should not lead to document its default value
2025-07-26 14:00:41
372
See https://github.com/spring-projects/spring-boot/issues/46427 for a concrete example.If we have a primitive with a def...
SpringBoot Spring Boot 4.0.0-M1 has a typo in spring-boot-dependencies.pom for spring-boot-starter-opentelemetry
2025-07-26 14:00:38
379
The latest Spring Boot 4.0.0-M1 has a typo in spring-boot-dependencies.pom for spring-boot-starter-opentelemetry. At htt...
SpringBoot Reduce depth of starter dependencies
2025-07-26 14:00:33
272
The refreshed starter POMs now often pull in other starters which themselves pull in other starters. This might cause is...
SpringBoot Add kotlinx.serialization as preferred JSON mapper option
2025-07-26 14:00:29
645
As a follow-up of https://github.com/spring-projects/spring-framework/issues/34410 and #24238, we should introduce a spr...
SpringBoot Auto-configured MockMvc ignores @FilterRegistration annotation
2025-07-26 14:00:27
3008
Spring Boot: 3.5.4The @FilterRegistrationBean annotation is ignored in the auto-configured MockMvc. Filters are register...
SpringBoot Adapt deprecation level for management.health.influxdb.enabled
2025-07-26 14:00:25
213
Reviewing #46535, I can see the HealthIndicator has been removed in Spring Boot 3.4 but the manual configuration proper...
Golang proposal: cmd/compiler,cmd/asm: add -d=checkframepointer option
2025-07-25 14:06:59
2875
Proposal DetailsWe consider the frame pointer as a scratch register however the assembler and compiler toolchain avoids ...
Golang encoding/json/v2: change in Decoder.Token behavior at unexpected EOF
2025-07-25 14:06:52
2088
With GOEXPERIMENT=jsonv2, the behavior of encoding/json.Decoder.Token has changed when encountering an unexpected EOF. ...
Golang proposal: runtime: add go:linkname on runtime.firstmoduledata
2025-07-25 14:06:47
1658
GoalsAdd //go:linkname firstmoduledata on runtime.firstmoduledata with go1.23 release.We want to access it by go:link...
Golang cmd/go: change go mod init default go directive to 1.(N-n).0
2025-07-25 14:06:43
6251
This is a feature request for the default behavior of the go mod init command (doc, ref).BackgroundThis command creates ...
Golang runtime:cpu2: TestAbortInCgo failures
2025-07-25 14:06:41
2986
#!watchflakesdefault <- pkg ~ `runtime:` && test == "TestAbortInCgo"Issue created automatically to ...
Golang net/http: TestCmdGoNoHTTPServer failures
2025-07-25 14:06:37
9065
#!watchflakesdefault <- pkg == "net/http" && test == "TestCmdGoNoHTTPServer"Issue created...
Golang encoding/json: Decoder.Token does not return an error for incomplete JSON
2025-07-25 14:06:35
6473
When dealing with incomplete JSON, the (*Decoder).Token method returns io.EOF at the end of the input instead of providi...
上一页
下一页
1
…
81
82
83
84
85
…
274
.