v1.7.1
Overview
Patch version fixing some minor issues related to the engine properties serialization, when using create project command.
New
- Added
record-based
options for theEngines
enum. The reason is completeness.
Changes
- Removed the
TODO.md
as we aren't really keeping it up-to-date. Instead we are using internal JIRA tasks and the issues tracker of the project.
Bug fixes
- Fixed the publishing of the library in the Maven Repository, when new release is created. The problem was that the URL for the repository was still using
HTTP
protocol instead ofHTTPS
, which caused an error while uploading the artifacts into the repository. - Fixed the string serialization of the
Engines
enum values. The previous mechanism was causing parsing errors in the OpenRefine, when theexport
command was executed.