in src/main/java/org/apache/sling/i18n/impl/JcrResourceBundleProvider.java [433:441]
    protected void deactivate() {
        if (this.locatorPathsTracker != null) {
            this.locatorPathsTracker.close();
            this.locatorPathsTracker = null;
        }
        clearCache();
        this.bundleContext = null;
    }