Aurora Blog
Home
SpringBoot Restructure foundational packages to remove dependency on 'org.springframework.boot'
2025-09-17 14:00:27
264
45547 has highlighted a bigger problem that we have several foundational packages that depend on classes in org.springfr...
SpringBoot Toggling export of OTLP tracing not working with GraalVM native images
2025-09-17 14:00:20
1177
To make the export work at all for a native image build, it needs to be enabled during AOT processing. So we have this f...
SpringBoot Finalize and document Spring Boot's HTTP Service client support
2025-09-17 14:00:18
1209
Now that @HttpServiceClient support has been dropped from Spring Framework 7.0 and removed Spring Boot in #47123 we need...
SpringBoot Drop JSR305 support in favor of JSpecify
2025-09-17 14:00:14
570
We should see what breaks if we remove "com.google.code.findbugs:jsr305"Comment From: dmytrodanilenkovin scope of this i...
Spring Provide additional conditional registration capabilities in BeanRegistrar
2025-09-17 14:00:08
7856
Dave Syer opened SPR-16959 and commentedThere is a gap in the the functional bean registration features in BeanDefinitio...
Spring Add support for JvmDefault (default in Kotlin 2.2.20)
2025-09-17 14:00:06
7754
Info:Kotlin: 2.2.20KSP: 2.2.20-2.0.3Spring Boot: 3.5.5JDK: 21MRE Projecthttps://github.com/austinarbor/spring-kotlin-iss...
Spring InstanceSupplierCodeGenerator fails to detect deprecated type on package private factory method
2025-09-17 14:00:05
1457
The algorithm to detect deprecated code to add @SuppressWarnings does not work properly when the factory method isn't pu...
Golang cmd/go: -trimpath should respect replace statements
2025-09-16 14:06:02
8984
Go versiongo version go1.25.0 linux/amd64Output of go env in your module/workspace:AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g'CGO...
Golang x/tools/gopls: option to autocomplete function call without parentheses
2025-09-16 14:05:56
10006
(This is more of a question before it becomes a feature request. However, the original Slack invite link is no longer ac...
Golang x/pkgsite: X is always visible on homepage search
2025-09-16 14:05:52
1396
What is the URL of the page with the issue?https://pkg.go.devWhat is your user agent?Chrome MacMozilla/5.0 (Macintosh; I...
Golang x/tools/gopls: DidChangeWatchedFiles: impossible crash in growslice
2025-09-16 14:05:30
4472
#!stacks"sigpanic" && "growslice:+17"Issue created by stacks.Another impossible crash: the c...
Golang x/tools/gopls: fix folding range for function calls
2025-09-16 14:05:24
1693
gopls version: gopls@974c859 (master)CL https://go.dev/cl/694295 changed the folding logic and reintroduced behavior rep...
Golang x/tools/gopls: high cpu usage all the time
2025-09-16 14:05:17
78237
gopls version0.16.2go envGO111MODULE=''GOARCH='arm64'GOBIN='/Users/matthew/.local/share/mise/installs/go/1.22.3/bin'GOCA...
Golang x/tools/gopls: organize imports formats the package statement
2025-09-16 14:05:07
5691
What version of Go, VS Code & VS Code Go extension are you using?Version Information* Run `go version` to get versio...
Golang x/tools/go/analysis/unitchecker: TestIntegration/GOPATH failures
2025-09-16 14:04:56
4263
#!watchflakesdefault <- pkg == "golang.org/x/tools/go/analysis/unitchecker" && test == "TestIn...
Golang x/tools/go/analysis/unitchecker: TestIntegration/Modules failures
2025-09-16 14:04:54
4140
#!watchflakesdefault <- pkg == "golang.org/x/tools/go/analysis/unitchecker" && test == "TestIn...
Golang cmd/compile: optimize float32/float64 conversions used with math package
2025-09-16 14:04:49
771
Most functions in the math package operate on float64s. For users who work with float32s this leads to a lot of code lik...
Golang x/tools/gopls: Completion of generic argument resulting in invalid casting to constraints
2025-09-16 14:04:47
5523
gopls versionBuild info----------golang.org/x/tools/gopls v0.20.0 golang.org/x/tools/gopls@v0.20.0 h1:fxOYZXKl6IsOTKI...
Golang proposal: testing: add goroutine labels to tests
2025-09-16 14:04:42
2847
Proposal DetailsDebugging tests timeouts can be frustrating when multiple tests fail to complete.This was improved recen...
Pandas DOC: Clarify parentheses vs. brackets
2025-09-16 14:04:36
1162
Pandas version checks[x] I have checked that the issue still exists on the latest versions of the docs on main hereLocat...
上一页
下一页
1
…
46
47
48
49
50
…
368
.