Spring Cannot update log level of SimpleBrokerMessageHandler using actuator

The log level used by SimpleBrokerMessageHandler cannot be updated via actuator. When debugging, it seems that it uses a...

Spring The omission of errorCode in DefaultMessageCodesResolver.resolveMessageCodes

Affects: 5.3.5ProblemTo resolve messages using DefaultMessageCodesResolver, two option exists. Specify only object, or s...

Spring Improve conversion service infrastructure to be AOT aware

The use of conversion service in a native image requires hints that are not always very predictable. This is particularl...

Spring Expose parameter names from ParsedSql [SPR-16211]

Yanming Zhou opened SPR-16211 and commentedI'm developing a query console using NamedParameterJdbcTemplate, I need get p...

Spring CronTrigger support for overlapping executions

As mentioned in SPR-10556, overlapping executions won't occur.But in my project, I have a scheduled task which has to ru...

Spring SQLErrorCodeSQLExceptionTranslator not loading unless project overrides the sql-error-codes.xml file

We have encountered an issue after upgrading to Spring Boot 3. We observed that our Gradle build started selecting sprin...

Spring Support for multiple external STOMP message brokers

The problem<websocket:message-broker> effectively supports only one instance per application, which is a painful l...

Spring Add updateReturning, batchUpdateReturning and batchUpdateReturningStream methods to NamedParameterJdbcTemplate

Many databases now support UPDATE/INSERT/DELETE ... RETURNING * which enables a single database request to apply and ret...

Spring @Autowired setters not called in PrototypeBeans created in @Configuration

Affects: 5.1.6.RELEASE, similar problem appeared trying with spring boot 2.3.2.RELEASE and 1.5.22.RELEASETrying to creat...

Spring Conversion failed through explicit converter though bypassed internally

https://github.com/spring-projects/spring-framework/blob/e565d2cabb01539933195b0d1bc3b55992fb9c84/spring-beans/src/main/...

Spring Unable to fetch value from DB for a cron expression and use it in @Scheduled annotation to run my Scheduler

Am Unable to fetch value from DB for a cron expression and use it in @Scheduled annotation to run my Schedulermy project...

Spring Support Optional with null-safe and Elvis operators in SpEL expressions

Peter Luttrell opened SPR-15878 and commentedThis is a feature request to add support for Java 8 Optionals to the Spring...

Spring Bean Validation does not support getters with Optional return type [SPR-15371]

Peter Luttrell opened SPR-15371 and commentedIf I create a RestController that uses BeanValidations to validate the inpu...

Spring Fail explicitly if a final method is invoked on a CGLIB proxy

Started from https://github.com/spring-projects/spring-retry/issues/238In org.springframework.cglib.proxy.Enhancer.getMe...

Spring Reconsider whether to generally allow bean overriding by name [SPR-10808]

Emerson Farrugia opened SPR-10808 and commentedI've hit an issue where a single component scan was finding two @Beans wi...

Spring Spring JDBC DataAccessUtils NullableSingleResult should return null

public static <T> T requiredSingleResult(@Nullable Collection<T> results) throws IncorrectResultSizeData...

Spring Add support for configuring sslContext in StandardWebSocketClient

Currently StandardWebSocketClient supports SSL using user properties:standardWebSocketClient.setUserProperties(Map.of(Co...

Spring Introduce API to select application listeners [SPR-15441]

Oliver Drotbohm opened SPR-15441 and commentedIt would be cool if there was an API that allowed accessing application ev...

Spring Allow SockJsUrlInfo to be overridden in SockJsClient

Trying to open sockjs connection using spring SockJsClient. My sockjs server is in production environment and uses serve...

Spring Cache, allow custom wrapper types other than java.util.Optional [SPR-16530]

Ken Schosinsky opened SPR-16530 and commentedCurrently the caching annotations can only work with java.util.Optional. Th...
上一页 下一页
.