FasterXML / jackson-dataformats-binary

Uber-project for standard Jackson binary format backends: avro, cbor, ion, protobuf, smile
Apache License 2.0
310 stars 133 forks source link

Add `logback-test.xml` to `test/resources` in the Avro Module #380

Closed kyle-silver closed 1 year ago

kyle-silver commented 1 year ago

In versions 2.15 and above, the logback-test.xml file was being included as part of the release artifact because it was packaged in the main/resources folder instead of the test/resources folder. By moving the config file to the test resources folder, it will keep the test output reasonable while not impacting any logback applications which pull in this module as a dependency.

This pull request is in response to the discussion in #379