Hi,
I noticed that bundle:watch kept restarting the same bundles over-and-over
again. After some digging I believe this behavior is caused by
BundleWatchImpl:163
if (location != null && location.exists() && location.lastModified() >
bundle.getLastModified()) {
The location.lastModified() returns the timestamp in GMT, while the
bundle.lastModified() returns the timestamp in local time (EST).
Same behavior with Equinox and Felix.
Is there a setting I am missing?
Karaf-4.0.8
OS X-10.12.2
Java 1.8.0_92-b14
Regards,
Erwin