-
Notifications
You must be signed in to change notification settings - Fork 13
Release notes
Victor Noël edited this page Feb 18, 2017
·
34 revisions
See the pac4j release notes and jax-rs-pac4j release notes as well.
- Upgrade to jax-rs-pac4j 2.0.0-RC1 and pac4j 2.0.0-RC1
- Renamed
FilterConfigurationtoJaxRsSecurityFilterConfigurationinPac4jFactory(#18) -
ApplicationLogoutFilterbecomesLogoutFilterand handles both application and identity provider logouts
- Upgrade to jax-rs-pac4j 1.2.1
- Upgrade to jax-rs-pac4j 1.2.0 and pac4j 1.9.6
- Allow users to change the implementation of
HttpActionAdapterset in pac4jConfig(#21) - Allow users to change the implementation of
SecurityLogic,CallbackLogicandApplicationLogoutLogicset in pac4jConfig(#20)
- Upgrade to jax-rs-pac4j 1.1.0 and pac4j 1.9.5
-
Pac4jFactorydoes not use immutable collections anymore (#14) - The bundle now enable session management in Jetty by default (#15 #16)
- The default pac4j client can now be configured (commit)
- The default pac4j clients for annotations can now be configured (commit)
- Servlet filters can now be configured on top of Jersey filters (#12)
- This is the first version of the library, based on pac4j 1.9.4 and jax-rs-pac4j 1.0.0.
- Setup everything needed for protecting Jersey resources (based on jax-rs-pac4j)
- Provides configuration parsing to populate the pac4j configuration