cfsimplicity / spreadsheet-cfml

Standalone library for working with spreadsheets and CSV in CFML
MIT License
127 stars 36 forks source link

flushOsgiBundle() should flush all loaded versions if none specified #275

Closed cfsimplicity closed 2 years ago

cfsimplicity commented 2 years ago

Issue #274 allowed a version to be specified so that a previous bundle version that might have been loaded can be flushed. But that involves manually looking up the previous version so it can be specified.

The use case for this method is really to get rid of any loaded bundle: the current one and previous ones.

This should happen by default when no version is specified.