Skip to content

Releases: sbabcoc/logback-testng

Upgrade dependencies and plug-ins; fix repository error

Choose a tag to compare

@sbabcoc sbabcoc released this 22 Feb 03:22

In this release, I upgraded to the latest dependencies and Maven plug-ins. I also fixed an issue with the specification of OSSRH repository.

Revert 'logback' to version 1.3.15 to maintain compatibility with Java 8

Choose a tag to compare

@sbabcoc sbabcoc released this 12 Aug 03:21

I broke compatibility with Java 8 by upgrading logback to version 1.5.13. This release reverts logback to version 1.3.15 to restore Java 8 compatibility.

Migrate to OSSRH Staging API; update dependencies

Choose a tag to compare

@sbabcoc sbabcoc released this 09 Aug 18:22

This release was primarily devoted to migration from the retired Sonatype OSSRH system to the new OSSRH Staging API. I also upgraded to the latest release of Logback (version 1.5.13) and the latest releases of all Maven plugins.

The new JavaDoc plugin adds more documentation requirements, so all non-private classes, methods, and fields are now documented.

Upgrade dependencies to latest versions

Choose a tag to compare

@sbabcoc sbabcoc released this 01 Apr 20:26

In this release, I upgraded to the latest releases of TestNG and LogBack. This also required upgrading to JUnit Jupiter API, which is required by the LogBack tests JAR.

Build for Java 8; upgrade dependencies and plugins

Choose a tag to compare

@sbabcoc sbabcoc released this 11 Jun 05:29

In this release, I finally dropped support for Java 7. By building this library for Java 8, I'm able to upgrade dependencies to newer versions that resolve identified vulnerabilities.

Upgrade to the latest release of 'logback'

Choose a tag to compare

@sbabcoc sbabcoc released this 16 May 02:57
logback-testng-1.3.5

[maven-release-plugin] copy for tag logback-testng-1.3.5

Upgrade dependencies and plugins (part 2)

Choose a tag to compare

@sbabcoc sbabcoc released this 23 Aug 02:50

This release is a continuation of the project housekeeping contained in the previous release.

Upgrade dependencies and plugins

Choose a tag to compare

@sbabcoc sbabcoc released this 23 Aug 02:46

This release contains no functional changes but is instead focused on project housekeeping.

Upgrade to the latest release of JUnit 4

Choose a tag to compare

@sbabcoc sbabcoc released this 30 Jan 22:31

This release upgrades to the latest release of JUnit 4 (4.13.1)

Add handling for UnsupportedClassVersionError

Choose a tag to compare

@sbabcoc sbabcoc released this 28 Mar 03:52

Catch UnsupportedClassVersionError to avoid instantiation failure, which was causing test runs to fail during start-up.