This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/camel-main by this push:
new e4d74f2ac5 Include org.springframework.core.retry package in shaded
spring-core
e4d74f2ac5 is described below
commit e4d74f2ac58993efbfd3e200ffade3633a21d3bd
Author: James Netherton <[email protected]>
AuthorDate: Wed Feb 25 09:53:03 2026 +0000
Include org.springframework.core.retry package in shaded spring-core
---
extensions-support/spring/shade/core/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/extensions-support/spring/shade/core/pom.xml
b/extensions-support/spring/shade/core/pom.xml
index c5b9a75f76..f1c5d1e2e7 100644
--- a/extensions-support/spring/shade/core/pom.xml
+++ b/extensions-support/spring/shade/core/pom.xml
@@ -72,6 +72,7 @@
<include>org/springframework/core/io/**</include>
<include>org/springframework/core/log/**</include>
<include>org/springframework/core/metrics/**</include>
+
<include>org/springframework/core/retry/*</include>
<include>org/springframework/core/serializer/**</include>
<include>org/springframework/core/task/**</include>
<include>org/springframework/lang/**</include>