Skip to main content
Welcome to

MicroProfile Blog

Become a Microprofile Author

Are you a MicroProfile Speaker?

Your session needs MP media coverage!  Submit a github issue by filling in all the required information & we will do our best to push your session to the MicroProfile Community.

MicroProfile Context Propagation 1.0 is Now Available

MicroProfile Context Propagation 1.0 is now available as a standalone release, i.e. outside the MicroProfile umbrella/platform release. MicroProfile Context Propagation enables CompletionStages and CompletableFutures, such as those returned by MicroProfile Fault Tolerance @Asynchronous, to reliably run with predictable thread context, and guards against unintentional donation of context from threads that…

Read More

Microprofile CustomConfigSource with Database

With the Microprofile-Config API there is a new and easy way to deal with configuration properties in an application. The Microprofile-Config API allows you to access config and property values form different sources like: System.getProperties() (ordinal=400) System.getenv() (ordinal=300) all META-INF/microprofile-config.properties files Developers can find a good introduction into the Microprofile…

Read More