spring-cloud-deployer
spring-cloud-deployer copied to clipboard
Cache folder for file retriving
Hello,
I don't know if it is a expected behaviour but when i'am registring an app from local folder with file:///opt/XXX, i got a folder deployer-resource-cacheXXXX created in /tmp/ folder each time i launch the task..
I thought this cache folder was only necessary for imports via maven and http.
Hi @Manokethan,
Which version of the Spring Cloud Deployer are you using?
We removed this caching support as part of https://github.com/spring-cloud/spring-cloud-deployer/issues/237 and delegate to the appropriate Resource loader implementations for caching etc.,
I'am using Spring-dataflow 1.7.0 so 1.3.4.RELEASE for spring-cloud-deployer and 1.3.9.RELEASE for spring-cloud-deployer-local.
Weird. Can you share the log from your environment?