Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NIFI-13943: Upgrade Dropbox, Salesforce, SNMP, and QuestDB depdendencies #9464

Merged
merged 1 commit into from
Oct 28, 2024

Conversation

mattyb149
Copy link
Contributor

Summary

NIFI-13943 This PR upgrades some libraries that support EOL products

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 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 mvn clean install -P contrib-check
    • JDK 21

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

@mattyb149 mattyb149 added the hacktoberfest-accepted Hacktoberfest Accepted label Oct 28, 2024
@@ -42,7 +42,7 @@
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-salesforce</artifactId>
<version>3.14.10</version>
<version>3.22.2</version>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Notably 3.22.x is EOL in Dec 2024 (one month).

@@ -27,7 +27,7 @@
<packaging>pom</packaging>

<properties>
<dropbox.client.version>5.4.6</dropbox.client.version>
<dropbox.client.version>7.0.0</dropbox.client.version>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reading their changelog in github - this one 'seems' safe

<snmp4j.version>2.8.18</snmp4j.version>
<snmp4j-agent.version>2.7.9</snmp4j-agent.version>
<snmp4j.version>3.8.2</snmp4j.version>
<snmp4j-agent.version>3.8.1</snmp4j-agent.version>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reviewing if changes seem safe https://www.snmp4j.org/CHANGES.txt but seems like the 2.x line was Java 8 and the 3.x line is Java 9 or higher

@@ -35,7 +35,7 @@
<dependency>
<groupId>org.questdb</groupId>
<artifactId>questdb</artifactId>
<version>7.4.2</version>
<version>8.1.4</version>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

@exceptionfactory exceptionfactory left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the upgrades and adjustments @mattyb149, and thanks for reviewing the release notes @joewitt. This set of upgrades looks good. +1 merging

@exceptionfactory exceptionfactory merged commit d623d1c into apache:main Oct 28, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest-accepted Hacktoberfest Accepted
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants