Spring Add ClasspathFileUtil for easy getting files from resource directory

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]

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.

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

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]

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

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]

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]

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

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]

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

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

We are looking into using the JmsListenerEndpointRegistry to dynamically register and unregister listener containers dur...

Spring Improve performance for synthesizing a single annotation instance

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.

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

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")

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

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

As discussed with @simonbasle in the context of #29924, we should add unit tests for CoroutinesUtils which is currently ...

Spring Refine CoroutinesUtils#invokeSuspendingFunction contract

Related to #29968 that intends to properly unit test CoroutinesUtils, CoroutinesUtils#invokeSuspendingFunction should be...

Spring Proposal: apply Kotlin default arguments for @RequestParam#defaultValue

Similar to @RequestParam#required, which is determined by Kotlin type automatically, I would propose to support Kotlin d...
上一页 下一页
.