SpringBoot Upgrade to Tomcat 10.1.42

Upgrade to Tomcat 10.1.42.Comment From: wilkinsonaRe-opened to add support for configuring max part count and max part h...

SpringBoot WebMvcConfigurationSupport.getMessageConverters() order has changed in Framework 7.0 breaking SampleMethodSecurityApplicationTests

SampleMethodSecurityApplicationTests fails in CI and after some digging it appears to be due to WebMvcConfigurationSuppo...

SpringBoot jdbc.connections.active and jdbc.connections.idle metrics are not available when using Hikari in a native image

When building https://github.com/spring-projects/spring-petclinic with Spring Boot 4.0.0-SNAPSHOT, I get the following e...

SpringBoot Bug after SpringBoot 3.4 in count query alias when using specification and entity with strategy InheritanceType.JOINED

Bug appeared after Spring Boot version 3.4.With version 3.3.5 this example works fine.There is problem with count query ...

SpringBoot Adopt Framework's HttpMessageConverters

As of https://github.com/spring-projects/spring-framework/issues/33894, Spring Framework introduced its own HttpMessageC...

SpringBoot Package mappings and exchanges classes consistently

spring-boot-servletorg.springframework.boot.servlet.autoconfigure.actuate.ServletHttpExchangesAutoConfigurationorg.sprin...

Spring mime message helper throwing illigal address in string

current version.does not trap empty to,cc & bcc.** Bug Reports **public void sendMimeMail(String encoding, String[...

Spring Add view rendering support for exception handling with error details

The ResponseEntityExceptionHandler handles exceptions at the MVC/WebFlux level as Problem Details. Right now, only machi...

Spring Support controller-specific exception handlers using @UseExceptionHandler or equivalent

BackgroundIn many real-world REST APIs, developers want to handle exceptions differently per controller (e.g., user-faci...

Golang Go team quiet week Jun 30–Jul 4: issue tracker responses will be delayed

The issue tracker will be quiet from Jun 30 to Jul 4 to let Go team members and contributors disconnect and either recha...

Golang slices: TestIssue68488 seems sensitive to minor stack perturbations

Go version1.24.4 and tipOutput of go env in your module/workspace:playgroundWhat did you do?Add a local variable to slic...

Golang net: DNSError.Server field is not populated when a "no such host" error is returned

Go versiongo version go1.24.4 linux/amd64Output of go env in your module/workspace:AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g'CGO...

Golang testing/synctest: Repeated sync.WaitGroup.Add appears flaky under synctest

Go versiongo version go1.25rc1 darwin/arm64Output of go env in your module/workspace:AR='ar'CC='clang'CGO_CFLAGS='-O2 -g...

Golang proposal: sort: add SearchWithError

Proposal Detailssort.Search doesn't provide a way to exit earlier when an error happens.This proposal suggests to add a ...

Golang x/pkgsite: package removal request

Removal RequestDESMG-NAT (github.com/jyxjjj/GoProjects/DESMG-NAT)Reason: This package is deleted forever.DESMG-FileCrypt...

Golang time: time#Format using time.RFC3339 using time.Time with time.Location Europe/London should use +00:00 instead of Z

Go versiongo version go1.22.4 darwin/amd64Output of go env in your module/workspace:GO111MODULE=''GOARCH='amd64'GOBIN='/...

Golang cmd/go: unexpected command execution in untrusted VCS repositories CVE-2025-4674

This is a PRIVATE issue for CVE-2025-4674, tracked in http://b/396467515 and fixed by https://go-internal-review.git.cor...

Golang cmd/compile/internal/escape: optimization wrongly affecting panics

Go version1.25rc1Output of go env in your module/workspace:AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g'CGO_CPPFLAGS=''CGO_CXXFLAGS...

Golang context: cancelCtx.Done panics because atomic.Value holds an interface{} instead of a chan struct{}

Go versiongo version go1.24.0 linux/amd64Output of go env in your module/workspace:AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g'CGO...

Golang cmd/compile: devirtualized type switch causes temporary allocation to escape

Consider the following program:package xfunc z(x int) (*int, int) { switch x := any(x).(type) { case *int: ...
上一页 下一页
.