- Added new
webapps.propertiesconfiguration itemglobal.debugjaxwsof typebooleanto enable WS debug logging - Renamed the administration page "SML information" to "SML configuration"
- Instead of maintaining the SML URL manually in the settings, you now need to chose one of the configured "SML configurations". This implies that the configuration property
sml.urlgot useless. - The name of the Directory can now be customized using
webapps.propertiesconfiguration itemwebapp.directory.name. By default it is "PEPPOL Directory" but it may be "TOOP Directory" for TOOP as well. This is a pure user interface configuration item and has no functional implications. - It's now possible to edit the extension of an Endpoint on the UI (see issue #74).
- Improved the visualization of extensions when viewing the details of an object
- In case a BusinessCard exists without a
ServiceGroup, this no longer causes an exception - If PEPPOL PKI v3 is configured, a certificate chain of 3 elements is expected
- The Endpoint tree view now also has a button to directly query the endpoint
- Updated to PEPPOL Directory API 0.6.2
- Error handling was improved if an error occurred when communicating with the SML.
- The Status API got a new item
build.timestamp - The SQL backend now uses MySQL Connector/Java 8.0.x. I had issues with the timestamp handling which forced me to add
useUnicode=true&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=UTCto the JDBC connection URL. But the solution is still binary compatible with the previous MySQL 5.1 connector version. - Fixed an error with same internal ID when copying Business Cards on the UI