You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by an...@apache.org on 2019/11/27 01:46:21 UTC

[sling-org-apache-sling-feature-cpconverter] branch master updated (aff717b -> 31c1863)

This is an automated email from the ASF dual-hosted git repository.

andysch pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-cpconverter.git.


    from aff717b  Fixed a typo in a private method
     add ef02901  Fixed the issue with reusing an existing deflated folder keeping removed files / folders alive
     add e7d92ae  Merge branch 'master' into issues/SLING-8800
     add 99c8937  Migrated Parent POM to 35 and added a test for the Vault Package Storage folder and added a dedicated exception
     add d7c4c8c  SLING-8800 - Added a hopefully unique temporay folder to avoid overrides
     new 31c1863  Merge pull request #20 from apache/issues/SLING-8800

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                                             |  6 ++++--
 .../cpconverter/vltpkg/VaultPackageAssembler.java   | 21 ++++++++++++++++++++-
 .../vltpkg/VaultPackageAssemblerTest.java           | 18 ++++++++++++++++++
 3 files changed, 42 insertions(+), 3 deletions(-)


[sling-org-apache-sling-feature-cpconverter] 01/01: Merge pull request #20 from apache/issues/SLING-8800

Posted by an...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

andysch pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-cpconverter.git

commit 31c1863cc3daa937fe2d717785ac72c2ed05763f
Merge: aff717b d7c4c8c
Author: Andreas Schaefer <sc...@me.com>
AuthorDate: Tue Nov 26 17:46:15 2019 -0800

    Merge pull request #20 from apache/issues/SLING-8800
    
    Fixed the issue with reusing an existing deflated folder keeping remo…
    In addition I figured out that if a project has the same artifact id like ui.apps then the deflated folder would contain both content and so after two runs both converted CP ZIP files would contain each others content.

 pom.xml                                             |  6 ++++--
 .../cpconverter/vltpkg/VaultPackageAssembler.java   | 21 ++++++++++++++++++++-
 .../vltpkg/VaultPackageAssemblerTest.java           | 18 ++++++++++++++++++
 3 files changed, 42 insertions(+), 3 deletions(-)