You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The information you provide here will be included in the Open Liberty GA release blog post (example), which will be published on openliberty.io/blog/, and potentially elsewhere, to promote this newly released feature/function of Open Liberty. For this post to be included in the GA issue please make sure that this is completed by the end of Friday following the GM (Wednesday). The beta and release blogs are created using automation and rely on you following the template's structure. DO NOT REMOVE/ALTER THE <GHA> TAGS THROUGHOUT THIS TEMPLATE.
Please provide the following information:
If this was previously published in a beta blog post, then provide the link to that OpenLiberty/open-liberty beta blog post issue on the next line between the <GHA-BLOG-BETA-LINK> tags. If nothing has changed since the beta, you're done and can omit the remaining steps. If you need to make updates/alterations to the beta content, then do all the steps. https://github.com/OpenLiberty/open-liberty/issues/0
n/a
2. Which Liberty feature(s) does your update relate to?
FeatureUtility command line tool
3. Who is the target persona? Who do you expect to use the update? eg application developer, operations.
Operation teams and container developers
4. Provide a summary of the update, including the following points:
A sentence or two that introduces the update to someone new to the general technology/concept.
FeatureUtility command line tool will now verify feature sigantures before installing it onto Liberty runtime.
What was the problem before and how does your update make their life better? (Why should they care?)
The featureUtilty tool previously only verified checksums, which, while essential for integrity (file not tampered), didn't ensure the authenticity of downloaded files—whether they originated from us or our users. To address this, we've implemented an additional step in the process to verify feature signatures to check both the authenticity and integrity of features downloaded from the Maven Central repository.
Briefly explain how to make your update work. Include screenshots, diagrams, and/or code snippets, and provide a server.xml snippet.
Default behvaior will be --verify=enforce, meaning it will verify all specified Liberty features. To keep the old behavior, users can skip the verification process by --verify=skip. The verification option can also be set through environment variable or featureUtility.properties file. For details, please refer to OpenLiberty/docs#6649
Where can they find out more about this specific update (eg Open Liberty docs, Javadoc) and/or the wider technology?
It will be available in Openliberty docs.
What happens next?
Add the label for the GA you're targeting: target:YY00X.
Make sure this blog post is linked back to the Epic for this feature/function.
Your paragraph will be included in the GA release blog post. It might be edited for style and consistency.
You will be asked to review a draft before publication.
Once you've approved the code review, close this issue.
If you would also like to write a standalone blog post about your update (highly recommended), raise an issue on the Open Liberty blogs repo. State in the issue that the blog post relates to a specific release so that we can ensure it is published on an appropriate date (it won't be the same day as the GA blog post).
The text was updated successfully, but these errors were encountered:
Epic: #17220
The information you provide here will be included in the Open Liberty GA release blog post (example), which will be published on openliberty.io/blog/, and potentially elsewhere, to promote this newly released feature/function of Open Liberty. For this post to be included in the GA issue please make sure that this is completed by the end of Friday following the GM (Wednesday). The beta and release blogs are created using automation and rely on you following the template's structure. DO NOT REMOVE/ALTER THE
<GHA>
TAGS THROUGHOUT THIS TEMPLATE.Please provide the following information:
OpenLiberty/open-liberty
beta blog post issue on the next line between the<GHA-BLOG-BETA-LINK>
tags. If nothing has changed since the beta, you're done and can omit the remaining steps. If you need to make updates/alterations to the beta content, then do all the steps.https://github.com/OpenLiberty/open-liberty/issues/0
server.xml
snippet.What happens next?
target:YY00X
.The text was updated successfully, but these errors were encountered: