Nineya
Home
Blog
Spring Websocket hangs on connection
2025-01-08 21:22:47
7092
This is an issue I have with websockets where connecting to a websocket hangs. The server is using a self-signed certifi...
Spring How to disable chunked transfer when using declarative http interface upload files?
2025-01-08 21:22:44
828
related issue #20468 is there any way to disable chunked transfer or calculate encoded part's content-length when using ...
Spring Input parsing validation not working for special characters when using Integers in 6.x
2025-01-08 21:22:41
1911
Affects: \6.0.11When working with this API definition@GetMapping(path = "{param1}/foo/{param2}/bar", produces ...
Spring Mocking an @Async method using a Mockito spy fails
2025-01-08 21:22:39
1546
In this demo, there is a Mockito spy on a @Bean DemoService in a test class.DemoService has a single @Async method someA...
Spring Detect Jetty 12 "max length exceeded" message for MaxUploadSizeExceededException
2025-01-08 21:22:36
4108
Affects:org.springframework.boot -> 3.2.0org.springframework -> 6.1.1spring-boot-starter-jetty -> 3.2.0jetty -&...
Spring Need a way to escape ${} syntax in property loading [SPR-14375]
2025-01-08 21:22:16
3839
Dan Dowma opened SPR-14375 and commentedHere's the scenario - I'm using Spring's configuration system to load my beans. ...
Spring spring websocket rabbitmq external relay in multiserver environment does not scale
2025-01-08 21:22:13
8934
In my app i have a frontend that connects via gateway to two instances of the same microservice, configured with an exte...
Spring Web handlers don't support Kotlin extensions
2025-01-08 21:22:10
698
Hi.while migrating from spring-boot 3.1.5 -> 3.2.0 all the Exception-handlers stopped working in our project. It turn...
Spring Unable to use sync cache with reactivestreams
2025-01-08 21:22:07
7639
Since commit f99faac that affected sync cache, I believe one can not integrate sync cache anymore sincespring-context/sr...
Spring Polish of getOrder
2025-01-08 21:22:05
246
I polished code of the getOrder of OrderComparator,I made it easier to read the codesComment From: snicoll@Yaklede thank...
Spring Non-deterministic native image JSON hints invalidate Gradle build cache
2025-01-08 21:22:02
1065
Affects: 6.1.2 (though probably 6.1.x and 6.0.x as well)When the framework begins to write and produce JSON configurati...
Spring @Cacheable does not respect cache hit when empty Mono/Flux response is returned
2025-01-08 21:21:40
7547
Hello,Upon upgrading to spring-boot 3.2.0 and Java 21 our team noticed that our methods annotated with @Cacheable do not...
Spring Support using Vavr's Try.of().mapTry() with @Transactional
2025-01-08 21:21:38
5813
I'm using Spring Framework with the Vavr library to handle exceptions using the Try class. While Try.of() is well suppor...
Spring orai18n causes native image build to fail - spring boot v3.2.0
2025-01-08 21:21:35
6338
Native image build fails if orai18n.jar is included as a dependencyError: An object of type 'oracle.sql.converter.I18Cha...
Spring Use standard String comparison in ExtendedBeanInfo.PropertyDescriptorComparator
2025-01-08 21:21:31
1517
Affects: 5.3.20The compare method of ExtendedBeanInfo.PropertyDescriptorComparator classpublic int compare(PropertyDescr...
Spring 1
2025-01-08 21:21:28
191
Comment From: pivotal-cla@opsbooom Please sign the Contributor License Agreement!Click here to manually synchronize the ...
Spring Support escaping default value separator in property placeholders
2025-01-08 21:21:24
928
We are using a JNDI name as a property placeholder, for example:property1=${jndi:comp/env/smtpuser}When property1 is inj...
Spring Configure JDK 22 early access CI build
2025-01-08 21:21:21
151
Our CI currently maintains a JDK21 compatibility build. We should do the same for JDK22 as soon as the test suite is usa...
Spring DefaultServerRequestObservationConvention is silently used when multiple convention beans are defined
2025-01-08 21:21:18
1180
With Spring Boot 3.1.6, a Spring WebFlux application with Micrometer Observation would fail to start when multiple beans...
Spring Assert.java add support
2025-01-08 21:21:13
674
Assert.javaadd supportlike this:int a = .......;Assert.state(a > 0, () -> new RuntimeException("must > 0&q...
上一页
下一页
1
…
1244
1245
1246
1247
1248
…
2246
.