gpt4 book ai didi

java - 我们可以使用 AEM 版本 6.4.2 的 Archetype 22 吗?

转载 作者:行者123 更新时间:2023-12-01 16:28:57 24 4
gpt4 key购买 nike

目前,我们处于 6.4.2 版本,我们正在向实例添加一个新的存储库。我们计划将来将 AEM 实例升级到 6.4.6 或 .8(尚未确定时间表)。构建项目后,我们打算将所有核心组件(因为每个原型(prototype)都与不同版本相关 - 原型(prototype) 22 附带 2.7.0,我的环境使用 2.5.0)依赖于代码。

当我比较 2 个 pom.xml 时,原型(prototype) 22 正在结构中创建额外的所有文件夹以下是其余 pom.xml 文件中存在的一些差异 -

<plugin>
<groupId>biz.aQute.bnd</groupId>
<artifactId>bnd-maven-plugin</artifactId>
<version>${bnd.version}</version>
</plugin>

<dependencies>
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.caconfig.bnd-plugin</artifactId>
<version>1.0.2</version>
</dependency>
</dependencies>

<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
</dependency>

我们可以使用原型(prototype) 22 吗?

最佳答案

如果您只需要更新核心组件即可,核心组件不与 Archetype 版本绑定(bind),而是与 AEM 本身绑定(bind)。在此处检查兼容性:https://github.com/adobe/aem-core-wcm-components/releases

最新版本(2.9.0)适用于 6.4.8。

       <dependency>
<groupId>com.adobe.cq</groupId>
<artifactId>core.wcm.components.all</artifactId>
<type>zip</type>
<version>2.9.0</version>
</dependency>

例如,在我们的项目中,我们使用 2.8.0 和 Archetype 14 或 15。

关于java - 我们可以使用 AEM 版本 6.4.2 的 Archetype 22 吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62087475/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com