From da93bfa38a182b86b775e53082337622f50afd77 Mon Sep 17 00:00:00 2001 From: Petter Nordlander Date: Sat, 22 Jan 2022 17:41:17 +0100 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 11 +++++++++++ README.md | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1206c3d..3a7c926 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [1.5.2] + +### Fixed +- #106 jdeb updated to 1.10 +- #110 jackson-databind updated to 2.13.1 +- #112 logback-classic updated to 1.2.10 +- #113 maven-compiler-plugin updated to 3.9.0 +- #114 spring updated to 5.3.15 +- #115 graalvm js updated to 22.0.0 +- #116 graalvm js-scriptengine updated to 22.0.0 + ## [1.5.1] ### Fixed diff --git a/README.md b/README.md index b13bd06..a11168d 100755 --- a/README.md +++ b/README.md @@ -237,7 +237,7 @@ There is a Docker file with the project. You can build a Docker image and use A You can also use prebuilt docker images. ```bash - docker run --rm fmtn/a-util:1.5.0 a -p "foobar" q + docker run --rm fmtn/a-util:1.5.2 a -p "foobar" q ``` Please note that you need to pass the entire command to the docker run @@ -250,7 +250,7 @@ Given you have a truststore and a keystore in JKS format, you can edit your a st Note that the -Djavax parameters has to come before -jar. ```bash -java -Djavax.net.ssl.keyStore=/Users/petter/client.jks -Djavax.net.ssl.keyStorePassword=password -Djavax.net.ssl.trustStore=/Users/petter/truststore.jks -Djavax.net.ssl.trustStorePassword=password -jar a-1.5.0-jar-with-dependencies.jar -b ssl://example.org:61618 MY.QUEUE +java -Djavax.net.ssl.keyStore=/Users/petter/client.jks -Djavax.net.ssl.keyStorePassword=password -Djavax.net.ssl.trustStore=/Users/petter/truststore.jks -Djavax.net.ssl.trustStorePassword=password -jar a-1.5.2-jar-with-dependencies.jar -b ssl://example.org:61618 MY.QUEUE ``` ## Listing queues