Aurora Blog
Home
Spring Security Oauth2: Lookup from oauth2 well-known endpoint fails, if lookup of the oidc well-known endpoint errors
2025-08-08 14:00:59
1060
Describe the bugWhen trying to use a oauth2 authorization server, that only provides the oauth2 well-known endpoint (/.w...
Spring Security OpenSamlAssertingPartyDetails Should Be Serializable
2025-08-08 14:00:58
8939
After upgrading our project from Spring Boot 3.4.7 to 3.5.3 we get the following exception when an invalid SAML metadata...
Spring Security Disable OAuth2WebSecurityConfiguration through property.
2025-08-08 14:00:56
2002
SummaryOur project will include the spring-security-oauth2-core and client libraries, which causes the OAuth2WebSecurity...
Spring Security org.springframework.security.test.web.servlet.response.SecurityMockMvcResultMatchers assertion issue
2025-08-08 14:00:53
1726
Spring Security Version: 6.4 and 6.5 and main branch on 2025/Mayorg.springframework.security.test.web.servlet.response.S...
Spring AI Advisor context
2025-08-08 14:00:45
1086
DescriptionIn the latest updates of SpringAI the tools approach has been changed and now I can define context dependent ...
Spring AI Vertex RAG Corpus can be with RagResource in VertexAiGeminiChatModel
2025-08-08 14:00:43
2153
Please do a quick search on GitHub issues first, the feature you are about to request might have already been requested....
SpringBoot Introduce RSA keys configuration properties for OAuth2 Authorization Server
2025-08-08 14:00:30
263
Currently, Spring Boot generate new RSA KeyPair every time application started, we should allow users to configure stabl...
SpringBoot Introduce module spring-boot-security-oauth2-authorization-server-jdbc to auto-configure JdbcOAuth2*Service
2025-08-08 14:00:28
687
Spring Authorization Server will use InMemoryOAuth2*Service by default which is done by org.springframework.security.oau...
SpringBoot RepositoryConfigurationExtensionSupport too strict in Spring Boot 4.0
2025-08-08 14:00:21
1507
I'm working on a Spring Boot Starter for Hibernate Reactive. All works fine.With Spring Boot 4.0 M1 (worked fine in Spri...
SpringBoot Upgrade to Pulsar 3.3.8
2025-08-08 14:00:19
410
Upgrade to Pulsar 3.3.8.Comment From: snicollThe upgrade brings commons-logging:commons-logging on the classpath. I am n...
Golang build: LUCI builds failing with "bad request: invocation: module_id: module_variant: unspecified"
2025-08-07 14:07:53
29475
#!watchflakesdefault <- `bad request: invocation: module_id: module_variant: unspecified`Edit by @dmitshur: It seems ...
Golang x/build: bot linux-arm-aws--dev-3e01 reported as broken
2025-08-07 14:07:46
158
The bot linux-arm-aws--dev-3e01 has been reported as broken. It is currently in "quarantined" state. Please work to reso...
Golang slices: add Chunk function to divide []T into [][]T chunks
2025-08-07 14:07:40
16028
A problem I've run into a fair amount is dealing with APIs which only accept a maximum number of inputs at once, though ...
Golang x/build: bot linux-riscv64-mengzhuo--megrez-2 reported as broken
2025-08-07 14:07:36
530
The bot linux-riscv64-mengzhuo--megrez-2 has been reported as broken. It is currently in "quarantined" state. Please wor...
Golang path/filepath: Walk/WalkDir susceptible to symlink race
2025-08-07 14:07:34
2034
The filepath.Walk and filepath.WalkDir functions are documented as not following symbolic links.Both these functions are...
Golang Allow uninstantiated generic types as function parameters
2025-08-07 14:07:19
8184
Go Programming ExperienceIntermediateOther Languages ExperienceGo, Python, Javascript, Java, Elixir, and a smattering of...
Golang cmd/compile: ICE when StructMake not lowered
2025-08-07 14:07:17
455
package maintype Type struct { any}type typeObject struct { e struct{} b *byte}func f(b *byte) Type { return...
Golang x/tools/gopls: prefix SignatureHelp label with "func"
2025-08-07 14:07:13
1178
Not an issue, but feature request.Currently, SignatureHelp returns a label that is not valid Go code, which makes it dif...
Golang x/tools/cmd/godoc: jquery can be updated to a newer version
2025-08-07 14:07:02
2868
The version of jquery in godoc is susceptible to a security vulnerability.Comment From: toothrot/cc @dmitshur Comment Fr...
Golang cmd/compile: spurious undefined identifier warning for invalid identifier
2025-08-07 14:06:56
1179
% cat /tmp/x.gopackage mainimport "fmt"func main() { fmt.Printf☹("hello world")}% go build /tmp/x...
上一页
下一页
1
…
81
82
83
84
85
…
317
.