<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-15">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hello,<br>
<br>
I used opensaml V2 and I'm trying to migrate to V3 version. <br>
<br>
After library migration the following java code did not compile;<br>
<br>
SAMLMessageDecoder decoder = new HTTPRedirectDeflateDecoder(); <br>
BasicSAMLMessageContext messageContext = new
BasicSAMLMessageContext();<br>
messageContext.setInboundMessageTransport(new
HttpServletRequestAdapter(req));<br>
<br>
because the compiler didn't find the classes BasicSAMLMessageContext
and HttpServletRequestAdapter.<br>
<br>
As declared in this url<br>
<br>
<a class="moz-txt-link-freetext" href="http://shibboleth.net/pipermail/announce/2015-May/000112.html">http://shibboleth.net/pipermail/announce/2015-May/000112.html</a><br>
<i><br>
</i><i>the "compatibility between V2 and V3 is extremely
substantial".</i><br>
<br>
Starting with new project that need a migration from old V2
libraries to new V3 libraries I would be "extremely" <br>
sure that all the V2 classes are presents in V3 packages. Is this
guarantee?<br>
<br>
So, about my example code where is my error?<br>
<br>
Regards,<br>
Francesco<br>
<br>
</body>
</html>