Nineya
Home
Blog
Spring Yesj spring learning
2025-01-08 06:23:11
189
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
2025-01-08 06:23:09
1116
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
2025-01-08 06:23:06
1701
I have an endpoint that accepts Set as RequestParam.@ResponseStatus(OK)@GetMapping(value = "/people")public Pe...
Spring BeanWrapperImpl NPE in setWrappedInstance after invoking getPropertyValue
2025-01-08 06:23:03
2942
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
2025-01-08 06:23:01
4858
According to this check, the response type for controller method should be Mono<MultiValueMap>, but when I use thi...
Spring Use consistent visibility for ResponseEntityExceptionHandler.getMessageSource()
2025-01-08 06:22:58
180
This PR changes to use consistent visibility for ResponseEntityExceptionHandler.getMessageSource().See 6c8fb6cComment Fr...
Spring Vulnerability reported on latest Spring Framework 5.3.24
2025-01-08 06:22:55
374
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]
2025-01-08 06:22:53
1456
thomas.kummer opened SPR-15220 and commentedOur server is creating (a lot) prototype beans programatically see code belo...
Spring Refine BindingReflectionHintsRegistrar Kotlin support
2025-01-08 06:22:50
1785
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
2025-01-08 06:22:47
297
Use case:public record VetDto(Long id, String firstName, String lastName, List<Specialty> specialties) { public...
Spring DataIntegrityViolationException thrown instead of DuplicateKeyException on primary key conflict
2025-01-08 06:22:45
13379
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
2025-01-08 06:22:42
1983
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
2025-01-08 06:22:40
270
The corresponding mocks used as "test fixtures" in spring-web have additional constructors not present in the same mocks...
Spring Questions about transaction
2025-01-08 06:22:38
581
I don't understand the difference between TransactionSynchronizationManager.isSynchronizationActive() and TransactionSyn...
Spring SpEL ConstructorReference does not generate AST representation of arrays
2025-01-08 06:22:30
281
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
2025-01-08 06:22:28
626
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()
2025-01-08 06:22:26
902
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)
2025-01-08 06:22:23
1439
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
2025-01-08 06:22:18
1788
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
2025-01-08 06:22:15
2628
The shouldSkipMembers method uses type.getCanonicalName(), which may return null for anonymous, local and other types le...
上一页
下一页
1
…
1386
1387
1388
1389
1390
…
2246
.