-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.5.0
-
Component/s: camel-spring-boot-starters
-
Labels:None
-
Estimated Complexity:Novice
We had this in Camel 2.x
https://github.com/apache/camel/blob/camel-2.x/platforms/spring-boot/components-starter/camel-core-starter/src/main/java/org/apache/camel/component/file/springboot/cluster/FileLockClusterServiceAutoConfiguration.java
We should add it back into camel-file-starter (it was in core in 2.x). So its a matter of copying that over to camel-file-starter and add what else is needed.
The camel spring boot source is here
https://github.com/apache/camel-spring-boot
- links to