Hi Dhanuka, Just to know, is there any particular reason make this as an orbit bundle and pack again?
AFAIK, json-path is already a bundle? Also, CEP uses json-path 0.9.1 which was the same version used by ESB when CEP 3.1.0 was going out. Also, there seems to be an orbit out of json-path-1.2.0 as well in nexus [1]. Additionally, it seems the latest version of json-path is 2.0.0 according to [2]. Just wondering whether we are keeping multiple versions of json-path within the platform which could eventually lead to issues. AFAIK, we try to stick to one version of an external dependency as much as possible unless there is a compelling reason. Any possibility to live without making an orbit out of this old version? WDYT? [1] http://maven.wso2.org/nexus/content/groups/wso2-public/com/jayway/jsonpath/wso2/ [2] https://code.google.com/p/json-path/ Thanks, Lasantha On 22 May 2015 at 12:55, Dhanuka Ranasinghe <[email protected]> wrote: > Hi Roshan, > > Thanks for sharing this. I have added that to same PR. > > Cheers, > > *Dhanuka Ranasinghe* > > Senior Software Engineer > WSO2 Inc. ; http://wso2.com > lean . enterprise . middleware > > phone : +94 715381915 > > On Fri, May 22, 2015 at 12:49 PM, Roshan Wijesena <[email protected]> wrote: > >> Hi >> >> I think you need to add below section to your pom. Other wise Jenkins >> would give an error. same thing happened to me once. >> >> <repositories> >> <repository> >> <id>wso2-nexus</id> >> <name>WSO2 internal Repository</name> >> <url>http://maven.wso2.org/nexus/content/groups/wso2-public/ >> </url> >> <releases> >> <enabled>true</enabled> >> <updatePolicy>daily</updatePolicy> >> <checksumPolicy>fail</checksumPolicy> >> </releases> >> </repository> >> </repositories> >> <distributionManagement> >> <repository> >> <id>wso2.releases</id> >> <name>WSO2 internal Repository</name> >> <url> >> http://maven.wso2.org/nexus/content/repositories/releases/</url> >> </repository> >> <snapshotRepository> >> <id>wso2.snapshots</id> >> <name>Apache Snapshot Repository</name> >> <url> >> http://maven.wso2.org/nexus/content/repositories/snapshots/</url> >> </snapshotRepository> >> </distributionManagement> >> >> On Fri, May 22, 2015 at 12:38 PM, Dhanuka Ranasinghe <[email protected]> >> wrote: >> >>> Hi, >>> >>> Could you please merge below PR [1]. >>> >>> [1] https://github.com/wso2/orbit/pull/97 >>> >>> Cheers, >>> *Dhanuka Ranasinghe* >>> >>> Senior Software Engineer >>> WSO2 Inc. ; http://wso2.com >>> lean . enterprise . middleware >>> >>> phone : +94 715381915 >>> >>> _______________________________________________ >>> Dev mailing list >>> [email protected] >>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>> >>> >> >> >> -- >> Roshan Wijesena. >> Senior Software Engineer-WSO2 Inc. >> Mobile: *+94719154640 <%2B94719154640>* >> Email: [email protected] >> *WSO2, Inc. :** wso2.com <http://wso2.com/>* >> lean.enterprise.middleware. >> > > > _______________________________________________ > Dev mailing list > [email protected] > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- *Lasantha Fernando* Senior Software Engineer - Data Technologies Team WSO2 Inc. http://wso2.com email: [email protected] mobile: (+94) 71 5247551
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
