stoerr commented on a change in pull request #7:
URL: 
https://github.com/apache/sling-org-apache-sling-jcr-packageinit/pull/7#discussion_r622813931



##########
File path: 
src/main/java/org/apache/sling/jcr/packageinit/impl/ExecutionPlanRepoInitializer.java
##########
@@ -132,6 +132,8 @@ public void processRepository(SlingRepository 
slingRepository) throws Exception
                 logger.info("Waiting for PackageRegistry.");
                 PackageRegistry registry = (PackageRegistry) 
st.waitForService(0);
                 logger.info("PackageRegistry found - starting execution of 
execution plan");
+                // workaround until 
https://issues.apache.org/jira/browse/JCRVLT-517 is solved: registry.contains 
yields wrong value until initialized

Review comment:
       In the code comment? OK, done.




-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to