Is DBFS going to be deprecated?

ArvindDige
New Contributor II

Is DBFS going to be deprecated? As I am using /dbfs/FileStore/tables/ location where a jar file is stored, and I am copying this jar file to /databricks/jars locations.

My concerns is as DBFS root and mounts are deprecated, is that mean in coming days the dbfs is going to be removed from Databricks itself? Please find attached screenshot(dbfs.png) about for reference. If this is the case then I have to migrate my source path (/dbfs/FileStore/tables/) of Jar to some other location. 

One of the scenario I am testing is storing the jar in Storage Account and copying it into /databricks/jars/ location, but it is not allowing me to copy the same jar in /databricks/jars location. Can someone help me on this scenario.