[
https://issues.apache.org/jira/browse/NIFI-10949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17656257#comment-17656257
]
ASF subversion and git services commented on NIFI-10949:
--------------------------------------------------------
Commit 6c517446a4233d6a0b1396ae106dd9c4ef02c840 in nifi's branch
refs/heads/main from David Handermann
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=6c517446a4 ]
NIFI-10949 Updated MongoDB components using current driver (#6759)
- Replaced references to mongodb-driver-legacy with mongodb-driver-sync
- Updated components to use current synchronous driver classes
- Upgraded MongoDB driver from 4.7.2 to 4.8.0
> Update MongoDB Components using Current Driver
> ----------------------------------------------
>
> Key: NIFI-10949
> URL: https://issues.apache.org/jira/browse/NIFI-10949
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Extensions
> Reporter: David Handermann
> Assignee: David Handermann
> Priority: Minor
> Time Spent: 20m
> Remaining Estimate: 0h
>
> MongoDB Processors and Controller Services depend on
> {{{}mongodb-driver-legacy{}}}, but most of the component operations use
> current interfaces and classes. The {{mongodb-driver-sync}} library is
> already a transitive dependency of {{mongodb-driver-legacy}} so the scope of
> dependency changes is narrow.
> MongoDB Controller Services do not expose legacy interfaces, so internal
> usage of legacy classes can be refactored to use the current version of the
> MongoDB driver.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)