-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
[ZEPPELIN-6101][FOLLOWUP] Fix build with profile include-hadoop #4859
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM,
At some point, we should look forward to the successor Spotbugs. At the moment, however, this is sufficient.
@pan3793
|
I think that the scope EDIT 1: I get a EDIT 2: I have tried to execute the command via curl and get the following error message.
|
|
According to https://docs.github.com/en/rest/branches/branches?apiVersion=2022-11-28#merge-a-branch
The error message might be outdated since GitHub updated the permission model. |
I am currently using the classic token. I'll try the beta token. |
### What is this PR for? when building with `-Pinclude-hadoop`, `com.google.code.findbugs:jsr305`'s scope becomes runtime thus failing the build. ### What type of PR is it? Bug Fix ### Todos ### What is the Jira issue? ZEPPELIN-6101 ### How should this be tested? tested with the command `./mvnw clean package -Pbuild-distr -DskipTests -Pinclude-hadoop` ### Screenshots (if appropriate) ### Questions: * Does the license files need to update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Closes #4859 from pan3793/ZEPPELIN-6101-followup. Signed-off-by: Philipp Dallig <[email protected]>
Also merge into branch-0.12 |
@pan3793 I also don't understand why GitHub thinks that the workflow file will be adjusted. |
Hmm, I just created a token with all permissions ... |
What is this PR for?
when building with
-Pinclude-hadoop
,com.google.code.findbugs:jsr305
's scope becomes runtime thus failing the build.What type of PR is it?
Bug Fix
Todos
What is the Jira issue?
ZEPPELIN-6101
How should this be tested?
tested with the command
./mvnw clean package -Pbuild-distr -DskipTests -Pinclude-hadoop
Screenshots (if appropriate)
Questions: