Hello,

Neo4j 1.0-rc (release candidate) has just been uploaded.

This release only contains renaming stuff compared to the previous b11
release. There was a mail about this on the list a few days ago but
for those of you who missed it here is an overview:

o "neo" component renamed to "neo4j-kernel" (version 1.0-rc)
   - the public API moved to org.neo4j.graphdb (from org.neo4j.api.core)
   - the public implementation of the graphdb API now exist in org.neo4j.kernel
   - non public implementation is now under org.neo4j.kernel.impl
   - NeoService renamed to GraphDatabaseService
   - EmbeddedNeo renamed to EmbeddedGraphDatabase

Further more:

 o "index-util" renamed to "neo4j-index" (version 1.0-b1)
 o "shell" renamed to "neo4j-shell" (verion 1.0-rc)

All components have not yet received the new naming scheme (API and
public implementation under org.neo4j.<short-component-name> & non
public implementation under org.neo4j.<short-component-name>.impl) but
they will be ported before the 1.0 release.

Right now we need help with testing this release candidate. Please
download it from:

 http://neo4j.org/download

or point your pom to:

  neo4j-kernel 1.0-rc1
  neo4j-index 1.0-b1

Regards,
-Johan
_______________________________________________
Neo mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to