Maven Plugin for Validating JSON Files -
I'm looking for a maven plugin that will simply compare a JSON file to an associated JSON schema file. Basically we are suffering from invalid configuration files that only run in the same environment. Therefore the test of the "Dev" environment will be passed with flying colors, however, when the application launches with the "Prode" configuration, then this application fails to start, if the config says that a comma is missing or not JSON does not parse.
To check a non-intrusive solution, this configuration file is in the least expected form to succeed (say inside a CI environment). The posting Maven plugin for this completion was opened by Groupon and can be found here:
Comments
Post a Comment