Skip to content

Releases: JeffersonLab/wildfly

v3.0.1

19 Feb 13:53

Choose a tag to compare

  • Bug Fix: Run as user 'dev'

Full Changelog: v3.0.0...v3.0.1

v3.0.0

18 Feb 16:52

Choose a tag to compare

What's Changed

Full Changelog: v2.2.0...v3.0.0

v2.2.0

09 Sep 19:07

Choose a tag to compare

  • Bumped Keycloak client API to v26.0.6
  • Set system property wildfly.elytron.oidc.allow.query.params

These changes finalize the Docker image / scripts upgrade task: #11

Full Changelog: v2.1.0...v2.2.0

v2.1.0

09 Sep 17:50

Choose a tag to compare

  • Bump Wildfly to v37.0.1

Full Changelog: v2.0.1...v2.1.0

v2.0.1

19 May 19:58

Choose a tag to compare

  • Execute permission on container-entrypoint.sh

Full Changelog: v2.0.0...v2.0.1

v2.0.0

19 May 19:47

Choose a tag to compare

  • Bump Wildfly to v36.0.1 (#11)

Full Changelog: v1.6.2...v2.0.0

v1.6.2

16 May 18:44

Choose a tag to compare

  • Use container-workflows v2 (Don't override CUSTOM_CRT_URL so we get both JLabCA.crt and acc-ca.crt)

Full Changelog: v1.6.1...v1.6.2

v1.6.1

15 May 19:43

Choose a tag to compare

  • compose.override.yaml container name was incorrect
  • container-entrypoint.sh and container-healthcheck.sh needed UNIX execute permissions

Full Changelog: v1.6.0...v1.6.1

v1.6.0

15 May 19:34

Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v1.6.0

v1.5.0

18 Mar 16:40
01268a0

Choose a tag to compare

Overview

This release incorporates support for MariaDB databases in a similar fashion as Oracle databases. Users can now define environment variables and have a the app server setup drivers, configure datasources, and wait for the database to respond to queries prior to fully starting the container.

See issue #5 and PR #6 for more details.