I need to rebuild some artifacts for APIM 1.7.0: org.wso2.carbon.apimgt.impl
and org.wso2.carbon.apimgt.gateway
and compilation fails bacause org.wso2.carbon.registry.core.pagination.PaginationContext
does not contain getLength()
method.
This class PaginationContext
comes from org.wso2.carbon.registry.core-4.2.0 dependency downloaded from wso2-maven2-repository.
I took a look at Bnd-LastModified
timestamps from MANIFEST.MF for both artifacts from APIM distribution and from wso2-maven2-repository and noticed strange thing: artifact from wso2-maven2-repository was built earlear then one from distribution.
Look:
from wso2-maven2-repository: 1378306607534 (Wed, 04 Sep 2013 14:56:47 GMT)
from distribution: 1400854868301 (Fri, 23 May 2014 14:21:08 GMT)
So the question is: dear WSO2 team, could you please update artifact in the repository?