Nineya
Home
Blog
Spring Align HibernateJpaVendorAdapter with Hibernate ORM 6.2
2025-01-09 00:43:50
11696
Affects: spring-orm 6.0.7 and earlierIn application running spring 6.0.7 and hibernate 6.2.0.final, when spring is crea...
Spring Dependency warning issues
2025-01-09 00:43:47
1514
The Spring app I am building is raising vulnerability flags on the following spring-boot-starter sub-dependencies:org.sp...
Spring Aspect executed twice - @AfterThrowing
2025-01-09 00:43:45
4518
Affects: 6.1.7-6.1.13This might be a special case of #32970, except it's not fixed yet. We have both aspectj-maven-plugi...
Spring Updates to resource handling for functional endpoints
2025-01-09 00:43:42
1604
The built-in handling of resources in Spring MVC and WebFlux gets updated occasionally, but the functional programming m...
Spring Fix the issue in MappingJackson2MessageConverter where deserializatio…
2025-01-09 00:43:39
7800
Fix the issue in MappingJackson2MessageConverter where deserialization returns null values for POJOs that do not have @J...
Spring Ensure Locale context is available for WebFlux method validation
2025-01-09 00:43:37
1305
Hi,I’ve stumbled over some strange behavior regarding internationalization of validation error messages in a spring-boot...
Spring Deregister empty Cache from CacheManager
2025-01-09 00:43:34
1088
I use CaffeineCacheManager and create temporary caches dynamically for each request. When a request completes, the cache...
Spring Verify static resource location ends on slash
2025-01-09 00:43:31
673
A location that does not end on "/" does not actually work as intended, which is probably why it hasn't been reported as...
Spring Mark ListenableFuture as deprecated for removal
2025-01-09 00:43:29
169
Since we intend to drop ListenableFuture support completely in favor of CompletableFuture, let's mark it as deprecated f...
Spring Introduce setDefaultCharacterEncoding() in MockHttpServletResponse
2025-01-09 00:43:27
5859
Since: Spring 5.2 and the deprecation of APPLICATION_JSON_UTF8 Mediatype.Although the content type 'application/json' ca...
Spring Add support for batch operations (R2DBC)
2025-01-09 00:43:24
10339
Add support for batch operations to the DefaultDatabaseClient:databaseClient.sql("INSERT INTO legoset (id, name, ma...
Spring Bean Overrides cannot reliably override beans created by a FactoryBean with generics
2025-01-09 00:43:21
455
OverviewThis issue is effectively a duplicate of the https://github.com/spring-projects/spring-boot/issues/40234 bug rep...
Spring Bean Overrides for certain FactoryBean use cases no longer work
2025-01-09 00:43:19
1395
OverviewHere's a demo unit test reproducing the issue: https://github.com/romainmoreau/spy-demo/blob/master/src/test/jav...
Spring Spring Framework 6.2.0-RC2 no longer creates a spy for @MockitoSpyBean
2025-01-09 00:43:17
4271
Upgrading from Spring Boot 3.4.0-M3 (Spring Framework 6.2.0-RC1) to Spring Boot 3.4.0-RC1 (Spring Framework 6.2.0-RC3) b...
Spring Provide first-class virtual thread option on ThreadPoolTaskExecutor/ThreadPoolTaskScheduler
2025-01-09 00:43:14
648
As mentioned in #https://github.com/spring-projects/spring-framework/issues/33780#issuecomment-2442241269, there are sce...
Spring @Async documentation should not suggest deprecated classes
2025-01-09 00:43:12
355
@Async javadoc suggests that you can refine the return type of the Future you are returning to ListenableFuture, and pro...
Spring Direct Buffer not freed and Netty Resource Leaks
2025-01-09 00:43:10
3127
First of all: I'm not sure if this is 100% the right place for this Issue as Netty, Reactor-Netty and Spring-Data mongod...
Spring Deprecate exchangeTimeout and refactor readTimeout in ReactorClientHttpRequestFactory
2025-01-09 00:43:07
2507
The exchangeTimeout and readTimeout are used where it's necessary to call Mono.block() to avoid indefinite blocking, but...
Spring Reactor Netty response should not buffer the full response
2025-01-09 00:43:04
346
ReactorClientHttpResponse aggregates the response content to create the InputStream, which is not ideal. Ideally at this...
Spring Refactor MimeType BitSet initialization for improved readability and maintainability
2025-01-09 00:43:02
450
Refactored BitSet initialization to remove repetitive set calls by introducing a char array (SEPARATORS).Enhanced readab...
上一页
下一页
1
…
1135
1136
1137
1138
1139
…
2246
.