Nineya
Home
Blog
Spring Make maximum SpEL expression length configurable
2025-01-08 21:40:09
6094
After updating to a recent version of spring-boot(2.7.9 -> 2.7.11). We run in a problem with our thymeleaf template, ...
Spring Enable table striping by default in the reference manual
2025-01-08 21:40:06
204
To improve readability of tables in the reference manual, we should enable table striping by default.For comparison, the...
Spring ChannelSendOperator.WriteBarrier race condition in request(long) method leads to response being dropped
2025-01-08 21:40:02
9106
Affects: spring-web 6.1.2ContextI am using spring-boot-starter-undertow and WebFlux.DescriptionWhen I have a WebFlux con...
Spring Combining safe-navigation operator and indexing in SpEL [SPR-16003]
2025-01-08 21:39:59
283
Eric Bottard opened SPR-16003 and commentedIs there a way to combine ?. and array/map indexing?If labels is a Map that c...
Spring Method invocation in same class when both methods are @Transactional, but method 2 never executes
2025-01-08 21:39:56
3292
I want to use Propagation.REQUIRES_NEW to start a new transaction, but test2 never be executed and process has been hang...
Spring IllegalAccessError for some auto-configured beans when enabling AspectJ load time weaving
2025-01-08 21:39:53
9786
Created this issue as suggested here.To enable AspectJ load time weaving in a Spring application, one would use the @Ena...
Spring Plan for Synchorized Rest Clients RestTemplate
2025-01-08 21:39:50
2652
We are currently utilizing numerous microservices that employ Spring RestTemplate.Considering the Spring - 5.3.5 documen...
Spring Document how @JvmName could mitigate Kotlin internal modifier impact
2025-01-08 21:39:47
145
Continue https://github.com/spring-projects/spring-framework/commit/01b28561149127eeb7c7ec5d3977d83877cee6d4Comment From...
Spring Destroy method not found in Native image for ExecutorService Bean type
2025-01-08 21:39:43
6553
Describe the issueI have a Spring Boot 3 (version 3.2.1) app with nothing on the classpath except spring-boot-starter.if...
Spring Invalid using @EnableCaching(mode = AdviceMode.ASPECTJ)
2025-01-08 21:39:40
2197
i want use @EnableCaching(mode = AdviceMode.ASPECTJ) but it not work? Comment From: philwebbThere's not enough informati...
Spring Aspectj: @Async with @Transactional doesn't work
2025-01-08 21:39:37
445
Both annotation on same method. @Async @Transactional public Future<?> asyncTask() { ....First the tra...
Spring Cache level when using spring.artemis.pool.enabled with spring-boot-starter-artemis
2025-01-08 21:39:34
7489
Hello,When I'm using spring-boot-starter-artemis with org.messaginghub pooled-jms, if I'm stopping the application (or s...
Spring Provide a way to read/write fixed-length byte chunks
2025-01-08 21:39:31
3237
Creating an issue here as suggested in https://github.com/reactor/reactor-core/issues/2300#issuecomment-669253301Motivat...
Spring WebClient in Tomcat on Kubernetes Memory Leak
2025-01-08 21:39:29
7788
We're trying to use WebClient in our microservice to get large data object from external backend service, and the micros...
Spring Upgrade to JMH 1.37
2025-01-08 21:39:26
286
Gradle plugin me.champeau.jmh 0.7.2 uses JMH 1.37Comment From: wfoucheDependencies report generated with command./gradle...
Spring Provide API in WebTestClient to test SSE [SPR-17248]
2025-01-08 21:39:23
8579
Bernd Kolb opened SPR-17248 and commentedSummaryAs I user I want to test a continuous, infinite stream of events. I have...
Spring Cancelling jdbc queries (enhancement/discussion)
2025-01-08 21:39:20
5559
Affects: Any spring versions having Hello,As I did not find anything about it, I ask it here.ProblemWhy there isn't any ...
Spring Spring API Docs not built for versions 6.1.1, 6.1.2 and 6.1.3
2025-01-08 21:39:17
707
Spring API Docs are not available for versions 6.1.1, 6.1.2 and 6.1.3 at https://repo.spring.io/ui/native/libs-snapshot-...
Spring Kotlinx.serialization not used for serializing Page<T> and ignores all configuration
2025-01-08 21:39:14
4815
Affects: 3.0.0-M1When returning object from a controller method using @ResponseBody, and if the returned type is Page&l...
Spring Improve testing with WebClient
2025-01-08 21:39:11
595
When we are using a RestTemplate or RestClient we can easily write tests using the MockRestServiceServer and register so...
上一页
下一页
1
…
1229
1230
1231
1232
1233
…
2246
.