Spring Websocket hangs on connection

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?

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

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

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

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]

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

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

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

Since commit f99faac that affected sync cache, I believe one can not integrate sync cache anymore sincespring-context/sr...

Spring Polish of getOrder

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

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

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

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

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

Affects: 5.3.20The compare method of ExtendedBeanInfo.PropertyDescriptorComparator classpublic int compare(PropertyDescr...

Spring 1

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

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

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

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

Assert.javaadd supportlike this:int a = .......;Assert.state(a > 0, () -> new RuntimeException("must > 0&q...
上一页 下一页
.