Skip to content

NIFI-14352: Add MQTT nar to MiNiFi java#9795

Closed
KalmanJantner wants to merge 1 commit intoapache:mainfrom
KalmanJantner:NIFI-14352-add-mqtt-nar-to-minifi-java
Closed

NIFI-14352: Add MQTT nar to MiNiFi java#9795
KalmanJantner wants to merge 1 commit intoapache:mainfrom
KalmanJantner:NIFI-14352-add-mqtt-nar-to-minifi-java

Conversation

@KalmanJantner
Copy link
Contributor

@KalmanJantner KalmanJantner commented Mar 11, 2025

Summary

NIFI-14352

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-14352
  • Pull Request commit message starts with Apache NiFi Jira issue number, as such NIFI-14352

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

<include>org.apache.nifi.minifi:minifi-framework-api</include>
<include>org.apache.nifi.minifi:minifi-runtime</include>
<include>org.apache.nifi.minifi:*:nar</include>
<include>org.apache.nifi:nifi-mqtt:nar</include>
Copy link
Contributor

Choose a reason for hiding this comment

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

I think you'd need to add the same to dependencies-windows-service.xml

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thx, fixed

@KalmanJantner KalmanJantner force-pushed the NIFI-14352-add-mqtt-nar-to-minifi-java branch from 94b4f22 to 73ad99b Compare March 14, 2025 14:46
@ferencerdei
Copy link
Contributor

Tested the change with PublishMQTT and ConsumeMQTT processors and both are working properly with MiNiFI.

+1 from my side, merging.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants