Spring Enforce order of Javadoc tags for records

Thanks to a comment from @kashike (https://github.com/spring-projects/spring-framework/commit/bb17ad8314b81850a939fd265f...

Spring Injecting one qualified bean disrupts the ability to inject another qualified bean by subtype

Affects: spring-framework 6.1.12We are trying to manage a fleet of similarly-typed beans to inject. We've found a surpri...

Spring Fix typo in the bean validation section of the reference manual

Documentation typo:the error code seems to be on the Person class and therefore Size.person, instead of Size.student.Com...

Spring CheckpointOpenSocketException: Socket mariadb aws connection

spring-boot version: 3.3.1spring version: 6.1.10azul version: zulu22.30.13-ca-crac-jdk22.0.1-linux_x64I am currently wor...

Spring Overriding rsocket decoders

Affects: 6.1.12After unsuccessfully trying to get a custom MimeType, I discovered that my decoders were being overwritte...

Spring ConfigurationClassEnhancer does not use correct ClassLoader when called multiple times

Discovered whilst looking into https://github.com/spring-projects/spring-boot/issues/39733The following test will pass w...

Spring Add handling for AsyncRequestNotUsableException to ResponseEntityExceptionHandler

The exception implies the response is no longer usable, and it is handled in DefaultHandlerExceptionResolver by not taki...

Spring Provide access to all counters in case of BatchUpdateException with multiple batches

Affects: 3.0.0.M1 to 5.2.0.RELEASEGoalI'm trying to use the jdbcTemplate.batchUpdate and would like to know the exact fa...

Spring SimpleEvaluationContext should disable array allocation

The Javadoc for SimpleEvaluationContext states that it is:tailored to support only a subset of the SpEL language syntax,...

Spring Efficient handling of conditional HTTP requests

The logic to support conditional requests has grown over time, and could be made more efficient and better encapsulated....

Spring Cannot start new transaction with parallel execution of JUnit integration tests

Hi, here is my scenario: Using spring-test & junit for unit test, I added @transactional for each test cases to make...

Spring DefaultLifecycleProcessor fails to register beans implementing (Smart)Lifecycle interface created via FactoryBean [SPR-15616]

Jakub Danek opened SPR-15616 and commentedWhile writing XML configuration parser for spring session I ran into the follo...

Spring WebSocketStompClient exceed ping interval

My WebSocketStompClient created with default heart-beat (10000,10000).But without activity it can send ping sometimes wi...

Spring LocaleEditor cannot parse language tag with script like zh-Hans

When I tried to load locales from application.yml to List<Locale>, Spring Framework's LocaleEditor is called to ma...

Spring Two @Bean methods with the same bean name should consistently throw an exception

Affects: spring version: 6.1.11, spring-boot version: 3.3.2It confuses me that when I use the @Bean method to register t...

Spring Unable to inject bean by property name

Affects: \6.xI encountered an issue where method parameter beans are not injected correctly after upgrading from Spring ...

Spring SimpleEvaluationContext does not enforce read-only semantics

Backport of gh-33319Comment From: github-actions[bot]Fixed via 26f2dad388499faecf99e75b8856788e95d8d658Comment From: sbr...

Spring SimpleEvaluationContext does not enforce read-only semantics

Backport of gh-33319Comment From: github-actions[bot]Fixed via e1ab306506d4e350b119331387f504b726fbc776Comment From: sbr...

Spring SimpleEvaluationContext does not enforce read-only semantics

SimpleEvaluationContext.forReadOnlyDataBinding() documents that it creates a SimpleEvaluationContext for read-only acces...

Spring Separate out ETag validation and parsing logic

This started off as fixing a bug where weak-prefixed values were not properly validated, and turned into a larger refact...
上一页 下一页
.