[keycloak-dev] Deploying provider with dependencies

Stian Thorgersen sthorger at redhat.com
Wed Jan 18 06:34:17 EST 2017


You have two options deploy as a module which requires adding modules for
all dependencies or using the new deploy as a JEE archive approach, which
also supports hot deployment. Check out the server developer guide for more
details.

On 18 January 2017 at 11:54, Dmitry Telegin <mitya at cargosoft.ru> wrote:

> Hi,
>
> It's easy to imagine a provider that would integrate a third party
> library which, together with transitive dependencies, might result in
> dozens of JARs. A real-world example: OpenID 2.0 login protocol
> implementation using openid4java, which in its turn pulls in another 10
> JARs.
>
> What are the deployment options for configurations like that? Is it
> really necessary to install each and every dependency as a WildFly
> module? This could become a PITA if there are a lot of deps. Could it
> be a single, self-sufficient artifact just to be put into deployments
> subdir? If yes, what type of artifact it should be (EAR maybe)?
>
> Thx,
> Dmitry
> _______________________________________________
> keycloak-dev mailing list
> keycloak-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/keycloak-dev
>


More information about the keycloak-dev mailing list