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

Updating release version of archetype for existing projects #1244

Merged
merged 5 commits into from
Nov 5, 2024

Conversation

bohnertchris
Copy link
Contributor

Description

Add recommendation that updating the archetype release for existing project is generally not required, along with guidance if a particular project determines that an update is required.

Related Issue

CQDOC-22106

Motivation and Context

This was not explicitly stated before. Also give opportunity to re-emphasize that keeping dependencies up-to-date is the responsibility of the individual project.

How Has This Been Tested?

It hasn't. This is a documentation change only.

Screenshots (if appropriate):

n/a

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation

Checklist:

  • I have signed the Adobe Open Source CLA.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@kwin
Copy link
Contributor

kwin commented Oct 24, 2024

I think it is worth explicitly mentioning immutable dispatcher files and how to update those.

@krystiannowak
Copy link
Collaborator

krystiannowak commented Oct 24, 2024

I think it is worth explicitly mentioning immutable dispatcher files and how to update those.

@kwin There is a script in it https://github.com/adobe/aem-project-archetype/blob/develop/src/main/archetype/dispatcher.cloud/update_sdk.sh for 2 years - since August 2022 via #966 by @froesef - see note in https://github.com/adobe/aem-project-archetype/releases/tag/aem-project-archetype-39
(besides updating the immutable dispatcher config files themselves out of Dispatcher SDK tooling, it also updates the checksums that are generated in one's pom.xml in order for maven-enforcer-plugin to pass with new immutable files after updating)

@kwin
Copy link
Contributor

kwin commented Oct 24, 2024

Perfect, would be nice to mention that in the update section then.

@krystiannowak
Copy link
Collaborator

Perfect, would be nice to mention that in the update section then.

@kwin It is mentioned in https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/content-delivery/validation-debug#third-phase

Your local immutable files can be updated by running the bin/update_maven.sh src/dispatcher script on your Dispatcher folder, where src/dispatcher is your Dispatcher configuration directory. This script also updates any pom.xml file in the parent directory so that the maven immutability checks also get updated.

@krystiannowak
Copy link
Collaborator

@kwin FYI Mentioned in Updating archetype dispatcher.cloud configuration to version 2.0.232 by @krystiannowak in #1237 line in https://github.com/adobe/aem-project-archetype/releases/tag/aem-project-archetype-51 refers to the immutable files changes in the newest dispatcher-publish image and present in Dispatcher SDK tooling 2.0.232 related to SKYOPS-77603 : Management of redirects by business users in Enhancements section set in https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/release-notes/maintenance/latest for AEM CS Release 18311

@krystiannowak
Copy link
Collaborator

krystiannowak commented Oct 24, 2024

Perfect, would be nice to mention that in the update section then.

@kwin But true

@bohnertchris Would it make sense to also include in the change to mention usage of https://github.com/adobe/aem-project-archetype/blob/develop/src/main/archetype/dispatcher.cloud/update_sdk.sh as suggested in https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/content-delivery/validation-debug#third-phase last paragraph or rephrase it:

Your local immutable files can be updated by running the bin/update_maven.sh src/dispatcher script on your Dispatcher folder, where src/dispatcher is your Dispatcher configuration directory. This script also updates any pom.xml file in the parent directory so that the maven immutability checks also get updated.

e.g. as point number 5 in the proposed Updating Existing Projects to the Lastest Archetype Release section being added in this PR?

cc: @froesef

README.md Outdated Show resolved Hide resolved
bohnertchris and others added 2 commits October 31, 2024 13:12
Co-authored-by: Ramon Bisswanger <ramon@bisswanger.de>
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved

Adobe strongly recommends sufficient test coverage (including unit tests, integration tests, and end-to-end tests) to ensure that an update does not introduce unexpected behavior.

## Updating Immutable Dispatcher Files
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@bohnertchris
Copy link
Contributor Author

@buuhuu would you please review and merge? Thank you.

@buuhuu buuhuu merged commit 8e50a6d into develop Nov 5, 2024
7 checks passed
@buuhuu buuhuu deleted the CQDOC-22106 branch November 5, 2024 14:08
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

Successfully merging this pull request may close these issues.

6 participants