Nineya
Home
Blog
Spring Using R2dbc transactional and non-transactional on a database connection pool fails for Oracle
2025-01-08 20:33:30
2248
Affects: 6.0.10++spring boot 3.0.10oracle-r2dbc 1.1.1r2dbc-pool 1.0.1.RELEASEUsing R2dbcEntityTemplate to handle CRUD.Co...
Spring Replace deprecated method getBuildDir() in Gradle build
2025-01-08 20:33:27
565
According to the documentation , the method getBuildDir() is deprecated and should be replaced with getLayout().getBuild...
Spring BeanFactoryUtils.beanNamesForTypeIncludingAncestors doesn't find name for existing bean if proxied
2025-01-08 20:33:25
1702
Affects: 5.2.8Using Spring Framework with Jersey 2.31, I've enabled the Spring Security global method security intercept...
Spring DefaultMessageListenerContainer fails to reconnect to ActiveMQ broker
2025-01-08 20:33:22
4110
Affects: \5.2.25First, a little background:For a variety of reasons, we discovered the issue after upgrading the spring ...
Spring Spring Beans does not properly unwrap value if the value is java.util.Optional
2025-01-08 20:33:19
1969
class AbstractNestablePropertyAccessor, method getPropertyValue is not doing unwrapping of Optional, that causes Invali...
Spring Write the ReactorContext from CoWebFilter
2025-01-08 20:33:16
2077
Affects: \spring-web 6.0.11I'm using Spring WebFlux.I would like to be able to write to Context (ReactorContext) from Co...
Spring ConversionService is confused by interface extending Converter
2025-01-08 20:33:13
1471
For some custom infrastructure, I'm trying to leverage the GenericConversionService by creating specialized subinterface...
Spring Support TypedStringValue during AOT processing
2025-01-08 20:33:10
9949
OverviewWhen BeanDefinitionPropertyValueCodeGenerator.MapDelegate generates code for a Map, that map may contain instanc...
Spring @Resource annotation is not resolving the bean after Spring dependencies upgrade to 5.3.x
2025-01-08 20:33:07
1022
I migrated my application from spring framework 4.3.x to 5.3.x.After this bean injection is failing. It is failing only ...
Spring @Transactional annotation doesn't rollback after failure
2025-01-08 20:33:04
2124
Affects: 5.3.20Hi, I'm invoking a public method in a @Component annotated class. The method is annotated with the @Trans...
Spring AbstractNestablePropertyAccessor.processLocalProperty does not support generic type
2025-01-08 20:33:01
1269
Affects: 2.2.3.RELEASEI was using Spring boot to build a microservice.I request a GET method through url:port/v2/api/use...
Spring Groovy Dynamic Language fails compilation when using Ivy Grab
2025-01-08 20:32:58
5320
Script such as:@Grab('org.apache.httpcomponents:fluent-hc:4.5.13')import org.apache.http.client.fluent.Requestclass Grab...
Spring Method resolveType of GenericTypeResolver lost bounds info of TypeVariableImpl
2025-01-08 20:32:54
3656
Affects: \ 5.2.4As you can see,after resolve,that method return class named ComApproveRequest to replace genericType.Co...
Spring Do not count exchanges outcomes as UNKNOWN if response was committed
2025-01-08 20:32:48
558
Per this comment, we should not mark observed HTTP server exchanges as "UNKNOWN" outcomes if the response was committed....
Spring Allow BeanDefinitionBuilder to set sub-class specific features if necessary
2025-01-08 20:32:45
561
BeanDefinitionBuilder is around since Spring 2 and was designed for XML handlers. In the meantime, programmatic bean def...
Spring Replace deprecated method getBuildDir()
2025-01-08 20:32:42
588
According to the documentation , the method getBuildDir() is deprecated and should be replaced with getLayout().getBuild...
Spring EMFU#doGetTransactionalEntityManager to check for actual transaction
2025-01-08 20:32:39
2521
… rather than just a synchronization. Otherwise, at least SharedEntityManagerCreator will create a 'lingering' EM inside...
Spring Messages arriving out-of-order despite setPreservePublishOrder(true)
2025-01-08 20:32:36
7322
setPreservePublishOrder(true) doesn't seem to guarantee that the client receives messages in the order of publication. I...
Spring Allow Filters to be initialized when they're added to MockMvc
2025-01-08 20:32:33
1563
Currently, when a Servlet Filter is added to MockMvc, its init(FilterConfig) method isn't called. This causes a problem ...
Spring Allow filters to be registered with MockMvc for particular dispatcher types
2025-01-08 20:32:30
2501
In Spring Boot 2.6, we've introduced a new filter that's only registered for ERROR dispatches. This works fine at runtim...
上一页
下一页
1
…
1279
1280
1281
1282
1283
…
2246
.