Skip to main content
Anton Troshin
Clematis maintainer
View all authors

Storage API Client is Released

· One min read
Anton Troshin
Clematis maintainer

Clematis Storage API is one of the low-level microservices, useful for the rest of applications which would like to store files. The client for Spring is now deployed to GitHub packages:

<dependency>
<groupId>org.clematis.storage</groupId>
<artifactId>storage-api-client</artifactId>
<version>1.0.2</version>
</dependency>

Documentation is ready

Clematis Desktop Java 21 & Refactoring

· One min read
Anton Troshin
Clematis maintainer

Clematis Desktop is updated to work with Java version 21. There were a few steps were made:

  • Gradle is updated to 9.1.0
  • Changes in build files syntax to support Gradle 9.1.0

The project gradually accepts new language features as much of the old code is being refactored, for example, to remove the lengthy Desktop class and break down its functionality into smaller classes, organized in a more Java Swing way. More details are available in the README.

Zabbix Installed and Configured

· One min read
Anton Troshin
Clematis maintainer

The goal is to cut the time spent on maintenance of Java applications and network resources and spare time for work and creativity. So Zabbix comes at handy again:

  1. Java Applications Monitoring, the documentation is ready
  2. TrueNAS Monitoring, the documentation is ready