Skip to content

Open Source

I am a passionate advocate for open-source software and believe in giving back to the community that enables so much of our industry’s innovation. This page highlights my active participation in the ecosystem, ranging from maintaining my own libraries to contributing improvements and bug fixes to widely-used frameworks.

My Projects

instancio-gisCore Maintainer

An extension for the Instancio library that enables automated generation of geospatial objects (JTS) for Java testing. View on GitHub

  • Impact: Simplifies the testing of GIS-enabled applications by removing the boilerplate required to create valid, complex geometries.
  • Technologies: Java, JTS (Java Topology Suite), Instancio SPI.
  • Key Achievement: Implemented a seamless integration using Java SPI, allowing users to generate random, valid Polygons, Points, and LineStrings with zero configuration.
  • Blog Post: Writing an Instancio Extension Library
spring-boot-starter-page-jackson3Core Maintainer

A Spring Boot 4 auto-configuration starter that fills a gap in the Spring ecosystem: Jackson 3 cannot deserialize org.springframework.data.domain.Page<T> out of the box when consuming paginated REST responses. View on GitHub

  • Impact: Eliminates the need for copy-pasting a RestPage workaround into every project that consumes paginated APIs in Spring Boot 4.
  • Technologies: Java, Spring Boot 4, Spring Data Commons 4, Jackson 3, Gradle.
  • Key Achievement: Identified the root cause (Spring Data’s PageModule is serialization-only), diagnosed a misleading null-primitive error that masked the actual fix, and published a minimal zero-config solution to Maven Central.
  • Blog Post: Fixing Page Deserialization in Spring Boot 4 with Jackson 3

Contributions

Spring Cloud Stream

I am a frequent user and occasional contributor to the Spring Cloud Stream ecosystem, focusing on improving the developer experience and expanding API capabilities.

Headlamp (Kubernetes SIGs)

Headlamp is a Kubernetes web UI maintained under kubernetes-sigs. It provides an extensible, user-friendly dashboard for managing Kubernetes clusters.

Instancio

Contributed to the core library to expand its built-in generation capabilities.

“Talk is cheap. Show me the code.” — Linus Torvalds