Nineya
Home
Blog
软著申请
SpringBoot X-Registry-Auth header sent to Docker Engine API contains field "authHeader"
2025-01-07 23:44:35
3115
Overview of ChangesAdd annotation @JsonIgnore on variable authHeader to avoid auto-serialization.Import package com.fast...
SpringBoot Unable to connect to cassandra 4.0 after upgrading the spring-boot to latest 2.6.6 version
2025-01-07 23:44:25
24277
I am trying to upgrade Spring Boot to 2.6.6 which is using spring core-5.3.18 & spring-beans is 5.3.18. But I am fac...
SpringBoot Fixed authHeader bug
2025-01-07 23:44:23
1027
Overview of ChangesAdd annotation @JsonIgnore on variable authHeader to avoid auto-serialization.Import package com.fast...
SpringBoot Encoded slash in path variable causes error 400 in WebFlux - regression in Spring Boot 3.3.5
2025-01-07 23:44:16
3226
I develop a Spring WebFlux application with Netty.After upgrade of Spring Boot from 3.3.4 to 3.3.5, http status 400 is r...
SpringBoot Configure specific GraphQL schema files
2025-01-07 23:44:14
2216
Heyho,it seems like there is currently no way to specify schema files by their filename. Instead it is only possible to ...
SpringBoot JacksonAutoConfiguration wipes out modules registered in Jackson2ObjectMapperBuilderCustomizers with higher precedence
2025-01-07 23:44:11
2146
If I provide a Jackson2ObjectMapperBuilderCustomizer with @Order(Ordered.HIGHEST_PRECEDENCE) it gets applied before the ...
SpringBoot Refactor transformAnt from RepositoryTransformersExtension for clarity
2025-01-07 23:44:08
469
Refactor transformAnt method from RepositoryTransformersExtension to improve readability Inverted condition to return ea...
SpringBoot Deserialization bug in Spring Boot 3.2.11
2025-01-07 23:44:06
5242
When updating from spring boot 3.2.8 to 3.2.11 an error started to show when I try to persist an object. I tried the 3.2...
SpringBoot spring-boot-starter-test's dependency on jsonassert causes org.json conflicts in modular Java projects
2025-01-07 23:44:03
835
I'm encountering an issue with spring-boot-starter-test when using it in a modular Java project (Java 9+). Specifically,...
SpringBoot spring boot starter pulsar maven download failed
2025-01-07 23:44:01
518
hi, i have a question about pom dependency。 like this pici see the spring-boot-starter-pulsar is exist. in the starters....
SpringBoot HttpWebServiceMessageSenderBuilder javadoc should state that returns are this instance
2025-01-07 23:43:55
1726
HttpWebServiceMessageSenderBuilder has @return a new builder instance Javadoc, but the instance is not actually new.Comm...
SpringBoot Update HttpWebServiceMessageSenderBuilder javadoc
2025-01-07 23:43:49
1224
DescriptionThis PR try to update the javadoc from file HttpWebServiceMessageSenderBuilder.java. In this file's javadoc, ...
SpringBoot Provide a way to further customize underlying ClientHttpRequestFactory components
2025-01-07 23:43:44
1752
I could not find a way to further modify the PoolingHttpClientConnectionManagerBuilder (or HttpClientBuilder) that Sprin...
SpringBoot Unify default HTTP client redirect behavior and provide configuration option
2025-01-07 23:43:42
781
Switching to JdkClientHttpRequestFactory as our default has interesting implications when it comes to following redirect...
SpringBoot PropertiesLauncher to support downloading JARs from network with HTTP / HTTPS URLs
2025-01-07 23:43:39
1058
I would like to request for an enhancement.The PropertiesLauncher accepts a loader.path property, so the app can dynamic...
SpringBoot Move org.springframework.boot.autoconfigure.http.HttpMessageConverters
2025-01-07 23:43:36
373
org.springframework.boot.autoconfigure.http.HttpMessageConverters and related classes should be in org.springframework.b...
SpringBoot Swap UrlConnectionSender and HttpClientSender imports in ZipkinConfig…
2025-01-07 23:43:34
1155
Pull Request: Reorder Imports in Zipkin SenderConfigurationDescriptionThis pull request modifies the import order in Sen...
SpringBoot Case-insensitive comparisons may be adversely affected by the user's locale
2025-01-07 23:43:31
2296
We should align with Spring Framework (see https://github.com/spring-projects/spring-framework/issues/33708). We should ...
SpringBoot Provide a mechanism for easily configuring global client HTTP request factory settings
2025-01-07 23:43:27
3482
We use ClientHttpRequestFactorySettings when creating RestTemplateBuilder, RestClient.Builder, and indirectly TestRestTe...
SpringBoot Update web services support to make use of ClientHttpRequestFactoryBuilder
2025-01-07 23:43:25
266
HttpWebServiceMessageSenderBuilder could be replaced with a simpler function factory interface that creates a fully conf...
上一页
下一页
1
…
1630
1631
1632
1633
1634
…
2246
.