HubTurbo / addressbook

A small app for training and experimentation
Other
1 stars 3 forks source link

Fix incorrect dependency version checking and refactor Installer #507

Closed m133225 closed 8 years ago

m133225 commented 8 years ago

Currently, it replaces existing dependencies if it is of different size as its respective resource packed in the installer jar.

This might cause the new dependencies to be replaced by the old, packed ones if they have been updated - since they are of different size.

Also, Installer could use some refactoring in order to reduce start-up time and possibly improve its integrity checking.