Nineya
Home
Blog
Spring Add ClasspathFileUtil for easy getting files from resource directory
2025-01-08 06:40:26
1229
We have some tests which needed a json example for reproduction. I think it would be better if we can ability to easy lo...
Spring SqlServerMaxValueIncrementer variant based on MS SQL sequences (avoiding deadlocks) [SPR-16886]
2025-01-08 06:40:24
8961
Tyler K Van Gorder opened SPR-16886 and commentedWe are currently refactoring a legacy scheduler application to use spri...
Spring @Autowired lateinit var throw kotlin.UninitializedPropertyAccessException in custom validator when persistent data by Jpa.
2025-01-08 06:40:21
1696
java version:11kotlin version:1.3.41springboot version: 2.1.6.RELEASEspring version: 5.1.8.RELEASESuccess when validate ...
Spring Revise chomp and fold settings in reference documentation
2025-01-08 06:40:19
1678
While analyzing the claim in #29998, I became aware of our current settings for chomp and fold for spring-asciidoctor-ba...
Spring Bean Validation API 2.0 does not work with Kotlin in MVC [SPR-16923]
2025-01-08 06:40:17
1748
Ankur Pathak opened SPR-16923 and commentedclass Name : Serializable{ @NotBlank var value: String? = null }class Names{ ...
Spring @SubscribeMapping method not called when built as native image
2025-01-08 06:40:14
614
Affects: 6.0.4I have a simple STOMP application using the simple broker, containing a controller with two methods. One ...
Spring Load files in <import resource=... /> only once [SPR-1142]
2025-01-08 06:40:12
5210
Martin Zeltner opened SPR-1142 and commentedExample:file1.xml:\\...\file2.xml:\\...\If I load now an application context...
Spring When bean overriding is on, the same bean appearing twice in an XML stream causes an error [SPR-17649]
2025-01-08 06:40:09
9440
Steve Johnson opened SPR-17649 and commentedOverviewI'm filing this report as suggested by @snicoll, who says this may b...
Spring BeanPropertyRowMapper's support for direct column name matches is missing in DataClassRowMapper
2025-01-08 06:40:07
2981
This is a follow-on to closed ticket (that I'm unable to reopen) which I believe did not fully address the problem.After...
Spring ResourceDatabasePopulator should ignore MySQL single-line comments in SQL scripts by default [SPR-16594]
2025-01-08 06:40:04
2891
Urs Wiss opened SPR-16594 and commentedIn MySQL, starting a line with a hash key is a valid comment (see https://dev.mys...
Spring Generate reflection hints for custom types that SpringConstraintValidatorFactory will instantiate
2025-01-08 06:40:02
603
Affects: 6.0This Spring Boot issue contains a sample application that's using Framework's @Validated and a custom constr...
Spring Add support for dynamic registration of JMS endpoints at runtime
2025-01-08 06:39:59
6850
We are looking into using the JmsListenerEndpointRegistry to dynamically register and unregister listener containers dur...
Spring Improve performance for synthesizing a single annotation instance
2025-01-08 06:39:56
2731
Based on the findings in #24961 and #24970, it appears that we can improve the runtime performance for method parameter ...
Spring SPR-16886 Provide two mechanisms for SQL Server sequence incrementers.
2025-01-08 06:39:54
1430
This PR is to address a deadlocking issue with MS SQL Server and is related to https://jira.spring.io/browse/SPR-16886. ...
Spring Introduce SqlServerSequenceMaxValueIncrementer for SQL Server sequences
2025-01-08 06:39:51
383
This PR introduces a DataFieldMaxValueIncrementer for SQL Server sequences. Currently, Spring Batch and Spring Cloud Tas...
Spring Support background init tasks via @Scheduled(cron="@start")
2025-01-08 06:39:49
669
I would like to use @Scheduled to perform some initialization tasks in background.The syntax is inspired by @reboot in c...
Spring Spring Webflux. Memory leak when streaming files
2025-01-08 06:39:46
1177
Hi,we are using Kotlin based application on Spring Webflux and Kotlin couroutines.Versions:Sentry: 6.13.1Spring boot: 2...
Spring Add unit tests for CoroutinesUtils
2025-01-08 06:39:44
266
As discussed with @simonbasle in the context of #29924, we should add unit tests for CoroutinesUtils which is currently ...
Spring Refine CoroutinesUtils#invokeSuspendingFunction contract
2025-01-08 06:39:42
254
Related to #29968 that intends to properly unit test CoroutinesUtils, CoroutinesUtils#invokeSuspendingFunction should be...
Spring Proposal: apply Kotlin default arguments for @RequestParam#defaultValue
2025-01-08 06:39:40
322
Similar to @RequestParam#required, which is determined by Kotlin type automatically, I would propose to support Kotlin d...
上一页
下一页
1
…
1368
1369
1370
1371
1372
…
2246
.