I had a quick look. Some comments:
* You might want to use the JavaPoet library to generate Java source
code, it is Apache-licensed, available on Maven central and has no
transitive dependencies: https://github.com/square/javapoet
* Some users might not like to depend on Spring Framework.
* Some users might not like to depend on JavaEE stuff.
* Is the catalog.json supposed to be written/edited by hand?
On 2017-09-03 04:21, Ralph Goers wrote:
I just pushed the initial commit of Log4j Audit. It is by no means “done” but I
am using it to perform some audit logging In a production environment.
Unfortunately, the next major item I need to work on is the documentation.
Right now there isn’t any, so it is going to be pretty difficult for you to
understand what it is doing.
All that said, please feel free to take a look.
Ralph