Aurora Blog
Home
Gorm bug: FirstOrCreate's does not return Assign result into struct
2025-09-18 14:01:22
3529
GORM Playground Linkhttps://github.com/go-gorm/playground/pull/829Descriptionwith a valid record at age 19, i would expe...
Spring AI The bug of chatClient#system
2025-09-18 14:01:06
532
I found that his system() method would only use the last system!eg:return chatClient.prompt(new Prompt(bo.getMessages())...
Spring AI MCP Client fails application startup when server is unavailable - need graceful degradation option
2025-09-18 14:01:04
19903
When integrating Spring AI's MPC client in a Spring Boot application, if the MPC server is unavailable during client app...
SpringBoot Remove isImmutable and getPrefix from OriginLookup
2025-09-18 14:00:45
480
The OriginLookup interface has isImmutable and getPrefix methods that were added to fix a package tangle. They don't rea...
SpringBoot Add support for configuring HttpClientTransport in JettyClientHttpConnectorBuilder
2025-09-18 14:00:38
1124
The org.springframework.boot.http.client.reactive.JettyClientHttpConnectorBuilder is very useful, but configurationfor o...
SpringBoot Support for ppc64le runner using GitHub in spring-boot
2025-09-18 14:00:37
690
There is now support added for ppc64le runner using a GitHub app, following is the onboarding process for same, we would...
SpringBoot Consider context package restructuring
2025-09-18 14:00:32
567
Some code in org.springframework.boot.context and sub-packages is quite foundation and we could consider moving it. 4.0 ...
SpringBoot Make SpringLiquibaseCustomizer public
2025-09-18 14:00:31
1684
Comment From: wilkinsonaWhy? What do you want to be able to customise that cannot already be customized with a liquibase...
SpringBoot Remove mentions of JUnit 4 from javadoc and reference documentation
2025-09-18 14:00:20
609
Spring Framework 7 has deprecated support for JUnit 4 and will remove it in 7.1 or 7.2. Aligned with this, we should con...
SpringBoot Bitnami legacy images are not automatically detected
2025-09-18 14:00:16
582
The changes from Bitnami are now partially live. // Edit: It appears they brownout some images instead of switching them...
SpringBoot WebSecurityCustomizer beans are excluded by WebMvcTest
2025-09-18 14:00:13
1445
Expected behaviourBeans of type WebSecurityCustomizer are created during test execution when using @WebMvcTest.ContextIn...
Spring Fix synchronization in ResponseBodyEmitter
2025-09-18 14:00:08
237
See https://github.com/spring-projects/spring-framework/pull/35423#discussion_r2341828274Comment From: acktsapOh, i miss...
Spring Provide access to raw content in RestTestClient
2025-09-18 14:00:05
206
WebTestClient has this capability, but it has been built into RestTestClient yet. It's useful for access to raw content ...
Golang os: Root.OpenRoot sets incorrect name, losing prefix of original root [1.24 backport]
2025-09-17 14:05:39
457
@neild requested issue #73868 to be considered for backport to the next 1.24 minor release.@gopherbot please open backpo...
Golang proposal: crypto/hpke: new package
2025-09-17 14:05:35
19088
HPKE is a relatively new IETF standard (RFC 9180) for hybrid encryption, where hybrid means combining public key encrypt...
Golang proposal: go/vet: report embedded types with promoted methods that should be masked
2025-09-17 14:05:32
3133
Go versiongo1.25Output of go env in your module/workspace:n/aWhat did you do?Run the following:package mainimport ( j...
Golang cmd/go: TestScript/cover_runs failures
2025-09-17 14:05:29
14949
#!watchflakesdefault <- pkg == "cmd/go" && test == "TestScript/cover_runs"Issue created a...
Golang net: new test TestIPv4WriteMsgUDPAddrPortTargetAddrIPVersion fails on plan9 [1.24 backport]
2025-09-17 14:05:26
676
@millerresearch requested issue #75017 to be considered for backport to the next 1.24 minor release.@gopherbot please co...
Golang net: new test TestIPv4WriteMsgUDPAddrPortTargetAddrIPVersion fails on plan9 [1.25 backport]
2025-09-17 14:05:19
603
@millerresearch requested issue #75017 to be considered for backport to the next 1.25 minor release.@gopherbot please co...
Golang testing: RunParallel benchmark runs too many iterations
2025-09-17 14:05:16
4334
Go versiongo version go1.25.1 linux/amd64Output of go env in your module/workspace:AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g'CGO...
上一页
下一页
1
…
42
43
44
45
46
…
368
.