cds-java-artefacts-1.2.0
·
244 commits
to master
since this release
Supports the v1.2.0 of the Consumer Data Standards. These changes focused on the simplification of the platform to support future updates to the standards:
- Removed the Codegen module, resulting in the removal of the
api-model
module. - Replaced the
reference-test
module withintegration-test
which refers to theclient
module instead of theapi-model
. - Refactored
client-cli
to accommodate the removal ofapi-model
andreference-test
. - A number of small bug fixes.