kwin commented on a change in pull request #62:
URL:
https://github.com/apache/sling-org-apache-sling-feature-cpconverter/pull/62#discussion_r593796331
##########
File path:
src/main/java/org/apache/sling/feature/cpconverter/vltpkg/VaultPackageAssembler.java
##########
@@ -88,30 +94,21 @@
throw new IllegalStateException("Unable to create jcr root dir: "
+ jcrRootDirectory);
}
- PackageProperties packageProperties = vaultPackage.getProperties();
Properties properties = new Properties();
+ Map<Object, Object> originalPackageProperties =
vaultPackage.getMetaInf().getProperties();
Review comment:
It is the low-level API giving access to all package properties.
----------------------------------------------------------------
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]