SpringBoot Binder context does not restore previous source causing missing data on Spring Boot 3.5 or above

With the update to IndexedElementsBinder in Spring Boot 3.5 we now have the situation where Binder.Context.withSource(.....

SpringBoot Spring Boot 3.5.2 + Spring Cloud Gateway + Java 24 is still failing

I have my application using Spring Boot 3.5.0 + Spring Cloud Gateway + Java 24 working fine.Then I upgraded to Spring Bo...

SpringBoot Use code-include for Gradle Groovy/Kotlin in documention

There's a lot of copy/paste at the moment, especially with the tabs markup. We could use something like code-include if ...

SpringBoot spring-boot-starter-test is missing junit-platform-launcher to work with Gradle 9

This Gradle project:dependencies { testImplementation(platform("org.springframework.boot:spring-boot-dependencie...

SpringBoot Potential Regression with Configuration Properties in Spring Boot 3.5.1

Hello,when updating one of my applications from Spring Boot 3.5.0 to 3.5.1/3.5.2 a few testcases started to fail when lo...

SpringBoot Update Log4j's configuration using reconfigure rather than start

If I update my project from Log4J 2.24.1 to 2.25.0 (no other changes), I no longer get logging output.Spring Boot 3.5.1,...

SpringBoot Potential regression in charset encoding for Content-Type header

DescriptionSpring Boot version: 3.4.4Java version: 17Maven version: 3.9.0I have a Spring Boot app that:1. extends the On...

SpringBoot Error to read list of records from postgresql when install. 3.5.1 spring boot. Works fine with 3.5.0.

2025-06-19 11:45:19 ERROR org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/].[dispatcherServlet] - Servlet....

SpringBoot Support using Log4j2 in a GraalVM native image

Starting a native image built with bootBuildImage and org.springframework.boot:spring-boot-starter-log4j2 throws an erro...

SpringBoot IllegalArgumentException: 'name' must not be null thrown when property source filtering applied twice

Discovered by the Spring Cloud team, the fix for #45994 has caused a nasty regression when filtering is applied twice:Ca...

SpringBoot IllegalArgumentException in configuration properties binding

After update from Boot 3.5.0 to 3.5.1, the following arrangement now throws on startup:@ConfigurationProperties(prefix =...

Spring Add support for application/x-www-form-urlencoded content type in HTTP Interface (HttpExchange)

Hello!SummaryPlease add support for sending application/x-www-form-urlencoded request bodies using the @HttpExchange / @...

Spring TransactionalEventListener(phase = BEFORE_COMMIT) not called if the event was fired by another transactional listener in the same BEFORE_COMMIT phase

DescriptionAn event published within the handling of a transactional event listener with its phase set to BEFORE_COMMIT ...

Spring GenericConversionService selects incorrect converter for String to List<String> conversion

This issue is related to #34535 and #34298.Converter&lt;String, List&lt;? extends Map&lt;String, ?&gt;&gt;&gt; is incorr...

Spring Consistent validation of supported API versions

Currently an @RequestMapping without a version matches any version regardless of whether it is even supported. While it ...

Golang Protobuf internal/encoding/json/decode_number accepts string values that contain a comma

What version of protobuf and what language are you using?Version: master, GoWhat did you do?With the parseNumber functio...

Golang proposal: maphash: drop purego version and establish stronger runtime boundary

Proposal DetailsBackgroundToday, the Go standard library does not have a clear boundary between what is part of the gc-s...

Golang runtime, cmd/compile: add runtime.free, runtime.freetracked and GOEXPERIMENT=runtimefree

I have a WIP CL 673695 with a better and more complete description, but opening this issue here to help with discussion....

Golang proposal: slices: Add functions Map and Filter

Proposal DetailsI propose the creation of two new function, Map and Filter, to the slices package:MapMap creates a new s...

Golang proposal: container/hash: Map, a generic hash table with custom hash function and equivalence relation

(API in this note updated Jun 18 2025 --adonovan.)Background: In https://github.com/golang/go/issues/69420 I proposed to...
上一页 下一页
.