Versioning Policy (again)
Cantor, Scott
cantor.2 at osu.edu
Wed Mar 18 14:20:54 EDT 2015
On 3/18/15, 2:17 PM, "Marvin Addison" <marvin.addison at gmail.com> wrote:
>
>>Obviously it's ok to hide it in impl and then promote it, but that doesn't work if other -api code has to
> >also know about it.
>
>
>Good suggestion. I imagine that would work in a number of cases -- I'll keep it in mind.
Slightly less obviously, it's also ok if needed for idp-foo-impl to depend on idp-bar-impl in a pinch, which we do now with the Spring parsers. So even if it's cross-module we can still hide things in -impl.
I believe we have avoided any cases of idp depending on opensaml-*-impl except for the spring modules, so we've kept the line clean.
-- Scott
More information about the dev
mailing list