Spring Update to OkHttp 4.9.3

Comment From: bclozelSee spring-projects/spring-boot#18506 for background.Looking at the requirements section of the okh...

Spring Potential resource leak in HttpComponentsAsyncClientHttpResponse?

I know AsyncRestTemplate is deprecated, but by looking at the code of HttpComponentsAsyncClientHttpResponse: @Overrid...

Spring SPR-9019 - Clarify docs for usage of @Configurable objects

Hi,I had similar issue as #13658 but with LocalContainerEntityManagerFactoryBean and Hibernate creating instances of cut...

Spring @EnableSpringConfigured gives BeanFactory has not been set on BeanConfigurerSupport [SPR-9019]

Marcel Overdijk opened SPR-9019 and commentedI'm facing an issue with AspectJ Dependency Injection when creating objects...

Spring Add support for MethodExecutor in FunctionReference

This commit enhances FunctionReference to also support MethodExecutorinstances for evaluation (besides static java.lang....

Spring Improve SimpleJdbcCall for Oracle database

This pull request improves SimpleJdbcCall when targeting the Oracle database as follows:Improve support of Oracle PL/SQL...

Spring Consider making ContentNegotiatingViewResolver's algorithm for getMediaTypes public

Affects: Spring Framework v5.3.14ContextIf I have an @ExceptionHandler and want to be able to perform content-type negot...

Spring Optimize HTTP headers parsing

Several benchmarks underlined a few hotspots for CPU and GC pressure inthe Spring Framework codebase:org.springframework...

Spring Add close() method on HTTP client response

Before this commit, there was no way to signal the HTTP client that wewere done consuming the response. Without that, th...

Spring Allow registration of RSocket metadata extractors

Prior to this commit, customizing the extraction of RSocket metadatafrom frames would require developers to override the...

Spring Use dependency management in Framework build

Prior to this commit, the Spring Framework build would partially use thedependency management plugin to import and enfor...

Spring Unable to start nested/inner transaction with default implementation of AbstractRoutingDataSource

Hi,I am experiencing strange behavior of AbstractRoutingDataSource when I am not able to start new transaction to data-s...

Spring top of spring boot

we are suffering from doing repeated code in spring boot and application designing the standard of rest should be autoge...

Spring DatabasePopulatorUtils.execute should commit if the current Connection has auto-commit set to false

Hello, I would like to submit an issue. I am facing a problem with creation of spring-batch tables when you use a dataso...

Spring Use SpringProperties in native image detection

While writing tests for @EnabledOnNative and @DisabledOnNative in Spring Native (https://github.com/spring-projects-expe...

Spring Fix ServletUriComponentsBuilder examples in ref docs

Fix ServletUriComponentsBuilder examples in reference docs.Fixed two problems.Type mismatchComments are inaccuratebefore...

Spring WebClient corrupts binary data when trying to upload many files

I use WebClient to upload binary files. When there are only a few of them everything works great, but when there are mor...

Spring Allow ExchangeStrategies customizations in WebClient

Seems caused by https://github.com/spring-projects/spring-framework/commit/89d053d7f45fb1886b044be5e3276927d7a7798e / ht...

Spring Jaxb2Marashaller don't fired up pointed EscapeHandler

Affects: Spring Boot 2.5.6When implementing SOAP consumer with usage of WebServiceGatewaySupport Jaxb2Marshaller is setu...

Spring Document how to register annotated classes with a GenericWebApplicationContext

This is a follow up to the following PR, aimed at improving the documentation in the reference manual.24236See also: htt...
上一页 下一页
.