This is an automated email from the ASF dual-hosted git repository.

jiriondrusek pushed a commit to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 1944f0bfb619c4b2d4b2d5db5cc4c4d8dc1b470c
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>

Reply via email to