[java-identity-provider] branch master updated: Move off deprecated SWF adapter class.
Scott Cantor
cantor.2 at osu.edu
Thu Jan 17 16:27:36 EST 2019
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=9af083e4bda0df5dad71df370be40b023789b8c2
The following commit(s) were added to refs/heads/master by this push:
new 9af083e Move off deprecated SWF adapter class.
9af083e is described below
commit 9af083e4bda0df5dad71df370be40b023789b8c2
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Jan 17 16:27:33 2019 -0500
Move off deprecated SWF adapter class.
---
.../profile/support/ProfileRequestContextFlowExecutionListener.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/support/ProfileRequestContextFlowExecutionListener.java b/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/support/ProfileRequestContextFlowExecutionListener.java
index a64812c..7bd7097 100644
--- a/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/support/ProfileRequestContextFlowExecutionListener.java
+++ b/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/support/ProfileRequestContextFlowExecutionListener.java
@@ -21,7 +21,7 @@ import org.opensaml.profile.context.ProfileRequestContext;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.webflow.definition.StateDefinition;
-import org.springframework.webflow.execution.FlowExecutionListenerAdapter;
+import org.springframework.webflow.execution.FlowExecutionListener;
import org.springframework.webflow.execution.RequestContext;
import javax.annotation.Nonnull;
@@ -35,7 +35,7 @@ import javax.servlet.ServletRequest;
*
* @author Marvin S. Addison
*/
-public class ProfileRequestContextFlowExecutionListener extends FlowExecutionListenerAdapter {
+public class ProfileRequestContextFlowExecutionListener implements FlowExecutionListener {
/** Logger instance. */
private final Logger log = LoggerFactory.getLogger(ProfileRequestContextFlowExecutionListener.class);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list