Aurora Blog
Home
SpringBoot available() does not behave correctly when reading stored entries from a NestedJarFile
2025-09-06 14:00:29
4442
In JarEntryInputStream of NestedJarFile the remaining variable isn't initialized correctly.This leads to invalid results...
SpringBoot Remove Spring Data MongoDB dependency from MongoDB health support
2025-09-06 14:00:26
550
MongoHealthIndicator and MongoReactiveHealthIndicator are both in spring-boot-data-mongodb because they use MongoTemplat...
SpringBoot Rename spring.mongodb.uuid-representation
2025-09-06 14:00:22
348
We've learned over the years that more configuration property groups are better than fewer. As we're changing the MongoD...
SpringBoot Always use mongodb rather than mongo in MongoDB-related configuration properties
2025-09-06 14:00:20
191
We have a few properties that use .mongo:management.health.mongo.enabledmanagement.metrics.mongo.command.enabledmanageme...
Spring Support OpenPDF 3.0
2025-09-06 14:00:13
612
AbstractPdfView https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/web/servlet/view/do...
Spring Docs: Clarify default prefix/suffix of registry.jsp()
2025-09-06 14:00:08
1246
Hello,The current Spring MVC documentation for View Resolvers shows the following example:@Overridepublic void configure...
Spring Remove HttpServiceClient Annotation Support
2025-09-06 14:00:06
1658
After adding the annotation in 7.0 M8 with #35244, we've run into questions and issues.There is is extensive feedback un...
Golang runtime: high variance and unpredictable latency with spinbit mutex
2025-09-05 14:04:23
21958
Go versiongo version go1.24.4 linux/arm64Output of go env in your module/workspace:AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g'CGO...
Golang cmd/compile: propagate statement boundaries through write barrier splits
2025-09-05 14:04:21
6901
Go versiongo1.26-devel_2a7f1d47b0 linux/amd64Output of go env in your module/workspace:AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g...
Golang cmd: do not use non-constant formatting strings in printf-like calls
2025-09-05 14:04:16
587
Do not use non-constant formatting strings in calls to printf-like functions in src/cmd. These fail the new printf vet c...
Golang proxy.golang.org: support for go-import subdir
2025-09-05 14:04:14
4759
What is the URL of the page with the issue?https://pkg.go.dev/slatedb.io/slatedb-goWhat is your user agent?Mozilla/5.0 (...
Golang x/tools/gopls: Unbearably slow windows performance
2025-09-05 14:04:09
28811
gopls versionBuild info----------golang.org/x/tools/gopls v0.20.0 golang.org/x/tools/gopls@v0.20.0 h1:fxOYZXKl6IsOTKI...
Golang x/pkgsite: recieved 429 Too Many Requests when on public wifi
2025-09-05 14:04:07
2853
What is the URL of the page with the issue?pkg.go.devWhat is your user agent?Mozilla/5.0 (Macintosh; Intel Mac OS X 10_1...
Golang runtime/pprof: flaky TestGenericsHashKeyInPprofBuilder
2025-09-05 14:03:47
8024
#!watchflakesdefault <- pkg == "runtime/pprof" && test == "TestGenericsHashKeyInPprofBuilder&q...
Golang x/tools/go/packages: Load(config, "./...") has odd behavior with build tags
2025-09-05 14:03:45
5371
Go versiongo version go1.25.0 darwin/arm64Output of go env in your module/workspace:AR='ar'CC='cc'CGO_CFLAGS='-O2 -g'CGO...
Golang log/slog: example for slog.Group uses internal package
2025-09-05 14:03:41
1021
The example at https://pkg.go.dev/log/slog#Group does not compile as it uses an internal package ("log/slog/internal/slo...
Golang x/website: small typo in the "Testing Time (and other asynchronicities)" article.
2025-09-05 14:03:39
677
What is the URL of the page with the issue?https://go.dev/blog/testing-timeWhat is your user agent?Mozilla/5.0 (X11; Lin...
Golang encoding/xml: invalid characters in comments, processing instructions, or directives [1.22 backport]
2025-09-05 14:03:31
402
@maceonthompson requested issue #68654 to be considered for backport to the next 1.22 minor release.@gopherbot please op...
Golang encoding/xml: invalid characters in comments, processing instructions, or directives [1.23 backport]
2025-09-05 14:03:29
577
@maceonthompson requested issue #68654 to be considered for backport to the next 1.21 minor release.@gopherbot please op...
Golang proposal: time: Duration float scaling method
2025-09-05 14:03:27
567
Proposal DetailsThis is kinda annoying:delay := time.Duration( float64(baseDelay) * backoffFactor )It would be nicer if ...
上一页
下一页
1
…
8
9
10
11
12
…
312
.