Spring spring-web: Cannot create Cache-Control: no-store, no-cache with new CacheControl API [SPR-13780]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Not every database supports PreparedStatement#getGeneratedKeys(), for example, SQLLitle does not, and calling this metho...

Spring "jdeps -jdkinternals" throwing usage of JDK internal API

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

As discussed with @rstoyanchev, we should handle handle Coroutines and reactive types consistently here.

Spring How to disable URL encoding in HttpInterface/HttpExchange client

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

DescriptionWhen more than 9 concurrent consumers in conjunction with the default taks executor is used. See:https://gith...
上一页 下一页
.