This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a change to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git. from 0280ffb Fix a MismatchedDimensionException when extracting the horizontal component of a three-dimensional ProjectedCRS. new bda2ec8 Comment formatting. new 6ff3fd2 Move in a separated class (LocalDataSource) the code from Initializer.getDataSource() which was managing a local installation of the database. With this move, it is easier to manage an alternative database (HSQLDB) in addition to Derby for local storage. The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../org/apache/sis/coverage/grid/GridGeometry.java | 20 +- .../sis/internal/metadata/sql/Initializer.java | 249 +++------- .../sis/internal/metadata/sql/LocalDataSource.java | 510 +++++++++++++++++++++ .../java/org/apache/sis/test/sql/TestDatabase.java | 4 +- .../apache/sis/internal/system/DataDirectory.java | 2 +- .../org/apache/sis/internal/system/Shutdown.java | 5 +- .../sql/feature/QuerySpliteratorsBench.java | 5 +- 7 files changed, 586 insertions(+), 209 deletions(-) create mode 100644 core/sis-metadata/src/main/java/org/apache/sis/internal/metadata/sql/LocalDataSource.java