mirror of
https://github.com/apache/nifi.git
synced 2025-02-08 19:14:57 +00:00
NIFI-5059 Changed it to use a schema registry. NIFI-5059 Updated MongoDBLookupService to be a SchemaRegistryService. NIFI-5059 Added two changes from a code review. NIFI-5059 Fixed two bad references. NIFI-5059 Refactored schema strategy handling. NIFI-5059 Moved schema strategy handling to JsonInferenceSchemaRegistryService. NIFI-5059 Updated to use new LookupService method. NIFI-5059 fixed schema inference bug. NIFI-5059 Added test for schema text strategy NIFI-5059 incremented version number to make the build work. NIFI-5059 fixed a stray 1.7.0 reference. NIFI-5059 Added getDatabase to client service. NIFI-5059 Added changes requested in a code review. Signed-off-by: Matthew Burgess <mattyb149@apache.org> This closes #2619