A processor using Typesafe Conf to read Hocon files. It also support JSON and Properties.
More details on Hocon and the used library on the
Hocon documentation page.
This is a Vertx-config HOCON processor slightly modified to use custom hocon file includer.
It was required to fix the issue with hocon includer that works best if you specify full path,
and we wanted to have ability to specify path relative to the main configuration file.
Additionally, a latest versionof typesafe config is used to get 'required' directive for includes.