Nineya
Home
Blog
Spring Cannot use SimpleJdbcInsert with catalog name
2025-01-08 21:46:45
1848
I use spring 6.1.3 with MSSQL.My code:orderInsert = new SimpleJdbcInsert(jdbcTemplate).withTableName("tbOrder"...
Spring Document cron-vs-quartz parsing convention for dayOfWeek part in CronExpression
2025-01-08 21:46:41
3408
Cron expressions with a quartz specific dayOfWeek part like 0 30 17 ? * 2#3 are not parsed correctly by Spring's CronEx...
Spring Spring Boot Memory Size Increase
2025-01-08 21:46:39
10704
Dear Support Team,Would you please help us about the memory performance issue We have a small project using spring boot ...
Spring Error page does not utilize forwarded prefix
2025-01-08 21:46:25
7145
Not sure if this belongs in Boot or Framework or somewhere else..Spring Boot version: 3.0.7If my Spring Boot application...
Spring Reuse MapPropertySource for DynamicValuesPropertySource implementation (as a template for custom variants)
2025-01-08 21:46:21
1894
Currently Spring Boot has it's own version of DynamicValuesPropertySource called TestcontainersPropertySource. This clas...
Spring Graceful shutdown does not cancel @Scheduled tasks
2025-01-08 21:46:17
8659
Steps to reproduce:1. Create a minimal spring-boot 3.2.2 project2. Add @EnableScheduling to application 3. Define a task...
Spring Update basics.adoc
2025-01-08 21:46:14
159
Backport of https://github.com/spring-projects/spring-framework/issues/32145Comment From: github-actions[bot]Fixed via f...
Spring Spring cache with redis suffers java.net.SocketException with Virtual Threads
2025-01-08 21:46:10
24185
Affects: spring-context-6.3.1After updating to Spring-Boot 3.2.0 and enabling Java's VirutalThreads our Spring-Boot serv...
Spring SpEL's Indexer.setArrayElement() incorrectly requests conversion to wrapper instead of primitive
2025-01-08 21:46:07
388
The setArrayElement(...) method in SpEL's Indexer incorrectly requests conversion to wrappers instead of primitives when...
Spring Document increment and decrement operators in SpEL
2025-01-08 21:46:05
111
The increment (++) and decrement (--) operators in SpEL are currently not documented in Mathematical Operators.
Spring 拉到java21
2025-01-08 21:46:02
191
Comment From: pivotal-cla@JerryDtj Please sign the Contributor License Agreement!Click here to manually synchronize the ...
Spring Update documentation for supported letters in variable names in SpEL
2025-01-08 21:45:58
349
OverviewThe Variables section of the reference manual currently documents that only letters A to Z and a to z are suppor...
Spring Annotate core functional SPIs in SpEL with @FunctionalInterface
2025-01-08 21:45:56
391
In the org.springframework.expression package, we have the following functional interfaces.BeanResolverConstructorExecut...
Spring SpEL - doesn't have IN operator [SPR-7844]
2025-01-08 21:45:54
845
kailash pandey opened SPR-7844 and commentedI was trying Selection using this expression #root.?[docType.name IN #listOf...
Spring After native building, the Tomcat Unix socket configuration does not take effect.
2025-01-08 21:45:51
1302
Affects: \I have encountered an issue and I'm not sure if it's caused by Spring or GraalVM.@Configuration(proxyBeanMetho...
Spring Make it possible to configure any TaskExecutor through ChannelRegistration
2025-01-08 21:45:48
2078
Affect: Spring Boot 3.2.2, spring-messaging-6.1.3Make it possible to set SimpleAsyncTaskExecutor for a channel through C...
Spring Skip overriding primary bean definition with non-primary one
2025-01-08 21:45:43
2614
Here is my case, I defined a default bean in xml configuration, sometimes I want override that bean with another impleme...
Spring Skip overriding primary bean definition with non-primary one
2025-01-08 21:45:41
281
Fix GH-32125Comment From: snicollGoing forward, please do not create both an issue and a PR as one supersedes the other....
Spring Support sending response payload metadata from RSocket Controllers
2025-01-08 21:45:38
1615
With bare RSocket, you can return payload metadata from a SocketAcceptor, and an RSocket client can receive that payload...
Spring Unable to send Binary message with StompSession and spring-messaging library
2025-01-08 21:45:35
1121
Current StompSession send message seems to support sending TextMessage, but does not support BinaryMessage format.Wrappi...
上一页
下一页
1
…
1223
1224
1225
1226
1227
…
2246
.