marklogic / nifi

Mirror of Apache NiFi to support ongoing MarkLogic integration efforts
https://marklogic.github.io/nifi/
Apache License 2.0
12 stars 23 forks source link

Use non-deprecated version of ClientAuth #144

Closed rjrudin closed 2 years ago

rjrudin commented 2 years ago

DefaultMarkLogicDatabaseClientService has some deprecation warnings in it due to use of a deprecated (since NiFi 1.12.1) version of ClientAuth. Looks like this is easy to fix, as there's a now-public version of this class that we can switch to.

rjrudin commented 2 years ago

Going to fix this via #145