Enterprise Java
-
Spring Injection Types
Spring supports three types of dependency injections: Constructor injection @Component public class SecondBeanImpl implements SecondBean { private FirstBean firstBean; @Autowired…
Read More » -
Apache Lucene performance on 128-core AMD Ryzen Threadripper 3990X
Almost a decade ago, I started running Lucene’s nightly benchmarks, and have been trying with mixed success to keep them…
Read More » -
Content-Security-Policy Nonce with Spring Security
Content-Security-Policy is important for web security. Yet, it’s not mainstream yet, it’s syntax is hard, it’s rather prohibitive and tools rarely…
Read More » -
Spring Cloud Sleuth 3.0.0 released
With the release of the Spring Cloud 2020.0.0 (aka Ilford) release train we’re more than happy to announce the general…
Read More » -
OAuth2 Bearer Token Usage
I have immersed myself in the digital identity space for the past few years. A good chunk of this work…
Read More » -
Jmix – the future of CUBA Platform
Jmix is the new name and the new major release of CUBA Platform. It is now in Preview and we…
Read More » -
Jenkins: Automating your delivery pipeline
In this post, we are going to create a Jenkins pipeline for a Java Spring project using Maven and Git:…
Read More » -
Spring Cloud Contract 3.0.0 released
With the release of the Spring Cloud 2020.0.0 (aka Ilford) release train we’re more than happy to announce the general…
Read More » -
Undo feature with Neo4J & Enterprise Java
I’ve created an example how to implement an undo feature in a Quarkus application that uses a Neo4J database. From…
Read More »