bootique / bootique-jersey

Provides Jersey JAX-RS integration with Bootique.

Home Page:https://bootique.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Combine bootique-jersey with bootique-jersey-client in one project

andrus opened this issue · comments

A pattern in Bootique is to organize a single project around a technology we'd like to integrate. In this respect Jersey is different. We have both "bootique-jersey" (this project) and "bootique-jersey-client" projects. Let's combine them together.

Upgrade notes:

Everything can stay the same from the user perspective except for the artifacts "groupId". It will be changed from "io.bootique.jersey.client" to "io.bootique.jersey" for the client.