-
Type: Task
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Core VCS
-
Epic Link:
-
Tags:
-
Upgrade notes:
-
Team:PLATFORM
-
Sprint:nxplatform 11.1.33
-
Story Points:3
For a while, the Apache Derby embedded database is not used anymore by default, it was replaced by h2:
- at runtime, seeĀ https://github.com/nuxeo/nuxeo/blob/10.10/nuxeo-distribution/nuxeo-nxr-server/src/main/resources/templates/default/nuxeo.defaults
- in the unit test framework, see https://github.com/nuxeo/nuxeo/blob/10.10/nuxeo-core/nuxeo-core-storage-sql/nuxeo-core-storage-sql-test/src/main/java/org/nuxeo/ecm/core/storage/sql/DatabaseHelper.java#L48
Let's get rid of Derby:
- in the code
- in the documentation
This must be mentioned as upgrade notes.
- is related to
-
NXP-28672 Fix failing unit tests running with Derby
- Resolved
- Is referenced in