Add missing license for jakarta.activation against module druid-avro-extensions#13845
Add missing license for jakarta.activation against module druid-avro-extensions#13845abhishekagarwal87 merged 5 commits intoapache:masterfrom
Conversation
| - name: packaging check | ||
| run: | | ||
| ./.github/scripts/setup_generate_license.sh | ||
| ${MVN} clean install -Prat -Pbundle-contrib-exts --fail-at-end \ |
There was a problem hiding this comment.
Why was this change needed?
There was a problem hiding this comment.
im not sure we should remove it, the packaging check was added to make sure that everything builds correctly, including contrib extensions (at least that is how i remember it)
There was a problem hiding this comment.
Keeping this profile in the command leads to misleading warning messages such as this one:
https://github.com/apache/druid/actions/runs/4261844965/jobs/7416643271#step:5:22535
Warning: The requested profile "bundle-contrib-exts" could not be activated because it does not exist.
This is because the profile bundle-contrib-exts is present only in the distribution module and that module has been excluded in the first command here.
druid/.github/workflows/static-checks.yml
Lines 56 to 62 in 6bb5eff
I have retained the -Pbundle-contrib-exts for the second command, where the distribution module has been targeted.
There was a problem hiding this comment.
ah, thanks I was confused, as long as it is still building them for the distribution 👍
|
Forgot to ask - do you know why this check has only recently started failing? |
I think it probably only fails in java 9+, since this is the replacement for |
Yeah, not sure why this started failing recently, but it were the jdk8 static checks that were failing. |
|
Thanks for the reviews, @suneet-s , @clintropolis ! |
Example failing license check:
https://github.com/apache/druid/actions/runs/4259979145/jobs/7412698385