About 333,000 results
Open links in new tab
  1. Mirror of Apache Derby - GitHub

    Mirror of Apache Derby. Contribute to apache/derby development by creating an account on GitHub.

  2. Java DB drivers are not referencing correct Derby classes

    Mar 17, 2023 · The default Java DB drivers shown under NetBeans Services window point to incorrect/outdated Derby classes resulting in ClassNotFound exceptions when attempting to use them.

  3. Apache OpenJPA - GitHub

    Compiling The best way to compile Apache OpenJPA yourself is to run the build against the default derby database.

  4. Releases · apache/derby - GitHub

    Mirror of Apache Derby. Contribute to apache/derby development by creating an account on GitHub.

  5. Remove support for `org.apache.derby.jdbc.ClientDriver` and …

    Dec 25, 2025 · Derby development and bug-fixing have ended. No further releases will be published. The Derby website and wiki are frozen in place. Derby JIRA issues are now read-only and new bugs …

  6. derby/java/org.apache.derby.server/org/apache/derby

    Mirror of Apache Derby. Contribute to apache/derby development by creating an account on GitHub.

  7. Iceberg does not work with Spark's default hive metastore ... - GitHub

    Jun 15, 2023 · The Derby catalog doesn't support the interfaces (or concurrent access) required for iceberg to work. If you are just locally testing use a hadoop catalog or a full embeded metastore like …

  8. Apache Flink JDBC Connector - GitHub

    Apache Flink is an open source stream processing framework with powerful stream- and batch-processing capabilities. The Flink committers use IntelliJ IDEA to develop the Flink codebase. We …

  9. GitHub - apache/db-jdo: Apache JDO project

    Other dependencies, such as the reference implementation, DataNucleus, and the Apache Derby database, are downloaded automatically by Maven. Note that Apache JDO uses the Apache …

  10. flink-connector-jdbc/docs/content/docs/connectors/datastream ... - GitHub

    // create a driver-specific XA DataSource // The following example is for derby EmbeddedXADataSource ds = new EmbeddedXADataSource (); ds. setDatabaseName ("my_db");