Nineya
Home
Blog
Spring Connection prematurely closed BEFORE response when using Spring WebClient with Wiremock proxy
2025-01-08 05:02:15
17860
When getting a URL using Spring WebClient with ReactorClientHttpConnector, and using Wiremock as a proxy, it fails with ...
Spring Feat/fix java doc
2025-01-08 05:02:12
473
this pull request fix the wrong java doc with issue https://github.com/spring-projects/spring-framework/issues/27269Comm...
Spring Add missing @Nullable annotations on ResponseCookieBuilder
2025-01-08 05:02:09
643
The ResponseCookie class already has @Nullable annotations for domain and path properties;but the builder was not synchr...
Spring Spring @AliasFor not working for @Profile annotation
2025-01-08 05:02:07
1685
Affects: 5.3.9Environment: Kotlin 1.5.30, SpringBoot 2.5.4(Spring 5.3.9)I'm trying to create a composed annotation to si...
Spring Spring WebTestClient can't parse body of parameterized type List<DomainOperation<Account>>
2025-01-08 05:02:04
21339
Affects: Spring Boot 2.5.2I'm using Spring WebFlux (with Annotations) and have, among other similar (working) controller...
Spring spring expression How can we avoid special treatment when adding and multiplying strings and numbers?
2025-01-08 05:02:01
142
spring expression 5.2.9How can we avoid special treatment when adding and multiplying strings and numbers?now:Comment Fr...
Spring Property Placeholder & SpEL support in @Qualifier
2025-01-08 05:01:55
2555
Situation:Imagine we have an interface named Formatterpublic interface Formatter { public String format();}We have...
Spring Sever-Sent Events (SseEmitter) works unexpectedly on Undertow
2025-01-08 05:01:53
4282
Sever-Sent Events (SseEmitter) works unexpectedly on Undertow server (spring-boot-starter-undertow).The method SseEmitte...
Spring Exclude sealed interfaces from auto-proxying (for JDK 17 compatibility)
2025-01-08 05:01:47
2609
Hi,I recently opened an issue to track the needed stuff for Spring-Boot in order to support Java 17. https://github.com/...
Spring Removing problematic creation of unnecessary RequestConfig
2025-01-08 05:01:45
1419
The explicit (possibly again) creation of RequestConfig for HttpContext is wrong, since if someone passes default Reques...
Spring Add tests for AbstractRoutingDataSource
2025-01-08 05:01:42
150
I've added test case class for the AbstractRoutingDataSource.Comment From: snicollThanks again @kazuki43zoo and sorry it...
Spring SPR-14705 Add support for CommonsVfs resources.
2025-01-08 05:01:39
407
Comment From: nigelsimIs there a problem using the getSize method for getting the content length? @Override public...
Spring JDK 11 HttpClient integration with WebClient
2025-01-08 05:01:37
2990
This a simple implementation of ClientHttpResponse that levrageJDK 11 HttpClient.Closes gh-21014Comment From: pivotal-is...
Spring Update StoredProcedure.java declareParameter method JavaDoc
2025-01-08 05:01:34
127
Add child's method for throwing to javadoc.Comment From: snicoll@awgtek thank you and sorry it took so long to process t...
Spring Primary bean override restriction for non primary beans with same names
2025-01-08 05:01:31
767
Disabled overriding primary bean, when creating non primary bean with the same name.Please read below issue description ...
Spring DefaultListableBeanFactory getBeansOfType initialize beans when includeNonSingletons is false
2025-01-08 05:01:29
1054
Hi,I have a question:in DefaultListableBeanFactory the method call getBeansOfType(MyClass.class, false, true) will initi...
Spring Add a PropertyEditor that convert to null for empty string
2025-01-08 05:01:26
392
Issue: SPR-13561For details, refer to the SPR-13561.I have signed and agree to the terms of the SpringSource Individual ...
Spring Add scaleToUse to org.springframework.jdbc.core.StatementCreatorUtils.setParameterValueInternal.
2025-01-08 05:01:23
629
Comment From: snicollThanks for your contribution. Have you signed the CLA? Comment From: GeorgeVanNot yet. How to sign?...
Spring Expose SimpleCommandLineArgsParser methods and fields
2025-01-08 05:01:20
2062
For example you work with Spring Boot + Spring Batch and you need to validate command line arguments as JobParameters in...
Spring Override properties using system properties in PropertyOverrideConfigurer
2025-01-08 05:01:17
426
Please review.For detail, refer to https://jira.spring.io/browse/SPR-12853.I have signed and agree to the terms of the S...
上一页
下一页
1
…
1473
1474
1475
1476
1477
…
2246
.