Skip to content

Releases: Azure-Samples/open-liberty-on-aro

Open/WebSphere Liberty on Azure Red Hat OpenShift Samples

25 Nov 08:56
Compare
Choose a tag to compare
238757

change message_key to ibm_datetime

Open/WebSphere Liberty on Azure Red Hat OpenShift Samples

15 Nov 01:31
Compare
Choose a tag to compare

liberty-on-aro-samples-1.0.14

30 Oct 09:14
Compare
Choose a tag to compare
Pre-release

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

14 Oct 09:22
Compare
Choose a tag to compare
Pre-release

Release notes:

  • Complete the draft of stateless cluster guide

liberty-on-aro-samples-1.0.12

14 Oct 09:20
Compare
Choose a tag to compare
Pre-release

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

12 Oct 04:53
Compare
Choose a tag to compare
Pre-release

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 env SHOW_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

28 Sep 04:18
Compare
Choose a tag to compare
Pre-release

Release notes:

  • Draft of aad ldap integration guide

liberty-on-aro-samples-1.0.9

24 Sep 05:36
Compare
Choose a tag to compare
Pre-release

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

22 Sep 09:14
Compare
Choose a tag to compare
Pre-release

Release notes:

  • Add a new sample which integrates with AAD LDAP

liberty-on-aro-samples-1.0.7

17 Sep 04:40
Compare
Choose a tag to compare
Pre-release

Release notes:

  • Show logged-on AAD user name in home page
  • Remove unused ENV KEY_ALIAS
  • Resolve Graham's review comments