Java/JVM Architectural Support Tools

JUnit Check For Cycles ArchUnit examples Read more

Creating a JNI Class in Kotlin

In order to invoke a JNI we need to create a Kotlin class with extrenal method and a C function with specific signature for each external method in Kotlin. Let’s assume that we have the following class in Kotlin: For... Read more

JPA tips&tricks

Mapping enum to string column Read more

Local S3 Bucket Development Setup With Docker

docker-compose.yaml Start docker-compose and then to list buckets, enter: Java/Kotlin Code Connecting S3FS FUSE to Docker S3 TestContainer Read more

Quarkus tips&tricks

Injecting @ApplicationScope implementations of certain class Returning Completion Stage as a Result Mapping Configuration to Objects https://quarkus.io/guides/config-mappings Catching Wildcard Paths with @Path annotation If there is a need to capture everything after fixed prefix of a path, use this syntax... Read more