Sample Dataconnector for Shib 3.1
Krug, Jeff
Jeff.Krug at gtri.gatech.edu
Mon May 11 13:42:08 EDT 2015
(It's possible I never had it working correctly with 3.0... It was a quick port/test that I did one evening and I thought it was working, but then when I upgraded to 3.1 it was definitely not working)
My Parser was extending
net.shibboleth.idp.attribute.resolver.spring.dc.AbstractDataConnectorParser?
After 3.1, it seemed like that abstract class change changed and I had to change "doParse" to "doV2Parse" and I had to change "getBeanClass" to "getNativeBeanClass".
?
Certainly making sure I did not include any inappropriate dependencies in the pom file would be useful. When I first did this port, there were some remote repository issues with maven from my location, so I was using a local maven repository and I downloaded and built all of IDP3 to initialize my local repo.
________________________________
From: dev <dev-bounces at shibboleth.net> on behalf of Rod Widdowson <rdw at steadingsoftware.com>
Sent: Monday, May 11, 2015 1:30 PM
To: Shib Dev
Subject: Re: Sample Dataconnector for Shib 3.1
Additionally, for my clarification, did the APIs for dataconnectors change in 3.1?
Not that I'm aware, so long as you have kept clear of any of the -impl packages.
I'll look over your code tomorrow and see if anything leaps out at me. In theory the very worst you need to do on a point release might be a recompile.
Precisely how did it fail on upgrade?
Rod
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/dev/attachments/20150511/8b221b7c/attachment.html>
More information about the dev
mailing list