Group: GitHub Ralfspoeth
Sort by:Popular

1.Basic Data Structures and Functions4 usages

io.github.ralfspoeth » basix MIT

This project implements some basic data structures missing in terms of purity in the Java libraries, and some useful functions and predicates.
Last Release on May 9, 2026

2.Log API3 usages

io.github.ralfspoeth » log-api MIT

Annotations consumed by log-weaver — Log on methods and LogAll on types, packages, or modules. No runtime dependencies; pulled in as a compile-time dependency on the project being woven, and read reflectively by ...
Last Release on May 11, 2026
This project provides just two simple classes that extends Reader and Writer, respectively, on top of Input and Output Streams in order to decode and encode UTF-8 streams fast.
Last Release on May 9, 2026
This project implements a JSON parser and serializer in Java which operates around immutable data structures for the JSON elements.
Last Release on May 9, 2026

5.Log Weaver Core1 usages

io.github.ralfspoeth » log-weaver-core MIT

Bytecode transformation engine for log-weaver — embeddable in a Maven plugin, a Gradle plugin, or a Java agent. No build-tool dependencies.
Last Release on May 11, 2026

6.Log Weaver BOM

io.github.ralfspoeth » log-weaver-bom MIT

Bill of Materials for log-weaver. Import this once in a consuming project's <dependencyManagement> and then reference any of log-api / log-weaver-core / log-weaver-maven-plugin / log-weaver-agent without specifying a version.
Last Release on May 11, 2026

7.Jsonrpcservlet

io.github.ralfspoeth » jsonrpcservlet MIT

A Java Servlet for handling JSON-RPC 2.0 requests.
Last Release on May 1, 2026

8.Log Weaver (parent)

io.github.ralfspoeth » log-weaver MIT

Bytecode-level logging weaver driven by the Log/LogAll annotations from log-api. Modules: - log-api : the Log / LogAll annotation types - log-weaver-core : transformation engine (no build-tool ...
Last Release on May 11, 2026

9.Log Weaver Java Agent

io.github.ralfspoeth » log-weaver-agent MIT

Java agent that weaves Log/LogAll annotations into classes at load time via java.lang.instrument.ClassFileTransformer. Shades log-weaver-core so a single -javaagent=<path-to-agent.jar> flag is sufficient.
Last Release on May 11, 2026
Basis for publishing artefacts
Last Release on Mar 5, 2026

11.XML Stream Support

io.github.ralfspoeth » xmls MIT

This project provides support for iterating and traversing XML documents with the stream API.
Last Release on May 12, 2026

12.Dirs

io.github.ralfspoeth » dirs MIT

Directory structure implementation, which is more basically a tree of nodes with labeled associations.
Last Release on Sep 28, 2025

13.Log Weaver Maven Plugin

io.github.ralfspoeth » log-weaver-maven-plugin MIT

Maven plugin that runs the log-weaver transformation during the process-classes phase. Thin wrapper around log-weaver-core.
Last Release on May 11, 2026