Skip to content

NIFI-15651 - Bump NiFi NAR Plugin to 2.3.0, Protobuf to 4.34.0, Lucene to 10.4.0, and others#10941

Open
pvillard31 wants to merge 2 commits intoapache:mainfrom
pvillard31:NIFI-15651
Open

NIFI-15651 - Bump NiFi NAR Plugin to 2.3.0, Protobuf to 4.34.0, Lucene to 10.4.0, and others#10941
pvillard31 wants to merge 2 commits intoapache:mainfrom
pvillard31:NIFI-15651

Conversation

@pvillard31
Copy link
Contributor

Summary

NIFI-15651 - Bump NiFi NAR Plugin to 2.3.0, Protobuf to 4.34.0, Lucene to 10.4.0, and others

Tracking

Please complete the following tracking steps prior to pull request creation.

Issue Tracking

Pull Request Tracking

  • Pull Request title starts with Apache NiFi Jira issue number, such as NIFI-00000
  • Pull Request commit message starts with Apache NiFi Jira issue number, as such NIFI-00000
  • Pull request contains commits signed with a registered key indicating Verified status

Pull Request Formatting

  • Pull Request based on current revision of the main branch
  • Pull Request refers to a feature branch with one commit containing changes

Verification

Please indicate the verification steps performed prior to pull request creation.

Build

  • Build completed using ./mvnw clean install -P contrib-check
    • JDK 21
    • JDK 25

Licensing

  • New dependencies are compatible with the Apache License 2.0 according to the License Policy
  • New dependencies are documented in applicable LICENSE and NOTICE files

Documentation

  • Documentation formatting appears as expected in rendered files

…e to 10.4.0, and others

- Protobuf from 4.33.5 to 4.34.0 - https://github.com/protocolbuffers/protobuf/releases/tag/v34.0
- MySQL Binlog Connector from 0.40.4 to 0.40.5 - https://github.com/debezium/mysql-binlog-connector-java
- Elasticsearch from 9.3.0 to 9.3.1 - https://github.com/elastic/elasticsearch-java/releases/tag/v9.3.1
- Google Drive Services API from v3-rev20251210-2.0.0 to v3-rev20260220-2.0.0 - https://github.com/googleapis/google-api-java-client-services/blob/main/clients/google-api-services-drive/v3/2.0.0/README.md
- Hadoop from 3.4.2 to 3.4.3 - https://github.com/apache/hadoop/releases/tag/rel%2Frelease-3.4.3
- Jetbrains Annotations from 26.0.2-1 to 26.1.0 - https://github.com/JetBrains/java-annotations/releases/tag/26.1.0
- Apache Lucene from 10.3.2 to 10.4.0 - https://github.com/apache/lucene/releases/tag/releases%2Flucene%2F10.4.0
- QuestDB from 9.3.2 to 9.3.3 - https://github.com/questdb/questdb/releases/tag/9.3.3
- Apache NiFi NAR Maven Plugin from 2.2.0 to 2.3.0 - https://github.com/apache/nifi-maven/releases/tag/rel%2Fnifi-nar-maven-plugin-2.3.0
- AWS SDK BOM from 2.41.34 to 2.42.3 - https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md
- SnakeYAML from 2.5 to 2.6 - https://bitbucket.org/snakeyaml/snakeyaml/wiki/Changes

Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
@pvillard31 pvillard31 added the dependencies Pull requests that update a dependency file label Feb 27, 2026
@dan-s1
Copy link
Contributor

dan-s1 commented Feb 27, 2026

@pvillard31 Can you please address the following deprecations resulting as the result of upgrading the Lucene version?

2026-02-27T09:58:29.9841340Z [WARNING] /home/runner/work/nifi/nifi/nifi-framework-bundle/nifi-framework-extensions/nifi-provenance-repository-bundle/nifi-persistent-provenance-repository/src/main/java/org/apache/nifi/provenance/lucene/LuceneUtil.java:[93,19] [deprecation] MatchAllDocsQuery() in MatchAllDocsQuery has been deprecated
2026-02-27T09:58:29.9865758Z [WARNING] /home/runner/work/nifi/nifi/nifi-framework-bundle/nifi-framework-extensions/nifi-provenance-repository-bundle/nifi-persistent-provenance-repository/src/main/java/org/apache/nifi/provenance/lucene/LuceneUtil.java:[137,29] [deprecation] MatchAllDocsQuery() in MatchAllDocsQuery has been deprecated
2026-02-27T09:58:37.0930332Z OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
2026-02-27T09:58:37.1351758Z [WARNING] /home/runner/work/nifi/nifi/nifi-framework-bundle/nifi-framework-extensions/nifi-provenance-repository-bundle/nifi-persistent-provenance-repository/src/test/java/org/apache/nifi/provenance/lucene/TestSimpleIndexManager.java:[98,71] [deprecation] MatchAllDocsQuery() in MatchAllDocsQuery has been deprecated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants