Skip to content

Release v0.11.0

Compare
Choose a tag to compare
@mlookaxw mlookaxw released this 17 Dec 17:15
· 40 commits to master since this release

Features

#31: Read property content from file

The buildfed tool is enhanced to set properties from the content of a specified file.

A new -F NAME:FILE command line parameter is introduced.

Example:

$ buildfed ... -F description:config/description.txt

This will define a new property description which is populated from the content of the description.txt file.

#32: Generate artifact information file

For server and deployment archives the plugin will generate a gateway.info.json file. The file contains information about the version of the artifact and its dependencies.

On configuring the .fed package, the plugin passes the content of the gateway.info.json file as _system.artifact.info property to the buildfed tool. This enables the developer to use the contained JSON document to build an endpoint providing information about the currently deployed version.