Skip to content
LELEU Jérôme edited this page Nov 20, 2020 · 10 revisions

-> 5.x

Version 5.x of pac4j is now required. JDK 11 is required too.

The annotations: org.pac4j.springframework.annotation.ui.RequireAnyRole and org.pac4j.springframework.annotation.ws.RequireAnyRole are merged into the annotation: org.pac4j.springframework.annotation.RequireAnyRole.

The annotations: org.pac4j.springframework.annotation.ui.RequireAllRoles and org.pac4j.springframework.annotation.ws.RequireAllRoles are merged into the annotation: org.pac4j.springframework.annotation.RequireAllRoles.

3.x -> 4.x

Version 4.x of pac4j is now required.

2.0 -> 3.x

Version 3.x of pac4j is now required.

1.1 -> 2.0

Version 2.x of pac4j is now required.

The ApplicationLogoutController has been renamed as LogoutController and now handles both the application and identity provider logouts.

1.0 -> 1.1

The RequiresAuthenticationInterceptor is now named SecurityInterceptor.

The ApplicationLogoutController behaviour has slightly changed: even without any url request parameter, the user will be redirected to the defaultUrl if it has been defined.

Clone this wiki locally