Ensure to read https://github.com/phax/phoss-smp/wiki/Migrations before upgrade
- Updated the list of known identifiers to Peppol Code list 7.2
- The SQL backend was changed to use JPA to JDBC
- The SQL backend now supports FlyWay for easy DB migrations
- For the SQL backend the special table "smp_user" is migrated to internal users and the ownership is updated.
- Added the possibility to initially setup the database using FlyWay
- Changed the license of the
phoss-smp-backend-sqlmodule to Apache 2.0 because nothing of the original source code is left - Dropped the support for the specific DB user management - only the build-in user management can be used
- Added support for a query API (see issue #145). To use this functionality, the new configuration item
smp.rest.remote.queryapi.disabledmust be set tofalse. - Fixed a bug in the Bulk Certificate Change functionality regarding the formatting of certificates
- Changed the JAXB generated classes to use Java 8 date time classes
- Added new Status item
smp.sql.target-databasefor SQL backends - Added new configuration item
jdbc.schemato make the JDBC Schema name customizable - Added new configuration item
jdbc.schema-createto customize whether the DB schema should be automatically created for an empty database or not - Updating to the latest Directory software includes a change in the resolution of configuration files. See the Migrations page for details.
- When registering the SMP to the SML, it can now be done using "https" addresses (when not in Peppol mode)