Nineya
Home
Blog
Spring Cannot update log level of SimpleBrokerMessageHandler using actuator
2025-01-08 21:29:22
577
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
2025-01-08 21:29:19
2109
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
2025-01-08 21:29:16
1158
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]
2025-01-08 21:29:13
1264
Yanming Zhou opened SPR-16211 and commentedI'm developing a query console using NamedParameterJdbcTemplate, I need get p...
Spring CronTrigger support for overlapping executions
2025-01-08 21:29:10
4101
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
2025-01-08 21:29:07
2407
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
2025-01-08 21:29:04
8796
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
2025-01-08 21:29:01
2791
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
2025-01-08 21:28:58
4708
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
2025-01-08 21:28:55
1862
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
2025-01-08 21:28:53
2924
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
2025-01-08 21:28:50
5168
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]
2025-01-08 21:28:47
17191
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
2025-01-08 21:28:44
2223
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]
2025-01-08 21:28:41
7201
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
2025-01-08 21:28:38
1874
public static <T> T requiredSingleResult(@Nullable Collection<T> results) throws IncorrectResultSizeData...
Spring Add support for configuring sslContext in StandardWebSocketClient
2025-01-08 21:28:31
1125
Currently StandardWebSocketClient supports SSL using user properties:standardWebSocketClient.setUserProperties(Map.of(Co...
Spring Introduce API to select application listeners [SPR-15441]
2025-01-08 21:28:28
1146
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
2025-01-08 21:28:25
1054
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]
2025-01-08 21:28:22
695
Ken Schosinsky opened SPR-16530 and commentedCurrently the caching annotations can only work with java.util.Optional. Th...
上一页
下一页
1
…
1238
1239
1240
1241
1242
…
2246
.