Replies: 1 comment 1 reply
-
@kwin , yes, the main goal was to be able to group all versions of the same component. We also toyed around with making the root a component that always points to the newest version but that proved, in our tests, to be an anti-pattern, hence recommendation of using customer-defined proxies that target the desired component version. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
According to https://github.com/adobe/aem-core-wcm-components/wiki/versioning-policies the resource types always contain a version specifier, but I am wondering about why the resource type contains the actual component name part twice.
So why did you go with
core/wcm/components/image/v2/image
instead of just simplecore/wcm/components/v2/image
? Is it just to be able to quickly see how many versions are provided for the image component (because all of them are located in the same folder) or is there any other reason?Beta Was this translation helpful? Give feedback.
All reactions