wildfly-extras / prospero

Prospero is a tool combining Galleon feature packs and wildfly-channels to provision and update Wildfly server.
Apache License 2.0
9 stars 24 forks source link

Use jackson-databind library in WildFly modules in the WildFly feature pack #704 #710

Closed parsharma closed 4 months ago

parsharma commented 5 months ago

Issue: https://github.com/wildfly-extras/prospero/issues/704

parsharma commented 5 months ago

We need to update the dependency to WildFly 33 because our CI will not pass without the latest dependency.

32.0.1.Final 33.0.0.Beta1-SNAPSHOT
spyrkob commented 4 months ago

@parsharma WildFly 33.0.0.Final ha been released and is upgraded in prospero main, please rebase your PR.

Note apart from adding the dependency, you need to move the jackson-dataformat-yaml artifact from the common org.jboss.prospero module to the standalone's org.jboss.prospero-dep module

spyrkob commented 4 months ago

Ah right, the WildflyFpTest uses a hardcoded wildfly-28 manifest because back then WildFly didn't publish manifests... it will have to be updated to use the latest published WildFly manifest

spyrkob commented 4 months ago

superseded by #744