Java
-
Pipeline as code with a Spring Boot application
This is the last in a serie of posts about continuous delivery based on my local Docker compose stack (see…
Read More » -
Spring Boot – Configure Log Level in runtime using actuator endpoint
As of Spring Boot 1.5 a new loggers actuator endpoint allows viewing and changing application logging levels in runtime. Add…
Read More » -
Traits and Mixins Are Not OOP
Let me say right off the bat that the features we will discuss here are pure poison brought to object-oriented…
Read More » -
Dealing with Java’s LocalDateTime in JPA
A few days ago I ran into a problem while dealing with a LocalDateTime attribute in JPA. In this blog post…
Read More » -
Upcoming Webinar: 5 Best Practices for Debugging Java in Production
Does your team spend over 10% of its time debugging Java in production? Deploying new code to production is a…
Read More » -
JSR 365 Update: Digging Into CDI 2.0
Contexts and Dependency Injection 2.0 (JSR 365), is an update to CDI 1.2, which is currently part of the Java…
Read More » -
Java’s Finalizer is Still There
When I was first learning Java and transitioning from C++ to Java, I remember being told repeatedly and frequently reading…
Read More » -
Spring Data with JPA and @NamedQueries
If you use Spring Data and @NamedQuery annotations at your JPA entity you can easily use them in a more…
Read More » -
How to Handle the Problem of Too Many Classes
During nearly every presentation in which I explain my view of object-oriented programming, there is someone who shares a comment…
Read More »