-
Type:
Improvement
-
Status: Resolved
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: camel-grpc
-
Labels:None
-
Estimated Complexity:Unknown
As far as I can tell, Spring is only used in the gRPC component to pull in some utility classes:
org.springframework.util.ObjectUtils
org.springframework.util.ReflectionUtils
Can we not replace these with equivalent Camel util classes?