SpringBoot available() does not behave correctly when reading stored entries from a NestedJarFile

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

MongoHealthIndicator and MongoReactiveHealthIndicator are both in spring-boot-data-mongodb because they use MongoTemplat...

SpringBoot Rename spring.mongodb.uuid-representation

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

We have a few properties that use .mongo:management.health.mongo.enabledmanagement.metrics.mongo.command.enabledmanageme...

Spring Support OpenPDF 3.0

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()

Hello,The current Spring MVC documentation for View Resolvers shows the following example:@Overridepublic void configure...

Spring Remove HttpServiceClient Annotation Support

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

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

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

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

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

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

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

#!watchflakesdefault <- pkg == "runtime/pprof" && test == "TestGenericsHashKeyInPprofBuilder&q...

Golang x/tools/go/packages: Load(config, "./...") has odd behavior with build tags

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

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.

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]

@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]

@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

Proposal DetailsThis is kinda annoying:delay := time.Duration( float64(baseDelay) * backoffFactor )It would be nicer if ...
上一页 下一页
.