bkkothari2255 opened a new pull request, #73: URL: https://github.com/apache/sling-org-apache-sling-distribution-core/pull/73
This PR configures [DistributionPackageBuilderFactory](sling-org-apache-sling-distribution-core/src/main/java/org/apache/sling/distribution/serialization/impl/DistributionPackageBuilderFactory.java:57:0-233:1) and [VaultDistributionPackageBuilderFactory](sling-org-apache-sling-distribution-core/src/main/java/org/apache/sling/distribution/serialization/impl/vlt/VaultDistributionPackageBuilderFactory.java:63:0-364:1) to use the dedicated thread pool `org-apache-sling-distribution` for their scheduled cleanup tasks, instead of the default `content-distribution` pool. This ensures proper isolation of distribution cleanup operations. **Changes:** - Updated builder factories to register the cleanup task with the correct `scheduler.threadPool` property. - Added unit tests to verify the configuration. **Verification:** - Unit tests pass. - Standard build verification passed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
