
Change default Java version on macOS 11 BigSur & persist it
Setting the java version on BigSur macOS 11 changed compare to previous macOS versions. This one is about how to change and persist the java version on macOS 11 BigSur.
Setting the java version on BigSur macOS 11 changed compare to previous macOS versions. This one is about how to change and persist the java version on macOS 11 BigSur.
Deploy Ktor applications instantly to Kubernetes without Dockerfiles.
A showcase how to create docker images with kotlin and gradle only.
How to change default java version on Mac from Java version 11.0.2 to Java version 1.8 to enable a service transition.
Kotlin Extensions – this is one reason why I love working with Kotlin.
Kotlin Extensions can be very powerful and do not so often appear when reading about why to use Kotlin. I like Extensions very much and provide some examples.
Have you ever run into ClassCastException while coding a Stash plugin? I did several times enjoying the error widget on the right. There were several […]
I did the customHTTPcodes sample project last year before spring 4 was released. That project included two branches junit (tag: v0.4.3) testNG (tag: v0.4.3ng) both […]
My former post “custom http status codes” about such a project on github was focussed on creating certain http status codes. Two not covered subjects […]
Mybatis is a data mapping framework I recently came across. I did step by step tutorials like getting-started-with-ibatis-mybatis-annotations and mybatis-dao-example-code-tutorial . These tutorials show as […]
Yesterday I updated the developer branch of readImageMetadata on github. I created this project when I was writing the last post read image meta data […]
Recently I wanted to read programmatically some image meta data. After several tests and coding I came across three libraries that I decided to have a […]