SpringBoot X-Registry-Auth header sent to Docker Engine API contains field "authHeader"

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

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

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

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

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

If I provide a Jackson2ObjectMapperBuilderCustomizer with @Order(Ordered.HIGHEST_PRECEDENCE) it gets applied before the ...

SpringBoot Refactor transformAnt from RepositoryTransformersExtension for clarity

Refactor transformAnt method from RepositoryTransformersExtension to improve readability Inverted condition to return ea...

SpringBoot Deserialization bug in Spring Boot 3.2.11

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

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

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

HttpWebServiceMessageSenderBuilder has @return a new builder instance Javadoc, but the instance is not actually new.Comm...

SpringBoot Update HttpWebServiceMessageSenderBuilder javadoc

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

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

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

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

org.springframework.boot.autoconfigure.http.HttpMessageConverters and related classes should be in org.springframework.b...

SpringBoot Swap UrlConnectionSender and HttpClientSender imports in ZipkinConfig…

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

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

We use ClientHttpRequestFactorySettings when creating RestTemplateBuilder, RestClient.Builder, and indirectly TestRestTe...

SpringBoot Update web services support to make use of ClientHttpRequestFactoryBuilder

HttpWebServiceMessageSenderBuilder could be replaced with a simpler function factory interface that creates a fully conf...
上一页 下一页
.