Nineya
Home
Blog
Spring Provide transform from mono Context to coroutinesContext
2025-01-08 04:09:08
1553
Hello, we want to keep mono context in coroutine scopeFor example:we use webFilter and set something to Context(reactor....
Spring spring-beans-4.3.xsd and spring-utils-4.3.xsd schemaLocation change from http to https: is inconsistent with META-INF/spring.schemas
2025-01-08 04:09:05
4058
The XSD files spring-util-4.3.xsd and spring-context-4.3.xsd in the 4.3.23 release changed the schemaLocation for the xs...
Spring shouldn't AbstractHttpMessageConverter:addDefaultHeader::addDefaultHeaders set Content-Encoding header?
2025-01-08 04:09:01
608
Following org.springframework.http.MediaType deprecation messages, I now use media types without encoding suffixes but ...
Spring Failure in BeanUtils.copyProperties(source, target)
2025-01-08 04:08:59
2882
Affects: Version 5.0 and aboveIssue:Failure in BeanUtils.copyProperties(source, target)Stack Trace:Exception in thread "...
Spring ComponentScan excludeFilters via FilterType.REGEX does not work with escaping
2025-01-08 04:08:56
566
I tried to exclude an entire subpackage of my SpringBootApplication (Spring Boot Version 2.1.10.RELEASE) from component ...
Spring WebTestClient send post request without body
2025-01-08 04:08:53
2825
Hello,It seems org.springframework.test.web.reactive.server.WebTestClient never send my body in a post http request. I c...
Spring Get null result when using RefreshScope annotation with Kotlin
2025-01-08 04:08:51
1377
We found following Kotlin code will return null when we call it by http://localhost:8080/message, which should be 'Hello...
Spring Webflux: java.lang.IllegalStateException: java.lang.IllegalStateException: Socket couldn't be stopped within 3000ms
2025-01-08 04:08:48
3700
Affects: \Spring-WebFlux 5.1.9:RELEASEHello,I catch this error often on Debian 9 and very rarely on Windows 10 (OpenJDK ...
Spring Webclient partial JSON deserialization
2025-01-08 04:08:45
4178
Affects: 5.1.9.RELEASEFor a specific call on the Spotify API with WebClient, the response is partially deserialize. That...
Spring Mono returned by ServerRequest.bodyToMono() method not extracting the body if I return ServerResponse immediately
2025-01-08 04:08:43
1962
Hi,I am using spring dependency<parent> <groupId>org.springframework.boot</groupId> <artifact...
Spring WebFlux WebClient loading entire file into direct buffer memory during multipart upload
2025-01-08 04:08:40
1691
Affects: 5.1.8-RELEASEWe have an endpoint that we can upload files using multipart and are using WebClient for our uploa...
Spring JPA Repository method (findByUsername) ignores case.
2025-01-08 04:08:16
368
Hello,As I understood this documentation, this method:User findByUsernameAndPassword(String username, String password);s...
Spring ResolvableType.forClass(converterClass).as(genericIfc) could not get lamda type info
2025-01-08 04:08:14
4519
@Configurationpublic class LocalDateConverterConfig { @Bean public Converter<String, LocalDate> localDateCon...
Spring No means to synchronize when cancelling a TransactionalOperator Subscription (Publisher)
2025-01-08 04:08:11
3398
Canceling a Subscription (in reactive transactions) leads to a state where transaction cleanup happens asynchronously an...
Spring Calling uri of the form /-system is causing an exception in jvm-11
2025-01-08 04:08:08
869
Affects: spring-test 5.1.5.RELEASECalling in the test uri of the form /-system is causing an exception in jvm-11Example:...
Spring @Scheduled(fixedDelay) doesn't works with @Async
2025-01-08 04:08:06
3669
Affects: 5.1.7Code to reproduce issue:@SpringBootApplication@EnableAsync@EnableSchedulingpublic class SpringAsyncTestApp...
Spring WebMvcConfigurationSupport's BIG BUG
2025-01-08 04:08:02
880
i configured default-property-inclusion: NON_NULL in my application.yml,it is work very well.BUT,when i create an @Confi...
Spring Serve gzipped WebJar resouces
2025-01-08 04:07:59
307
Some webjars (e.g. org.webjars:bootstrap:4.3.1) come with pre-compressed resources.If available, and the request has Acc...
Spring Non-compliant Content-Type header for multipart media type
2025-01-08 04:07:56
977
Affects: 5.xTwo months ago similar issue has been submitted but has already been fixed and released so I'm opening a new...
Spring Request to log stack trace in AbstractHandlerExceptionResolver when enable warnLogCategory
2025-01-08 04:07:54
1042
Affects: 5.2.12.RELEASECurrently by default HandlerExceptionResolvers which enabled warnLogCategory only log a simple me...
上一页
下一页
1
…
1527
1528
1529
1530
1531
…
2246
.