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

PHOENIX-5032 add Apache Yetus to Phoenix #882

Closed
wants to merge 1 commit into from

Conversation

stoty
Copy link
Contributor

@stoty stoty commented Sep 14, 2020

also replace findbugs support with spotbugs support in maven build
and get mvn site working, and add all reports to it

also replace findbugs support with spotbugs support in maven build
and get mvn site working, and add all reports to it
# Update SpotBugs
#####
RUN rm -rf /opt/spotbugs \
&& git clone https://github.com/stoty/spotbugs.git \
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 Author

Choose a reason for hiding this comment

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

For the record, as we have discussed offline, this branch has a fix for a bug in spotbugs 4.12 that breaks the spotbugs result analysis features used by Yetus.

RUN rm -rf /opt/spotbugs \
&& git clone https://github.com/stoty/spotbugs.git \
&& cd spotbugs \
&& git checkout PHOENIX-1161-backport \
Copy link
Contributor

Choose a reason for hiding this comment

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

is this branch also correct?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The branch name is somewhat misleading, as it's actually a fix for Spotbugs issue 1161

Copy link
Contributor

@chrajeshbabu chrajeshbabu left a comment

Choose a reason for hiding this comment

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

The changes looks good @stoty . Nice work.

@stoty stoty closed this Sep 23, 2020
@stoty stoty deleted the PHOENIX-5032-4.x branch July 29, 2021 11:44
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