Decommission of Clematis Auth API
The embedded Keycloak project is decommissioned in favor of a standalone Proxmox virtual machine. The documentation is updated.
The embedded Keycloak project is decommissioned in favor of a standalone Proxmox virtual machine. The documentation is updated.
The Palantir Docker Plugin is now EOL, which probably is the old news, however, the worse part is that it is waiting to be updated for Gradle 8.12 and up: https://github.com/palantir/gradle-docker/issues/801.
Some Clematis APIs are dependent on the plugin, so looking for workarounds or removal.
Throwing in some stuff to experiment with:
Cosmic 1.0.0 is now released and shipped to its end users.
Working on the FORTRAN based legacy project, trying to bring it closer to the modern web applications workflow. The idea is to make a web user interface backed up by a database to store the FORTRAN output.
Math Parser is now deployed to GitHub packages:
<dependency>
<groupId>org.clematis</groupId>
<artifactId>math-parser</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
Skos Parser is now deployed to GitHub packages:
<dependency>
<groupId>org.clematis</groupId>
<artifactId>skos-parser</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
Rewriting a short Groovy project to parse and trim SKOS files containing taxonomies.
Starting renovation of the old legacy project about maths and its usage in the Java code for dynamic calculation of algorithmic values - Clematis Math Parser.