Nineya
Home
Blog
SpringBoot Upgrade to Elasticsearch Client 8.17.0
2025-01-14 04:47:26
133
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
2025-01-14 04:47:23
317
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
2025-01-14 04:47:03
498
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
2025-01-14 04:47:01
451
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
2025-01-14 04:46:41
2429
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
2025-01-14 04:46:33
2027
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
2025-01-14 04:46:30
2253
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
2025-01-14 04:46:27
545
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
2025-01-14 04:46:25
10704
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
2025-01-14 04:46:22
3705
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
2025-01-14 04:46:14
6133
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
2025-01-14 04:46:11
1574
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
2025-01-14 04:45:58
1969
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
2025-01-14 04:45:56
348
Closes GH-34187Comment From: jhoellerThanks for the PR which helped to track down the root cause: The BeanNotOfRequiredT...
Spring Add test for DataSourceTransactionManager constructor
2025-01-14 04:45:53
803
Hello,I noticed that the DataSourceTransactionManager constructor was missing unit tests. I added a test to ensure that ...
Spring Add test for DataSourceTransactionManager constructor
2025-01-14 04:45:50
255
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
2025-01-14 04:45:48
8988
Spring HTTP Client Issues with HTTP/1.0 Server IntegrationIssue SummarySpring HTTP clients (WebClient, RestClient, RestT...
Spring httpentity ssrf
2025-01-14 04:45:45
588
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
2025-01-14 04:45:39
1992
** 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
2025-01-14 04:45:37
1331
Problem:Spring frequently uses Resource implementations often. I encountered a problem with URLResource if the underlyi...
上一页
下一页
1
…
1110
1111
1112
1113
1114
…
2246
.