Aurora Blog
Home
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...
Golang x/tools/gopls: MCP: nil panic in summarizeDiagnostics (CodeAction without WorkspaceEdit)
2025-09-17 14:05:12
2631
#!stacks"sigpanic" && "mcp.summarizeDiagnostics:+6"Issue created by stacks.func summarizeDia...
Golang strings: documentation refers to non-existent function SplitFunc
2025-09-17 14:05:08
1724
Go versiongo version 1.25.1Output of go env in your module/workspace:N/AWhat did you do?I noticed in the function docume...
Golang os: new test TestOpenFileCreateExclDanglingSymlink fails on Plan 9 [1.24 backport]
2025-09-17 14:05:05
584
@millerresearch requested issue #73729 to be considered for backport to the next 1.24 minor release.@gopherbot please co...
Golang os: new test TestOpenFileCreateExclDanglingSymlink fails on Plan 9
2025-09-17 14:05:02
1405
CL 672396 added a symlink test for #73702 which always fails on Plan9:--- FAIL: TestOpenFileCreateExclDanglingSymlink (0...
Golang cmd/compile: no debug information emitted for type used only as initializer
2025-09-17 14:04:53
1207
What version of Go are you using (go version)?$ go version1.16.3Does this issue reproduce with the latest release?Yes, a...
上一页
下一页
1
…
61
62
63
64
65
…
386
.