Merge pull request #3177 from igniterealtime/backport-3164-to-5.0
[Backport 5.0] chore(deps-dev): bump com.install4j:install4j-maven from 12.0.2 to 12.0.3
OF-3200: purgeNode() in InMemoryPubSubPersistenceProvider targets service cache entry directly
Previously used the two-argument CacheUtil.removeValueFromMultiValuedCache() overload, which scans every service entry in the cache. Switch to the three-argument overload that takes an explicit key, making the operation O(1) rather than O(n) in the number of registered services.
(cherry picked from commit 148b7995614c491bfb0d62ff2e7596d67ed1694c)