ansible-ThoTeam / nexus3-oss

Ansible role to install and provision sonatype nexus3-oss
GNU General Public License v3.0
288 stars 208 forks source link

Fix/cleanup policies #416

Open brianveltman opened 6 months ago

brianveltman commented 6 months ago

When using Postgres the class DefaultComponentMetadataProducer is not available. This PR uses the accessible classes from CleanupPolicyStorage which will handle the routing to the proper implementation for OrientDB or Postgres.

fixes #408

alegeay commented 2 months ago

Thanks :)

working for me !

alyssaruth commented 2 days ago

This is working for us too - is there any chance of it getting some review love so it can get merged/released? We're currently using a this PR as a fork.