ObjectDB ObjectDB

ObjectDB 2.4.6

Released on 2013-01-16 (see other available releases).

Note: A newer version is available.

Use of ObjectDB is subject to the ObjectDB Licence agreement
 

Changes in ObjectDB 2.4.6:

  • Fixed a regression problem of version 2.4.5 in running in GlassFish.
  • Fixed a bug in retrieving primary key fields in queries (on index merging).
  • Fixed a bug in using a collection field index in queries.
  • Fixed query plan selection for queries with boolean indexed field.
  • Fixed a NullPointerException on Doctor run that removes an empty index.
  • Fixed Doctor false alert after changing field type.
  • Fixed an "Unexpected database state" exception when the Doctor builds a new index.
  • Fixed a bug in setting SSL client-server connection.
  • Added support for checking activation.
  • Added toString implementation to queries that returns the query string.

See the full change log.
 

ObjectDB with Maven

To use ObjectDB in your Java Maven project merge the following repositpory and dependency into your pom.xml file:

    <repositories>
            ...
        <repository>
            <id>objectdb</id>
            <name>ObjectDB Repository</name>
            <url>https://m2.objectdb.com</url>
        </repository>
            ...
    </repositories>
            ...
    <dependencies>
            ...
        <dependency>
            <groupId>com.objectdb</groupId>
            <artifactId>objectdb</artifactId>
            <version>2.4.6</version>
        </dependency>
            ...
    </dependencies>

ObjectDB 2.4.6 Maven files:

objectdb-2.4.6.jar objectdb-2.4.6.jar.md5 objectdb-2.4.6.jar.sha1
objectdb-2.4.6.pom objectdb-2.4.6.pom.md5 objectdb-2.4.6.pom.sha1

 

ObjectDB Development Kit

The ObjectDB Development Kit includes:

  • The ObjectDB runtime JAR (available also on Maven).
  • The GUI ObjectDB Explorer.
  • Sample ObjectDB databases that you can open in the Explorer.
  • Command line tools for running the ObjectDB Server and the ObjectDB Enhancer.
  • Tutorial projects in Maven format for opening and running in your favourite IDE.
  • A sample objectdb.conf configuration file.
  • Source code of the JPA and JDO APIs.
  • JavaDoc of the JPA and JDO APIs.
  • The complete ObjectDB Manual in PDF format.