Monday, July 22, 2013

Lucene AppEngine growing: steps to Maven Central, GitHub and new site

Lucene AppEngine is changing; a lot of news are coming, keep yourself steady on the chair. Works are still in progress but in a few days everything should be complete.
The most important news that are coming to the Lucene AppEngine project are:
  1. Project site will move from lucene-appengine.googlecode.com to luceneappengine.googlecode.com;
  2. Official source repository will move from Mercurial to Git and from Googlecode to GitHub, but everything will be mirrored into the googlecode repository
  3. Lucene AppEngine maven artifacts will be deployed into Maven Central
  4. GroupId will change from com.googlecode.lucene.appengine into com.googlecode.luceneappengine;
  5. Version policy will change with a new policy, details below;
  6. Lucene AppEngine now works with Objectify 4


Why these choices?
  1. A new site means new policy under each and every point of view. The old site will remain untouched and sourcecode, maven repository... will still be available. That's why the official site is changed;
  2. I think that GitHub platform now is the best for an opensource project like LAE. Lucene AppEngine is about google appengine platform so the official site will still be into googlecode as mirror (simplest thanks to git);
  3. Maven Central is one of the biggest news for LAE and it simplifies the management of LAE for people using Maven or Ivy or Gradle etc... Having an artifact you need into Maven Central is a pleasure for each developer. Having Lucene AppEngine into maven central does not mean that downloads will disappear from googlecode sites, I will take care of it but only for released versions (this means that SNAPSHOTS version can be not manually downloaded from official site);
  4. GroupId is changed to be more compliant to artifacts standard;
  5. Version policy will be changed to simplify management of versions, LAE versions will be vertically splitted into two main line (one supporting Lucene 3 and the other one Lucene 4) and LAE will be no more released for each version of the Lucene project, but will be released when needed so if you want to upgrade your Lucene version you have to look at the compatibility matrix that I will write
  6. Lucene AppEngine uses Objectify 3, now Objectify 4 is nearly released as stable so there is no reason to keep version 3; With Objectify 4 LAE will be more stable, quick and ready for a production environment, my thanks go to every people developing this good framework for AppEngine environment;

What will happen to live demo site and demo source code/examples? Nothing those will go on and will continue using LAE but with the new version deployed into maven central.
Now you can also use GitHub for your contribution, source code here.
How to take a snapshot version of LAE? Simply add the repository to your pom.xml or in your settings.xml the sonatype snapshot repository:
...
    
        sonatype.oss.snapshots
        Sonatype OSS Snapshot Repository
        http://oss.sonatype.org/content/repositories/snapshots
        false
        true
    
...


A new LAE is coming; Stay tuned!


No comments:

Post a Comment