SpringBoot Upgrade to Elasticsearch Client 8.17.0

Upgrade to Elasticsearch Client 8.17.0.Comment From: wilkinsonaThis will have to wait until we've moved to new Spring Da...

SpringBoot Consistently document the minimum supported versions of Gradle

At the time of writing, https://docs.spring.io/spring-boot/gradle-plugin/index.html incorrectly states that "Gradle 7.x ...

Spring Extend HTTP status assertions

This is an extension for HTTP status assertions in the AbstractHttpServletResponseAssert, which was introduced in versio...

Spring Make multiple slash sanitization optional in web util

Make multiple slash sanitization optional in UriComponentsBuilder and UrlPathHelperNo breaking changes introduced; users...

Spring FileNotFoundException is thrown when using ConfigurationPropertiesScan with Spring Context 6.2.1

Spring Boot version: 3.4.1Spring Core version: 6.2.1I am getting FileNotFoundException: JAR entry my/app/config/ not fou...

Spring Nested transaction savepoints are broken in SQL Server

Similar to #33987 , with the update to Spring boot 3.4 nested transactions are also broken in SQL Server. Annoyingly SQL...

Spring Consider not handling NoResourceFoundException in WebFlux

While working on ProblemDetail support for error views in Spring Boot (See https://github.com/spring-projects/spring-boo...

Spring Update runtime hints predicates after GraalVM changes

As of #33847, method and field introspection is included by default when a type is registered.Many methods in Reflection...

Spring Compiled SpEL expression is bound to first evaluated argument type instead of declared parameter type for method and constructor invocations

When using methods with interface/superclass parameters, SpEL will compile with the first actual argument and narrow the...

Spring Support HttpRequestValues as a method parameter for HTTP Interface

When an API requires multiple values, the number of arguments for HTTP service method can be a bit painful. For example:...

Spring Deadlock with background EntityManager bootstrap due to locking in getSingletonFactoryBeanForTypeCheck

Hi team,A user reported an issue on my project (https://github.com/jdbc-observations/datasource-micrometer/issues/54) wi...

Spring Consistent formatting of IPv6 host in forwarded header handling

I have originally submitted the issue to spring-cloud-gateway, so pardon the reproducer name.In RFC for handling Forward...

Spring Request header modifications not visible in tests after upgrade to spring-web 6.2.x

Bug reportThis issue affects Spring Framework 6.2.0, which is included in Spring Boot 3.4.0.DescriptionAfter upgrading t...

Spring Ignore BeanNotOfRequiredTypeException as well as NoSuchBeanDefinitionException

Closes GH-34187Comment From: jhoellerThanks for the PR which helped to track down the root cause: The BeanNotOfRequiredT...

Spring Add test for DataSourceTransactionManager constructor

Hello,I noticed that the DataSourceTransactionManager constructor was missing unit tests. I added a test to ensure that ...

Spring Add test for DataSourceTransactionManager constructor

Hello,I noticed that the DataSourceTransactionManager constructor was missing unit tests.I added a test to ensure that i...

Spring Intermittent Connection Reset with Spring HTTP Clients When Interacting with HTTP/1.0 Server

Spring HTTP Client Issues with HTTP/1.0 Server IntegrationIssue SummarySpring HTTP clients (WebClient, RestClient, RestT...

Spring httpentity ssrf

spring-web-6.1.4.jar -> org.springframework.http.HttpEntity I did not modify the url but just edited the body and he...

Spring spring 5.3.39 how to fix CVE-2016-1000027 CVE-2024-38827

** Bug Reports **Spring version 5.3.39 has two vulnerabilities, CVE-2016-1000027 and CVE-2024-38827. Can you provide a f...

Spring UrlResource should leniently handle HTTP endpoints which do not support HEAD

Problem:Spring frequently uses Resource implementations often. I encountered a problem with URLResource if the underlyi...
上一页 下一页
.