Spring RestTemplate converts to XML rather to JSON by default

I've upgraded from SpringBoot 2.4.6 to 2.5.1, and noticed the following bug / regression issue regarding RestTemplate.Al...

Spring @MockitoBean can no longer replace a manually registered singleton

Affects: 6.2.0-SNAPSHOTThis is a regression since 6.2.0-RC1. The problem can be reproduced with the following:package co...

Spring Introduce enforceOverride flag in @TestBean and @MockitoBean

Currently, @MockitoBean can be used to create or replace a bean definition, and @TestBean can only be used to replace a ...

Spring Support Jakarta Data with Hibernate

Hibernate 6.6 supports Jakarta Data 1.0 and utilizes Hibernate modelgen tools to generate the Repository implementation ...

Spring Support VALUES list in SELECT statements in NamedParameterJdbcTemplate

Preamble: I have been sent here by @schauder in spring-data-relational in regards to https://github.com/spring-projects/...

Spring Simplify Bean Override field injection logic

BeanOverrideTestExecutionListener currently "nulls out" bean override fields before re-injecting values. Similarly, Bean...

Spring Reject bean names with factory prefix for Bean Overrides

Since we do not support bean names with a factory prefix for Bean Overrides, we should eagerly reject any such name supp...

Spring DurationFormatterUtils should not attempt to parse an empty duration

Hi Team,While testing the DurationFormatterUtils functionality, I came across a couple of issues that I'd like to addres...

Spring Refactor InvocationsRecorderClassTransformer

Hello, This is why I opened PR.if statement in the isTransformationCandidate operates normally without the else statemen...

Spring Refactor -> StringUtils replace Optimization

The += 16 used before is too abstract.-If NewPattern is longer than 16, StringBuilder must be re -permitted again. -If N...

Spring Adapt Javadoc note about log level of BeanPostProcessorChecker

The BPP checker now logs a warning not an info level log.Comment From: snicoll@asibross thank you for making your first ...

Spring Add Hibernate NonUniqueException ResultSize Processing

private void validateAlreadyIssued(Long memberId, Long couponId) { try { // return multiple result...

Spring Revise handling of URI variable syntax in WhatWG URL parser

The new WhatWG URL parser enters a special URI_TEMPLATE state on open {, and remains there until }, effectively suspendi...

Spring Lenient URI parsing in ServletServerHttpRequest

Linked to #25274 , #30475url with relaxed char are not allowed even with the option set.Url example : /test?id={64aaa32-...

Spring Allow avoiding lower-casing host/domain in UrlParser

In some of the Spring Cloud scenarios, we expect the users to place serviceId instead of actual host/domain, and then we...

Spring DefaultServerHttpRequestBuilder can create case-sensitive Headers instances

In 6.2.0-M5, the DefaultServerHttpRequestBuilder was modified to ensure copying read-only headers would result in a muta...

Spring Reactive connection handling on Tomcat

We observed a problem with the connection handling when using Webflux on Tomcat. Connections remain open in CLOSE_WAIT s...

Spring [Bug] LEAK: ByteBuf.release() was not called before it's garbage-collected

when I use spring webflux. discovered a memory leak error related to ByteBuf.release() not being called before it is ga...

Spring Produce metadata for configuration values to improve IDE support for configuration files

Spring Boot has a feature that allows producing metadata automatically from files annotated with @ConfigurationPropertie...

Spring Add support for the HTTP QUERY method

It's probably rather early stages, but it would be nice if at some point Spring's web frameworks supported the HTTP QUER...
上一页 下一页
.