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

ZOOKEEPER-3539 Fix CI for branch-3.5: #1082

Closed
wants to merge 2 commits into from

Conversation

eolivelli
Copy link
Contributor

  • do not execute findbugs on CI for ant-based tasks
  • fix usage of fprintf on C client

Maven + Spotbugs superseded Ant + Findbugs

- do not execute findbugs on CI for ant-based tasks
- fix usage of fprintf on C client
@eolivelli
Copy link
Contributor Author

@phunt @nkalmar @anmolnar @hanm an alternative approach is to drop "findbugs" at all from the codebase, in this patch I am only unlinking CI goals from findbugs

@eolivelli
Copy link
Contributor Author

This PR achieves the goals:

  • zookeeper client builds
  • ANT is no more looking for findbugs

@eolivelli
Copy link
Contributor Author

This patch is only for branch-3.5, master branch is using only Spotbugs and C client does not suffer of that issue

@eolivelli
Copy link
Contributor Author

retest ant build

Copy link
Contributor

@nkalmar nkalmar left a comment

Choose a reason for hiding this comment

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

+1, removing/unlinking findbugs on 3.5 is fine, we agreed to keep supporting both ant and maven on 3.5 if I remember correctly. Since findbugs is no longer supported by ASF Jenkins job, this is the way to go. Thanks @eolivelli !

@eolivelli
Copy link
Contributor Author

@nkalmar can you please merge this patch?

asfgit pushed a commit that referenced this pull request Sep 9, 2019
- do not execute findbugs on CI for ant-based tasks
- fix usage of fprintf on C client

Maven + Spotbugs superseded Ant + Findbugs

Author: Enrico Olivelli <eolivelli@apache.org>

Reviewers: Norbert Kalmar <nkalmar@apache.org>

Closes #1082 from eolivelli/fix/fix-ci-35
@nkalmar
Copy link
Contributor

nkalmar commented Sep 9, 2019

Pushed to 3.5. Thanks @eolivelli

@nkalmar nkalmar closed this Sep 9, 2019
anmolnar pushed a commit to anmolnar/zookeeper that referenced this pull request Nov 28, 2019
- do not execute findbugs on CI for ant-based tasks
- fix usage of fprintf on C client

Maven + Spotbugs superseded Ant + Findbugs

Author: Enrico Olivelli <eolivelli@apache.org>

Reviewers: Norbert Kalmar <nkalmar@apache.org>

Closes apache#1082 from eolivelli/fix/fix-ci-35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants