keycloak / keycloak-quickstarts

Apache License 2.0
1.98k stars 984 forks source link

Support for Jakarta-based quickstarts #394

Closed pedroigor closed 1 year ago

pedroigor commented 1 year ago

Description

In order to provide test coverage for Jakarta-based quickstart, we need to be able to switch the project dependencies accordingly so that we can provide quickstarts for both JavaEE and Jakarta runtimes.

By creating this separation, we should also be able to easily migrate quickstarts that are using the adapters we are removing (e.g.: the Wildfly Adapter) while still providing some level of coverage during the migration of all the examples. It should also help to track the remaining work when migrating to Jakarta EE.

Discussion

No response

Motivation

No response

Details

No response

pedroigor commented 1 year ago

Closed by https://github.com/keycloak/keycloak-quickstarts/pull/395