-1
1.1.3 and 1.1.4 should be backwards compatible (binary and runtime
compat). This looks to me like we introduced an incompatibility. In the
meantime, is there a workaround we can use in order to get 1.1.5
released without this incompatibility?
This type of change can be added to 1.2.x BUT should be specifically
mentioned in an "upgrade" guide.
David
Charles Severance wrote:
Elliot,
Switching from 1.1.3 to 1.1.4 - Sakai compile fails with the following:
/Users/csev/dev/sakai/portal/portal-render-impl/impl/src/java/org/sakaiproject/portal/render/portlet/services/SakaiPortalCallbackService.java:128:
org.sakaiproject.portal.render.portlet.services.SakaiPortalCallbackService.SakaiPortletURLProvider
is not abstract and does not override abstract method
isSecureSupported() in org.apache.pluto.spi.PortletURLProvider
class SakaiPortletURLProvider implements PortletURLProvider
Has an API changed? I am happy to update Sakai, adding methods or
whatever - let me know if this was an intentional change.
/Chuck