Skip to content

2.3.0 release

Compare
Choose a tag to compare
@janithb janithb released this 23 Feb 13:59
· 167 commits to master since this release

Audit4j Core 2.3.0 Release

Change Log:

Issues Fixed:

  1. Fixed Issue: Remove mandetory meta data validation.
  2. Fixed issue: filters are not loaded to configuration context.
  3. Fixed issue: @IgnoreAudit annotation processor getting an exception.

Features Added:

  1. Additional option (performance/security) api.
  2. Classpath scanning processor for annotations and avoid unwanted annotation process.
  3. ScanAnnotated command and option.
  4. Date time formatter api.
  5. Use reflections to get parameters of an Object - Implement toString.
  6. Prompt initialization time in mills.
  7. Added error guide urls for missing error prone codes.

Others:

  1. Refactor singletons.
  2. Registry for preLoaded components/ Initial Configurations.
  3. Unit tests for missing core components.
  4. Added running time for unit tests/Integration tests.
  5. Integration tests for filters.
  6. Integration tests for commands.