* SCHED-26 add feature to record and visualize job executions
* generate message constants, add datasource and filters on separate tab
* add REST API for job records
* add test, refactor bean configuration, add doku
* some refactoring based on static code analysis
* Add license header, author and comments
* Refactoring after feedback. Use component annotations instead of bean declarations. Use lombok instead of boilderplate code. Use distict properties for new house keeping job.
* Fix typo and remove not needed getter and setter
* add tests and job record details action
* use appng maven plugin to generate constants classes