Nineya
Home
Blog
Spring spring-web: Cannot create Cache-Control: no-store, no-cache with new CacheControl API [SPR-13780]
2025-01-08 21:53:11
5817
Thomas Tardy opened SPR-13780 and commentedWe are migrating a project from spring-web 4.1.8 to 4.2.3 and need to replace...
Spring Inconsistent http.route tracing attribute value between RestTemplate & WebClient since 6.1.2
2025-01-08 21:53:08
4150
In 2 tests, one using restTemplate and the other webClient, the tracing attribute http.route has differing values. ...
Spring ThreadPoolTaskExecutor rejecting tasks as soon as the context has been closed can lead to exceptions during web app shutdown
2025-01-08 21:53:04
1254
Affects: 6.1.3As discussed with @jhoeller, https://github.com/spring-projects/spring-boot/issues/39469 has highlighted a...
Spring Document safe navigation semantics within compound expressions in SpEL
2025-01-08 21:53:01
3900
Giulio Quaresima opened SPR-17294 and commentedWhen I use the Safe Navigation operator my expectation is that it is alwa...
Spring Alias resolution error message in SimpleAliasRegistry is misleading
2025-01-08 21:52:59
414
While working on #31353, I noticed that the alias resolution error message in SimpleAliasRegistry is misleading.Specific...
Spring Document safe navigation support for collection selection/projection in SpEL
2025-01-08 21:52:56
129
The language reference currently does not mention that null-safe navigation is supported for collection selection and pr...
Spring Support BigInteger and BigDecimal literals in SpEL expressions
2025-01-08 21:52:54
1931
Rimal opened SPR-17225 and commentedCan we please add a suffix support for BigInteger as well in SpEL. Currently, we can...
Spring Support BigInteger and BigDecimal literals in SpEL expressions
2025-01-08 21:52:51
1576
ContextThe change satisfies the request made in #21758 which involves adding support for a suffix to BigInteger, similar...
Spring Support bytes literals in SpEL expressions
2025-01-08 21:52:46
2029
Google's common expression language supports bytes literal, which I think is a good function. I hope spring expression c...
Spring Introduce IN operator in SpEL
2025-01-08 21:52:43
3297
Affects: current/allCurrently SpEL does not have an IN operator. If you want to test whether a value is contained in a c...
Spring Include function name in SpelMessage.INCORRECT_NUMBER_OF_ARGUMENTS_TO_FUNCTION
2025-01-08 21:52:41
347
Currently, SpelMessage.INCORRECT_NUMBER_OF_ARGUMENTS_TO_FUNCTION builds an error message that does not mention the offen...
Spring Add support for providing a POJO to an initializer registered by BeanFactoryInitializationCode
2025-01-08 21:52:38
20908
I am adding support for Spring Boot native image for the Timefold Solver: https://github.com/TimefoldAI/timefold-solver/...
Spring Fixes syntax error in JdbcClient examples
2025-01-08 21:52:35
224
Looks like a copy-paste error from the JdbcTemplate examples where the SQL is the first parameter, rather than the fluen...
Spring Dynamic Bean Naming to Prevent Collisions in Spring Projects
2025-01-08 21:52:32
1124
DescriptionEnable a way to dynamically set Spring bean names for the projects in which they are defined.Use CaseWhen usi...
Spring Make ReactorClientHttpConnector lifecycle-aware
2025-01-08 21:52:29
2665
In order to improve the compatibility with JVM Checkpoint Restore (aka CRaC), ReactorClientHttpConnector should implemen...
Spring JdbcTemplate should store generated keys only if database driver supports it
2025-01-08 21:52:26
2196
Not every database supports PreparedStatement#getGeneratedKeys(), for example, SQLLitle does not, and calling this metho...
Spring "jdeps -jdkinternals" throwing usage of JDK internal API
2025-01-08 21:52:23
1279
Hi Team,As part of Java17 upgrade when I ran "jdeps -jdkinternals spring-core.jar" for 5.3.18 version I am getting below...
Spring Add Coroutines support to NonReactiveHandlerMethodPredicate
2025-01-08 21:52:20
104
As discussed with @rstoyanchev, we should handle handle Coroutines and reactive types consistently here.
Spring How to disable URL encoding in HttpInterface/HttpExchange client
2025-01-08 21:52:18
1446
How to disable URL encoding in HttpInterface/HttpExchange client?@HttpExchangepublic interface HttpClient { @GetExchan...
Spring DefaultMessageListenerContainer: more than 9 concurrent consumers with ActiveMQ Artemis leads to non-working XA transactions
2025-01-08 21:52:15
21490
DescriptionWhen more than 9 concurrent consumers in conjunction with the default taks executor is used. See:https://gith...
上一页
下一页
1
…
1218
1219
1220
1221
1222
…
2246
.