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

MINIFICPP-1024 - Fix third party dependencies #649

Closed
wants to merge 1 commit into from

Conversation

bakaid
Copy link
Contributor

@bakaid bakaid commented Sep 19, 2019

Thank you for submitting a contribution to Apache NiFi - MiNiFi C++.

In order to streamline the review of the contribution we ask you
to ensure the following steps have been taken:

For all changes:

  • Is there a JIRA ticket associated with this PR? Is it referenced
    in the commit message?

  • Does your PR title start with MINIFICPP-XXXX where XXXX is the JIRA number you are trying to resolve? Pay particular attention to the hyphen "-" character.

  • Has your PR been rebased against the latest commit within the target branch (typically master)?

  • Is your initial contribution a single, squashed commit?

For code changes:

  • If adding new dependencies to the code, are these dependencies licensed in a way that is compatible for inclusion under ASF 2.0?
  • If applicable, have you updated the LICENSE file?
  • If applicable, have you updated the NOTICE file?

For documentation related changes:

  • Have you ensured that format looks appropriate for the output in which it is rendered?

Note:

Please ensure that once the PR is submitted, you check travis-ci for build issues and submit an update to your PR as soon as possible.

@phrocker phrocker self-requested a review September 19, 2019 14:13
Copy link
Contributor

@arpadboda arpadboda left a comment

Choose a reason for hiding this comment

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

LGTM.

Let's wait @phrocker to take a look as well.

Copy link
Contributor

@phrocker phrocker left a comment

Choose a reason for hiding this comment

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

Looks good. I'll run some tests across platforms with various builds enabling and disabling features before merging. thanks!

@bakaid
Copy link
Contributor Author

bakaid commented Sep 19, 2019

Looks good. I'll run some tests across platforms with various builds enabling and disabling features before merging. thanks!

Thanks, let me know if anything fails. This is a less complete fix than MINIFICPP-1022 will be, but it should make the builds running properly again.

@phrocker
Copy link
Contributor

Looks good. I'll run some tests across platforms with various builds enabling and disabling features before merging. thanks!

Thanks, let me know if anything fails. This is a less complete fix than MINIFICPP-1022 will be, but it should make the builds running properly again.

That's a good point. I had a failure on Windows but cleaned out my workspace and am working on another task. I'm good to merge this with a +1 since I haven't had time to re-validate the failure wasn't something in a polluted workspace. If you and @arpadboda already attempted to build and deploy flows w/ PublishKafka on Windows and other platforms I'm good to merge.

@bakaid
Copy link
Contributor Author

bakaid commented Sep 23, 2019

Looks good. I'll run some tests across platforms with various builds enabling and disabling features before merging. thanks!

Thanks, let me know if anything fails. This is a less complete fix than MINIFICPP-1022 will be, but it should make the builds running properly again.

That's a good point. I had a failure on Windows but cleaned out my workspace and am working on another task. I'm good to merge this with a +1 since I haven't had time to re-validate the failure wasn't something in a polluted workspace. If you and @arpadboda already attempted to build and deploy flows w/ PublishKafka on Windows and other platforms I'm good to merge.

@phrocker I haven't tested PublishKadka under Windows, I'll do it now.

@bakaid
Copy link
Contributor Author

bakaid commented Sep 23, 2019

@arpadboda @phrocker I have created a fresh build on Windows and tested PublishKafka with a simple GenerateFlowFile -> PublishKafka flow with a Kafka instance running on the same Windows machine, and it works fine for me.

@phrocker
Copy link
Contributor

phrocker commented Sep 23, 2019

@arpadboda @phrocker I have created a fresh build on Windows and tested PublishKafka with a simple GenerateFlowFile -> PublishKafka flow with a Kafka instance running on the same Windows machine, and it works fine for me.

@arpadboda second party validation doesn't hurt. I'll probably be able to get to this later this afternoon ( my time ). if you have a chance to validate sooner let me know. Though also good with a merge and fix any issue that could possibly arise, later.

@arpadboda
Copy link
Contributor

Win verification is in progress on my VM.
Merging this, will create a follow-up if I spot anything suspicious.

@arpadboda arpadboda closed this in 8719bda Sep 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants