A running list of side projects I tinker with outside of work.
Revisiting the jaxb-visitor
I created the jaxb-visitor plugin about 10 years ago for a project working with XML schemas from the Open Geospatial Consortium and recently updated it to work with Java 11 and JAXB 3.
Validating Path Expressions In Step Functions
I created asl-path-validator to define the grammar for JSONPath expressions supported by AWS Step Functions. The library validates Path, Reference Path, and Payload Template expressions in Step Functions.
Step Functions To Plantuml
A look at asl-puml and how it emits a PlantUML state diagram from a AWS Step Functions json file.
Effectively Final
A compiler plugin to enforce function parameters are either explicitly or effectively final.