Releases: Azure-Samples/open-liberty-on-aro
Releases · Azure-Samples/open-liberty-on-aro
Open/WebSphere Liberty on Azure Red Hat OpenShift Samples
238757 change message_key to ibm_datetime
Open/WebSphere Liberty on Azure Red Hat OpenShift Samples
232137 fix doc issue
liberty-on-aro-samples-1.0.14
Release notes:
- Add a new sample which integrates with session persistence using database and ssl;
- Add a new sample which integrates with session persistence using database and oidc;
liberty-on-aro-samples-1.0.13
Release notes:
- Complete the draft of stateless cluster guide
liberty-on-aro-samples-1.0.12
Release notes:
- Resolve Reza's review comments for basic guide:
- Use "the Azure AD user" instead of "the administrator" to avoid confusion
- Switch to project
open-liberty-demo
when deploying basic sample from OpenShift GUI using the Azure AD user
- Refine guides:
- replace openliberty with liberty
- add link of aad-ldap guide
- locate to section "prepare the liberty application"
- Change JSF view and its backed bean to be stateless for all samples
liberty-on-aro-samples-1.0.11
Release notes:
- Change JSF view and its backed bean to be stateless for database integration sample
- Retrieve coffee list every time per request in
Cafe.java
- Show
hostname
on the page if envSHOW_HOST_NAME
is specified - Fix the issue that reloading the JSF page will re-submit the form with this solution
liberty-on-aro-samples-1.0.10
Release notes:
- Draft of aad ldap integration guide
liberty-on-aro-samples-1.0.9
Release notes:
- Replace Azure Container Registry with the built-in container image registry of the OpenShift for all samples and their guides.
liberty-on-aro-samples-1.0.8
Release notes:
- Add a new sample which integrates with AAD LDAP
liberty-on-aro-samples-1.0.7
Release notes:
- Show logged-on AAD user name in home page
- Remove unused ENV KEY_ALIAS
- Resolve Graham's review comments