Common classes for java, independent from other libraries
Go to file
Johannes Frohnmeyer cb2d9bfc65
ci/woodpecker/manual/woodpecker Pipeline was successful Details
fix(http-client): null-check message
2024-02-22 20:00:43 +01:00
buildSrc chore: bump kotlin 2023-09-22 18:22:04 +02:00
commons fix(commons): fix OOB for AsyncRequest.start 2023-10-21 14:50:23 +02:00
commons-http-client fix(http-client): null-check message 2024-02-22 20:00:43 +01:00
commons-http-server BREAKING: modularize 2023-09-21 21:08:40 +02:00
commons-io BREAKING: modularize 2023-09-21 21:08:40 +02:00
commons-logging feat(logging): Factor out PrintStreamLogger from StdoutLogger to support logging to stderr and others 2024-01-19 09:04:57 +01:00
commons-logging-slf4j BREAKING: modularize 2023-09-21 21:08:40 +02:00
commons-manifold build: move core commons to submodule to clean up build 2023-09-21 19:08:14 +02:00
commons-serialize BREAKING: modularize 2023-09-21 21:08:40 +02:00
commons-serialize-gson BREAKING: modularize 2023-09-21 21:08:40 +02:00
commons-serialize-gson-dsl chore: add return type to IOLib.addTo 2023-09-22 19:07:05 +02:00
commons-unsafe BREAKING: modularize 2023-09-21 21:08:40 +02:00
muscript fix(muscript): remove unsafe cast to string for any assign casted to string 2023-11-14 20:01:10 +01:00
muscript-gson BREAKING: modularize 2023-09-21 21:08:40 +02:00
.gitignore 0.1.0 2022-04-28 20:52:32 +02:00
.woodpecker.yml move javadoc to reposilite, support for SVG images is coming soon (tm) 2023-04-05 12:59:11 +02:00
README.md Update gson, bump version 2023-01-21 14:35:36 +01:00
build.gradle.kts feat(muscript): IOLib from respackopts 2023-09-21 19:28:17 +02:00
settings.gradle.kts BREAKING: modularize 2023-09-21 21:08:40 +02:00

README.md

JfCommons

Common code for my java projects. Uses my common build scripts.

Modules

  • commons: Common java code without a major theme or external dependencies
  • muscript: A simple scripting language
  • commons-slf4j: SLF4J bindings for the logging abstraction in commons. Supports using commons as a backend for slf and slf as a commons backend.
  • commons-gson: Provides some utility classes around my fork of gson
  • commons-manifold: Some common code using the features of manifold-ext. Mainly extension classes.