Spring Yesj spring learning

Comment From: pivotal-cla@Ys7xxx Please sign the Contributor License Agreement!Click here to manually synchronize the st...

Spring Native builds fail to start when using Querydsl

Affects: spring-boot 3.0.0-rc2I've a little example application which I've ported to spring-boot 3.0.0 (rc2 at the momen...

Spring Spring Boot 2.1.1 does not split @RequestParam Set<String> on comma, when Set<String> is wrapped inside an object

I have an endpoint that accepts Set as RequestParam.@ResponseStatus(OK)@GetMapping(value = &quot;/people&quot;)public Pe...

Spring BeanWrapperImpl NPE in setWrappedInstance after invoking getPropertyValue

Java 17Spring boot 3.0.0I was trying to invoke setWrappedInstance to set a new object on BeanWrapperImpl, but I got Null...

Spring Align multipart codecs on client and server

According to this check, the response type for controller method should be Mono&lt;MultiValueMap&gt;, but when I use thi...

Spring Use consistent visibility for ResponseEntityExceptionHandler.getMessageSource()

This PR changes to use consistent visibility for ResponseEntityExceptionHandler.getMessageSource().See 6c8fb6cComment Fr...

Spring Vulnerability reported on latest Spring Framework 5.3.24

Affects: 5.2.34Can you please let us know a possible ETA for the vulnerability reported on the latest spring-xx-5.3.24ht...

Spring Memory leak in AbstractAutoProxyCreator for custom initializeBean calls [SPR-15220]

thomas.kummer opened SPR-15220 and commentedOur server is creating (a lot) prototype beans programatically see code belo...

Spring Refine BindingReflectionHintsRegistrar Kotlin support

Originally reported at https://github.com/spring-projects/spring-boot/issues/33351. It looks like Spring Data isn't cont...

Spring Update BindingReflectionHintsRegistrar to support properties on records

Use case:public record VetDto(Long id, String firstName, String lastName, List&lt;Specialty&gt; specialties) { public...

Spring DataIntegrityViolationException thrown instead of DuplicateKeyException on primary key conflict

If INSERT using JdbcTemplate fails due to primary key conflict, the exception is translated to DataIntegrityViolationExc...

Spring repo.spring.io is missing com.springsource.* artifacts

Not sure where to ask this, but it seems like some artifacts are no longer available on repo.spring.io. For example, thi...

Spring Introduce additional constructors in MockClientHttpRequest and MockClientHttpResponse

The corresponding mocks used as "test fixtures" in spring-web have additional constructors not present in the same mocks...

Spring Questions about transaction

I don't understand the difference between TransactionSynchronizationManager.isSynchronizationActive() and TransactionSyn...

Spring SpEL ConstructorReference does not generate AST representation of arrays

Given a SpEL expression such as new String[3], an invocation of toStringAST() on the parsed SpelExpression results in ne...

Spring Add 'scannable' option in @Component

add scannable option in @Componentsolve the problem like #29650Comment From: bclozelWe've closed the related issue and w...

Spring SpEL string literal misses single quotation marks in toStringAST()

HiToday I faced with the following problem: string literal loses single quotation marks after I call .toStringAST(). I i...

Spring SpEL: Two double quotes are replaced by one double quote in single quoted String literal (and vice versa)

Affects: spring-expression since 3.2 M2 up to 5.3.19The problem: Two double quotes are replaced by one double quote - ev...

Spring Close inputStream used by SqlLobValue

I understood that SqlLobValue automatically close inputStream by framework. See thisbut it's not.this is my code that sh...

Spring NullPointerException in BindingReflectionHintsRegistrar for anonymous classes

The shouldSkipMembers method uses type.getCanonicalName(), which may return null for anonymous, local and other types le...
上一页 下一页
.