-
Bug
-
Resolution: Done
-
Blocker
-
None
-
None
-
False
-
None
-
False
-
-
-
-
-
-
Rejected
-
-
Build of boms failed because of missing infinispan-core in wildfly-feature-pack-parent.
Steps to reproduce:
- build WF from main branch
- build boms from this revision (there is a fix for narayana)
- mvn clean install -Dversion.server=28.0.0.Beta1-SNAPSHOT
Results:
[ERROR] Failed to execute goal org.wildfly.plugins:wildfly-bom-builder-plugin:2.0.5.Final:build-bom (build-bom) on project wildfly-ee-builder: Dependency to include org.infinispan:infinispan-core:jar not found in builder's dependency management -> [Help 1]
WF doesn't use infinispan-core artifact, but infinispan-core-jakarta artifact. So the build works if I change infinispan-core to infinispan-core-jakarta. But AFAIU that we want to remove jakarta suffixes.
It's possible that this issue is caused by https://github.com/wildfly/wildfly/pull/16476 (thanks jbliznak@redhat.com for the investigation, cc bstansbe@redhat.com)
Priority of this jira is blocker, because this is a regression.
- is caused by
-
WFLY-17545 Empty out the legacy boms
- Closed