#1254 Simplifying resteasy/jackson dependencies on Fedora 22
Closed: Fixed None Opened 9 years ago by edewata.

pki-core currently has a build dependency on the resteasy package which depends on many jackson packages. On Fedora 22 the resteasy package has been split into multiple subpackages. pki-core should be updated to depend only on the resteasy subpackages it actually needs, thus reducing the number of jackson packages it requires.

BuildRequires:    resteasy-atom-provider >= 3.0.6-7
BuildRequires:    resteasy-client >= 3.0.6-7
BuildRequires:    resteasy-jaxb-provider >= 3.0.6-7
BuildRequires:    resteasy-core >= 3.0.6-7
BuildRequires:    resteasy-jaxrs-api >= 3.0.6-7
BuildRequires:    resteasy-jackson-provider >= 3.0.6-7

pki-core also has a runtime dependency on jackson-jaxrs-json-provider, but this can actually be removed since there's no direct dependency from Dogtag code.

Once the resteasy and jackson dependencies are fixed, the following JAR files are actually not needed (and no longer installed) so all references to them can be removed from Dogtag:

  • jackson-annotations.jar
  • jackson-core.jar
  • jackson-databind.jar
  • jackson-module-jaxb-annotations.jar
  • jackson-jaxrs-base.jar
  • jackson-jaxrs-json-provider.jar

Proposed milestone: 10.2.2


master: fb77f0de6d3ae097f71434ed547f3490bfc48dd2

Metadata Update from @edewata:
- Issue assigned to edewata
- Issue set to the milestone: 10.2.2

7 years ago

Dogtag PKI is moving from Pagure issues to GitHub issues. This means that existing or new
issues will be reported and tracked through Dogtag PKI's GitHub Issue tracker.

This issue has been cloned to GitHub and is available here:
https://github.com/dogtagpki/pki/issues/1816

If you want to receive further updates on the issue, please navigate to the
GitHub issue and click on Subscribe button.

Thank you for understanding, and we apologize for any inconvenience.

Login to comment on this ticket.

Metadata