Skip to content

Releases: isaric/commons-lib

Migrates to Maven Central for package publishing

12 Jun 10:00
8a68839

Choose a tag to compare

This release does not bring any meaningful changes to the libray code itself. The purpose is to modify the gradle build setup and the accompanying github workflows to switch publishing away from github packages and into maven central.
An additional goal was to use a GPG key in order to sign packages.

Fixes hanging slack hook

09 Oct 12:43
61fdae2

Choose a tag to compare

Minor fix - slack hook would sometimes hang when multiple messages (>2) where sent within the space of a few seconds.
Fixed by switching to the CloseableHttpClient and closing the response after sending.

Get Log Level

28 Feb 20:19

Choose a tag to compare

Adds the getLogLevel method to the Log Level Service that allows the client to check on the logger level at runtime.

Log Level Service

07 Feb 10:36

Choose a tag to compare

This release adds a service wrapper around logback for changing log levels at runtime.
As a side note the configuration class was refactored to a more functional approach.

List support

04 Oct 15:59

Choose a tag to compare

Adds support for retrieving comma-separated lists of strings, integers, doubles or booleans

Initial

04 Oct 12:50

Choose a tag to compare

Library for environment configuration and slack hooks