coherence-community / oracle-bedrock

Oracle Bedrock
Other
55 stars 31 forks source link

Locally created deployment jars for RemotePlatforms aren't cleaned up #404

Closed brianoliver closed 7 years ago

brianoliver commented 7 years ago

As part of the deployment process for JavaApplications on RemotePlatforms, Bedrock may create numerous "deployment" jars in the LocalPlatform temporary folder, each jar consisting of local classes/resources on the ClassPath. After these "deployment" jars are deployed to a RemotePlatform, they are left in the LocalPlatform temporary folder. Ideally these should be immediately cleaned up once a RemoteApplication has been deployed.

Usually this isn't a problem as the LocalPlatform operating system will often automatically clean up these files. However on some operating systems (like Windows) this may not happen, leading to a large number of files, potentially filling up the temporary folder.