kdgregory / log4j-aws-appenders

Appenders for Log4J 1.2.x, Log4J 2.x, and Logback that write to AWS destinations.
Apache License 2.0
67 stars 18 forks source link

Log4j2 examples: get rid of deprecation warning #192

Closed kdgregory closed 9 months ago

kdgregory commented 1 year ago

When running the current Log4J2 example, you'll see a warning that the packages configuration property will be removed:

The use of package scanning to locate plugins is deprecated and will be removed in a future release

Fixing this will require running the Log4J annotations processor to create a metadata file, as described here.

kdgregory commented 10 months ago

After doing more research, this appears to be a build change in the examples, and a documentation change to call it out. No need for a new release.