orientechnologies / spring-data-orientdb

OrientDB implementation for SpringData

Home Page:http://forum.springsource.org/showthread.php?99627-OrientDB-support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project no longer compiles and runs

TeamXceleratorDev opened this issue · comments

As part of recent promotions to Master, the code does not complete a Maven clean build. The reason is that the Shiro example is failing. Also, the promotion to Master was not done through the Develop branch first. As a result, Master and Develop are now out-of-sync. Develop doesn't have changes from Master. Attached is the console log showing the error. Thankfully, I have an older copy backed up which I am currently using. I would suggest reverting the recent changes, and having them first merged into Develop and tested, before promoting to Master.

orient-spring.txt

I was able to get it to work with latest Develop code, but that was using a compile first and not pulling Maven artifacts. The code between Develop and Master still needs to merged.

i merged all and created a new branch 2.2.x, where the branch name is related to the OrientDB's version used. The develop branch uses the 3.0.0-SNAPSHOT version of OrientDB

Thanks Roberto