|
These jars are built from head of the development trunk.
Use the command shown below to check out the source code for the development trunk:
svn checkout https://svn.apache.org/repos/asf/db/derby/code/trunk/
Production use of Derby should use official Derby releases or snapshot builds off the branches (or self built jars off the branches with bug fixes).
The development trunk
(http://svn.apache.org/repos/asf/db/derby/code/trunk) is
a development code line, which supports:
- Development of new features.
- Early access to new features for testing.
The development trunk is not
suitable for production use because:
- It contains new features that have only undergone limited testing
and that may corrupt data and/or return incorrect results.
- It may create on-disk database formats that are not upgradable to future
releases of Derby. Databases created by official Derby releases will be
upgradable to future versions.
See Apache: Derby Downloads for official releases.
Warning!
The alpha version tag explicitly disables upgrade in Derby.
|