Spring Clarify ClientHttpRequestInterceptor#intercept() must close response if it throws exception after receiving the response

Affects: Spring Framework 5.3.22Hello, our application implements a custom RestTemplate using org.apache.hc.client5.http...

Spring Enforce REQUIRES_NEW for correct transaction configuration on transactional event listeners

Following up on https://github.com/spring-projects/spring-framework/issues/30679#issuecomment-1757848560, we decided to ...

Spring Detect invalid transaction configuration for transactional event listeners

ProblemIt's common practice to use a simple (no custom attributes) @Transactional on methods to execute them wrapped in ...

Spring logging.level.org.springframework.web=DEBUG fetches lazy-loaded entity fields

I am using Spring Boot together with JPA.When logging.level.org.springframework.web=DEBUG is set, fetching an entity via...

Spring R2DBC Connection is closed during transaction when using TransactionAwareConnectionFactoryProxy

summary of problemIt seems that org.springframework.r2dbc.connection.TransactionAwareConnectionFactoryProxy closes a con...

Spring Cannot call entityManager.flush() when use @Async

Affects: 5.0.7.RELEASE**I have a question about why entityManager.flush() raises an exception when @Async is used.This q...

Spring HibernateJpaDialect and HibernateExceptionTranslator throw SQLExceptionTranslator-provided exception instead of returning it

HibernateJpaDialect and HibernateExceptionTranslator have a code path where a custom SQLExceptionTranslator can be confi...

Spring Handle STOMP messages from client session in order

Marcus Held opened SPR-17265 and commentedIn my project I have the case that a client can potentially send a lot of mess...

Spring Handle STOMP messages to user destination in order

After #21798, messages on the clientInboundChannel can be handled sequentially within a session by setting StompEndpoint...

Spring Consistent CannotAcquireLockException translation for PostgreSQL serialization failure behind JPA

When isolation is Serializable Snapshot Isolation (SSI) the application must be prepared to retry rejected transactions....

Spring Quartz - Implicit JobDetails registration and missing Trigger from the Datasource issue [SPR-15638]

George Sfiris opened SPR-15638 and commentedDescriptionThere is a bug about Quartz Job Sheduler and Spring related Facto...

Spring HTTP server exchange observations have incorrect UNKNOWN status tag if the client disconnected

As seen in #31365, our HTTP server observations mark the response status tag as "UNKNOWN" if the client has disconnected...

Spring Support Jackson's DatatypeFeature in Jackson2ObjectMapperBuilder

Closes #31379 Comment From: pivotal-cla@bramhaag Please sign the Contributor License Agreement!Click here to manually sy...

Spring Move ReactorResourceFactory to org.springframework.http.client package

Due to #31280, ReactorResourceFactory is now used from org.springframework.http.client.ReactorNettyClientRequestFactory ...

Spring Avoid duplicate ApplicationListener firing (proxy vs. target)

In AbstractApplicationEventMulticaster.retrieveApplicationListeners, despite best efforts to avoid it, unwrapped proxies...

Spring Consistent Object result declarations for JdbcClient's ResultQuerySpec

Following up on https://github.com/spring-projects/spring-framework/issues/26594#issuecomment-1678725276, type-based res...

Spring Clarify documentation for @Transactional on interfaces

Affects: Spring framework version 5The Spring Reference Manual states the following.The Spring team recommends that you ...

Spring NamedParameterJdbcTemplate throws unexpected exception for null query

I was answering a question on StackOverflow which stated that the NamedParameterJdbcTemplate won't throw an exception wh...

Spring Suppress deprecation warning for AOT-generated code that refers to a deprecated member

And probably other generated BeanDefinitions by AoT?Example: public static BeanDefinition getThemeResolverBeanDefinit...

Spring Webflux - BodyInserters.FormInserter Publisher support

Affects: 6.0.5 (perhaps down to 5.0, the since value on BodyInserters)Currently in BodyInserters, FormInserter only supp...
上一页 下一页
.