Releases: openequella/openEQUELLA-admin-console-package
v1.3.1
This is a maintenance release for the Admin Console Launcher. It includes
- Fixes for running with Java 21 as introduced in 1.3.0
- Dependency upgrades
- Gradle (8.7)
- SLF4J (2.0.13)
- Jackson XML (2.17.0)
For instructions on how to validate your release, please see release notes for 1.2.1
v1.3.0
This feature release for the Admin Console Launcher includes:
- Feature:
- Upgrading the bundled Java to v21
- Icon updates
- Build:
- Upgrading Gradle to v8.5
- Compiling with Java 21
- actions/[email protected]
- actions/setup-java@v4 with temurin 21
- actions/checkout@v4
- Dependency updates:
- SLF4J 2.0.11
- Jackson XML (databind) 2.16.1
For instructions on how to validate your release, please see release notes for 1.2.1
v1.2.1
This is the release for the Admin Console Launcher v1.2.1, including:
- Build:
- Compiling with Temurin JDK 11
- Generation of hash files for the packages
- Upgrade to gradle 7.6.1
- upload-artifact action 3.1.2
- Dependency updates:
- SLF4J 2.0.7
- Jackson XML (databind) 2.15.2
Hash Verification
You can verify your download through the use of the .sha256
file with a matching name. For example, on linux you would download admin-console-package-for-linux-1.2.1.tar.gz
as well as admin-console-package-for-linux-1.2.1.tar.gz.sha256
. With them in the same directory you would then execute:
sha256sum -c admin-console-package-for-linux-1.2.1.tar.gz.sha256
If all is okay, OK
will be printed out.
Similar should work on MacOS.
On Windows you can use the certutil
tool to generate the hash for the file, and then compare against that in the matching hash file. e.g.
certutil -hashfile admin-console-package-for-windows-1.2.1.zip SHA256
v1.2.0
This is the release for the Admin Console Launcher v1.2.0, including:
- Upgrade to JDK11
- Upgrades to logging libraries
- Upgrades to Jackson (XML/JSON processing)
- Various build updates (gradle, GHA, etc)
v1.1.1
This is the release for the Admin Console Package, version 1.1.1. It consists of a bug fix and dependency upgrades.
Full list at https://github.com/openequella/openEQUELLA-admin-console-package/milestone/3?closed=1
Dependency updates include:
- #62 Update dependency org.slf4j:slf4j-simple to v1.7.31
- #61 Update dependency org.slf4j:slf4j-api to v1.7.31
- #59 Update dependency nebula.lint:nebula.lint.gradle.plugin to v16.25.0
- #57 Update actions/upload-artifact action to v2.2.4
- #50 Update dependency com.fasterxml.jackson.core:jackson-databind to v2.12.3
- #52 Update dependency junit:junit to v4.13.2
- #48 Update dependency org.jasypt:jasypt to v1.9.3
- #47 Update dependency gradle to v5.6.4
Code changes:
- #44 special characters within Windows file path bugfix
Documentation changes:
- #42 changes to the README.md to explain how to handle Root CA Certificates that are not within the Java instance cacerts file
v1.1.0
Consists of dependency upgrades.
Full list at https://github.com/openequella/openEQUELLA-admin-console-package/milestone/2?closed=1
v1.1.0-RC2
chore - create RC1 for 1.1.0
v1.1.0-RC1
chore - create RC1 for 1.1.0
v1.0.3
Ensure using the full path of provided JDK (#31)
v1.0.2
Fixes issues with the launcher on MacOS.