Nineya
Home
Blog
Spring RestTemplate converts to XML rather to JSON by default
2025-01-09 00:37:24
6442
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
2025-01-09 00:37:22
2536
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
2025-01-09 00:37:19
992
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
2025-01-09 00:37:17
889
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
2025-01-09 00:37:14
2002
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
2025-01-09 00:37:11
853
BeanOverrideTestExecutionListener currently "nulls out" bean override fields before re-injecting values. Similarly, Bean...
Spring Reject bean names with factory prefix for Bean Overrides
2025-01-09 00:37:09
390
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
2025-01-09 00:37:07
1118
Hi Team,While testing the DurationFormatterUtils functionality, I came across a couple of issues that I'd like to addres...
Spring Refactor InvocationsRecorderClassTransformer
2025-01-09 00:37:05
589
Hello, This is why I opened PR.if statement in the isTransformationCandidate operates normally without the else statemen...
Spring Refactor -> StringUtils replace Optimization
2025-01-09 00:37:02
746
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
2025-01-09 00:36:59
153
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
2025-01-09 00:36:57
2129
private void validateAlreadyIssued(Long memberId, Long couponId) { try { // return multiple result...
Spring Revise handling of URI variable syntax in WhatWG URL parser
2025-01-09 00:36:54
584
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
2025-01-09 00:36:52
8875
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
2025-01-09 00:36:46
557
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
2025-01-09 00:36:43
343
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
2025-01-09 00:36:41
20995
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
2025-01-09 00:36:39
21983
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
2025-01-09 00:36:36
2918
Spring Boot has a feature that allows producing metadata automatically from files annotated with @ConfigurationPropertie...
Spring Add support for the HTTP QUERY method
2025-01-09 00:36:32
3279
It's probably rather early stages, but it would be nice if at some point Spring's web frameworks supported the HTTP QUER...
上一页
下一页
1
…
1142
1143
1144
1145
1146
…
2246
.