Skip to content

Deprecate Derby support since Apache Derby is retired since 2023 #36042

@marschall

Description

@marschall

From the Apache Derby project site

On 2025-10-10, the Derby developers voted to retire the project into a read-only state. 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 cannot be logged. The user and developer lists are disabled and can be accessed only through their archives.

The last Apache Derby release was on 14 November 2023. We should probably first deprecate and the remove Derby support. Maybe log a warning when Derby is detected.

A quick search shows the following affected code places:

  • org.springframework.jdbc.core.metadata.DerbyCallMetaDataProvider
  • org.springframework.jdbc.core.metadata.DerbyTableMetaDataProvider
  • org.springframework.jdbc.core.metadata.CallMetaDataProviderFactory#DERBY
  • org.springframework.jdbc.core.metadata.DerbyEmbeddedDatabaseConfigurer
  • org.springframework.jdbc.core.metadata.TableMetaDataProviderFactory
  • org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseConfigurers
  • org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType
  • org.springframework.jdbc.core.StatementCreatorUtils
  • org.springframework.orm.jpa.vendor.Database#Derby

I can work an a PR if there is agreement.

Metadata

Metadata

Assignees

No one assigned

    Labels

    in: dataIssues in data modules (jdbc, orm, oxm, tx)type: enhancementA general enhancement

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions