Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unwanted Propeties getting added at Author when Replicating Packages #3351

Open
3 tasks done
ravrockss opened this issue May 30, 2024 · 0 comments
Open
3 tasks done

Comments

@ravrockss
Copy link

ravrockss commented May 30, 2024

Required Information

  • AEM Version: AEM 6.5.18
  • ACS AEM Commons Version: 6.6.0
  • Reproducible on Latest? yes

Expected Behavior

Using Replicator service when trying to replicate a package across publisher nodes. The original content (at Author end) should only update few properties like lastReplicated, lastReplicatedAction, etc.

Actual Behavior

Following new properties are getting added to the content at the Author Instance side.

  • cq:lastReplicatedBy_test_and_target
  • cq:lastReplicatedBy_scene7
  • cq:lastReplicatedBy_publish
  • cq:lastReplicationAction_publish
  • cq:lastReplicationAction_scene7
  • cq:lastReplicationAction_test_and_target

Steps to Reproduce

Using a Vanilla Instance of AEM 6.5 and installed the service pack 6.5.18
Then uploaded ACS-AEM-Commons-Bundle-6.6.0 and deployed our code.
The only possible fix right now we have is to downgrade ACS-AEM-Commons-Bundle to 5.7.0 that fixes the issue. With the older version the code works fine, and these new properties are not generated at the author side.

Links

https://github.com/Adobe-Consulting-Services/acs-aem-commons/releases/download/acs-aem-commons-6.6.0/acs-aem-commons-all-6.6.0.zip

@ravrockss ravrockss changed the title Unwanted Propeties getting added at Author when Replicating and Publishing Content Unwanted Propeties getting added at Author when Replicating Packages May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant