ankursinglaadobe commented on code in PR #10:
URL: 
https://github.com/apache/sling-org-apache-sling-installer-provider-jcr/pull/10#discussion_r2168017831


##########
src/main/java/org/apache/sling/installer/provider/jcr/impl/JcrInstaller.java:
##########
@@ -671,7 +671,13 @@ private UpdateResult handleUpdate(final String 
resourceType,
                     if (session.itemExists(nodePath)) {
                         session.getItem(nodePath).remove();
                     }
-                    path = nodePath + CONFIG_FILE_EXTENSION;
+                    final int lastDot = nodePath.lastIndexOf('.');

Review Comment:
   @kwin Is the updation of sling-parent a blocking issue for this PR?
   I was trying to update the sling-parent version to 62, but a lot of Tests 
are failing and it might take some time to figure out the fix.



-- 
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: dev-unsubscr...@sling.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to