-
Notifications
You must be signed in to change notification settings - Fork 163
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
Add NOTICE + LICENSE* as static resources to distributables #557
Labels
bug
Something isn't working
Comments
Not the LICENSE from source distribution. It's already done in my PR |
Maybe I wasn't clear in the description, but this issue is about having those resources available programmatically and as static web resources, while #495 just adds these files to the zip/tar/etc |
snazy
added a commit
to snazy/polaris
that referenced
this issue
Dec 16, 2024
Containing a properties file and a utility class to retrieve the Polaris version, plus `NOTICE` and `LICENSE*` resources being programmatically accessible, in Quarkus implicitly as static web resources, for example `http://127.0.0.1:19120/apache-polaris/NOTICE.txt`. Fixes apache#557
Ahh git it. I thought you mean adding the files in the archive. It makes sense. |
snazy
added a commit
to snazy/polaris
that referenced
this issue
Dec 26, 2024
Containing a properties file and a utility class to retrieve the Polaris version, plus `NOTICE` and `LICENSE*` resources being programmatically accessible, in Quarkus implicitly as static web resources, for example `http://127.0.0.1:19120/apache-polaris/NOTICE.txt`. Fixes apache#557
snazy
added a commit
to snazy/polaris
that referenced
this issue
Dec 26, 2024
Containing a properties file and a utility class to retrieve the Polaris version, plus `NOTICE` and `LICENSE*` resources being programmatically accessible, in Quarkus implicitly as static web resources, for example `http://127.0.0.1:19120/apache-polaris/NOTICE.txt`. Fixes apache#557
snazy
added a commit
to snazy/polaris
that referenced
this issue
Dec 26, 2024
Containing a properties file and a utility class to retrieve the Polaris version, plus `NOTICE` and `LICENSE*` resources being programmatically accessible, in Quarkus implicitly as static web resources, for example `http://127.0.0.1:19120/apache-polaris/NOTICE.txt`. Fixes apache#557
snazy
added a commit
to snazy/polaris
that referenced
this issue
Dec 26, 2024
Containing a properties file and a utility class to retrieve the Polaris version, plus `NOTICE` and `LICENSE*` resources being programmatically accessible, in Quarkus implicitly as static web resources, for example `http://127.0.0.1:19120/apache-polaris/NOTICE.txt`. Fixes apache#557
snazy
added a commit
to snazy/polaris
that referenced
this issue
Dec 26, 2024
Containing a properties file and a utility class to retrieve the Polaris version, plus `NOTICE` and `LICENSE*` resources being programmatically accessible, in Quarkus implicitly as static web resources, for example `http://127.0.0.1:19120/apache-polaris/NOTICE.txt`. Fixes apache#557
snazy
added a commit
to snazy/polaris
that referenced
this issue
Dec 26, 2024
Containing a properties file and a utility class to retrieve the Polaris version, plus `NOTICE` and `LICENSE*` resources being programmatically accessible, in Quarkus implicitly as static web resources, for example `http://127.0.0.1:19120/apache-polaris/NOTICE.txt`. Fixes apache#557
snazy
added a commit
to snazy/polaris
that referenced
this issue
Dec 26, 2024
Utility artifact that provides static resources containing the version and NOTICE + LICENSE* files, which can be directly served by Quarkus as static web resources, for example `http://127.0.0.1:19120/apache-polaris/NOTICE.txt`. Utility class that provides above mentioned resources programmatically, plus information for release-builds. Fixes apache#557
snazy
added a commit
to snazy/polaris
that referenced
this issue
Dec 26, 2024
Utility artifact that provides static resources containing the version and NOTICE + LICENSE* files, which can be directly served by Quarkus as static web resources, for example `http://127.0.0.1:19120/apache-polaris/NOTICE.txt`. Utility class that provides above mentioned resources programmatically, plus information for release-builds like the Git tag, Git commit ID, build system. Fixes apache#557
snazy
added a commit
that referenced
this issue
Dec 26, 2024
Utility artifact that provides static resources containing the version and NOTICE + LICENSE* files, which can be directly served by Quarkus as static web resources, for example `http://127.0.0.1:19120/apache-polaris/NOTICE.txt`. Utility class that provides above mentioned resources programmatically, plus information for release-builds like the Git tag, Git commit ID, build system. Fixes #557
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The
NOTICE
+LICENSE*
files should be included in executable artifacts of distributions, so the contents of these files can beI.e. those resources need to be programmatically accessible.
The text was updated successfully, but these errors were encountered: