ObjectDB 2.4.6
Released on 2013-01-16 (see other available releases).
Use of ObjectDB is subject to the ObjectDB Licence.
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 a Java Maven project add the ObjectDB repositpory and dependency to the pom.xml file.
Use Java 8 or above with the javax variant and Java 17 or above with the jakarta variant.
<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>
Maven files:
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.
- A sample objectdb.conf configuration file.
- Source code of the Java / Jakarta Persistence API (JPA).
- JavaDoc of the Java / Jakarta Persistence API (JPA).
- The complete ObjectDB Manual in PDF format.