Camel+CDI to make an HTTP proxy with Meecrowave by Romain Manni-Bucau, 2018-12-25

Apache Camel got a decent CDI extension some years ago now, let see how simple it is to get started to use it to make a HTTP proxy with the microserver Apache Meecrowave.

Camel and JSON-B (un)marshalling by Romain Manni-Bucau, 2018-12-19

Apache Camel is likely the most powerful open source integration solution but in current version it does not integrate natively with JSON-B, let’s make it!

Why my Apache Beam Spark fatjar job broke upgrading to 2.9.0 version by Romain Manni-Bucau, 2018-12-18

Apache Beam 2.9.0 has released last week. So if you were using a previous version you are likely tempted to upgrade. This is what I did, an what was expected to be a single line change in a pom has surprisingly been more work. Let’s see what changed!

Avoid some thread leak running Asciidoctor on JRuby by Romain Manni-Bucau, 2018-12-14

AsciidoctorJ relies on JRuby but this last one can leak some thread, let see how to avoid that.

[fun] Set system properties from a java Stream<String> by Romain Manni-Bucau, 2018-12-12

You can now write pretty much all code using streams, let see how to do it to set system properties.