You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix compilation failure: update multiValuePrefixes() return type to Map<String, String>
Camel 4.18.0 changed EndpointUriFactory.multiValuePrefixes() from Set<String>
to Map<String, String>. Updated the generated DirectVm and Vm endpoint URI
factories accordingly.
Copy file name to clipboardExpand all lines: components/camel-directvm/src/generated/java/org/apache/camel/karaf/component/directvm/DirectVmEndpointUriFactory.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ public class DirectVmEndpointUriFactory extends org.apache.camel.support.compone
0 commit comments