Skip to content

Releases: cuioss/cui-java-tools

2.6.2

04 Feb 08:09

Choose a tag to compare

What's Changed

  • chore: release 2.6.2 by @cuioss-oliver in #140
  • fix: update release workflow to use release-bot for pages deploy in #141
  • fix: set contents:write permission for release workflow in #142
  • chore: add github-automation config in #144
  • chore: update cuioss-organization workflows to v0.2.6 in #146
  • Enable auto-merge for build version updates in #147
  • fix: add FUNDING.yml for sponsor button in #148
  • chore: update cuioss-organization workflows to v0.2.7 in #151
  • fix: move contents:write to job-level in release workflow in #152

Full Changelog: 2.6.1...2.6.2

2.6.0

06 Oct 11:55

Choose a tag to compare

What's Changed

  • Feature/fix sonar issues by @cuioss in #100
  • feature/incoporate-generators by @cuioss in #101
  • feat: Add direct LogRecord logging support by @cuioss in #124
  • Remove deprecated PropertyUtil.writeProperty method by @cuioss in #125

Maven Coordinates

 <dependency>
    <groupId>de.cuioss</groupId>
    <artifactId>cui-java-tools</artifactId>
    <version>2.6.0</version>
</dependency>

Full Changelog: 2.5.1...2.6.0

2.5.1

27 Jul 21:58

Choose a tag to compare

What's Changed

Maven Coordinates

 <dependency>
    <groupId>de.cuioss</groupId>
    <artifactId>cui-java-tools</artifactId>
    <version>2.5.1</version>
</dependency>

Full Changelog: 2.5.0...2.5.1

2.5.0

25 Jul 10:31

Choose a tag to compare

What's Changed

  • Bump github/codeql-action from 3.29.2 to 3.29.4 by @dependabot[bot] in #94
  • Bump step-security/harden-runner from 2.12.2 to 2.13.0 by @dependabot[bot] in #92
  • Feature/cleanup by @cuioss in #95
  • Feature/incoporate ring buffer and friends by @cuioss in #96
  • Remove Hamcrest dependency and replace with JUnit assertions by @cuioss in #97

Maven Coordinates

 <dependency>
    <groupId>de.cuioss</groupId>
    <artifactId>cui-java-tools</artifactId>
    <version>2.5.0</version>
</dependency>

Full Changelog: 2.4.0...2.5.0

2.4.0

04 Jul 11:35

Choose a tag to compare

What's Changed

  • Baseline is now Java 21

Maven Coordinates

 <dependency>
    <groupId>de.cuioss</groupId>
    <artifactId>cui-java-tools</artifactId>
    <version>2.4.0</version>
</dependency>

Full Changelog: 2.3.1...2.4.0

2.3.1

17 Jun 11:17

Choose a tag to compare

What's Changed

  • Enhance HttpHandler API to support separate connection and read timeouts by @cuioss in #87

Maven Coordinates

 <dependency>
    <groupId>de.cuioss</groupId>
    <artifactId>cui-java-tools</artifactId>
    <version>2.3.1</version>
</dependency>

Full Changelog: 2.3.0...2.3.1

2.3.0

02 Jun 20:39

Choose a tag to compare

What's Changed

  • Feature/integrate http tooling by @cuioss in #82

Maven Coordinates

 <dependency>
    <groupId>de.cuioss</groupId>
    <artifactId>cui-java-tools</artifactId>
    <version>2.3.0</version>
</dependency>

Full Changelog: 2.2.1...2.3.0

2.2.1

21 Feb 23:11

Choose a tag to compare

What's Changed

  • Fixed a bug in CUILogger and MoreStrings that could result in a StackOverflow

Maven Coordinates

 <dependency>
    <groupId>de.cuioss</groupId>
    <artifactId>cui-java-tools</artifactId>
    <version>2.2.1</version>
</dependency>

Full Changelog: 2.2.0...2.2.1

2.2.0

07 Feb 16:16

Choose a tag to compare

What's Changed

  • Maintenance-Release with lots of test, sonar, documentation-related changes

Maven Coordinates

 <dependency>
    <groupId>de.cuioss</groupId>
    <artifactId>cui-java-tools</artifactId>
    <version>2.2.0</version>
</dependency>

Full Changelog: 2.1.1...2.2.0

2.1.1

02 Aug 20:54

Choose a tag to compare

What's Changed

  • Ensure no exception is thrown when getting builder hashCode. by @svenhaag in #36
  • Remove side effects on provided object varargs of MoreString… by @svenhaag in #37

Maven Coordinates

 <dependency>
    <groupId>de.cuioss</groupId>
    <artifactId>cui-java-tools</artifactId>
    <version>2.1.1</version>
</dependency>

Full Changelog: 2.1.0...2.1.1