Maven
-
Core Java
Why Maven Dependency Order Matters
Maven is a widely used build automation tool in Java-based projects. One of the key functionalities of Maven is managing…
Read More » -
Core Java
Maven and Gradle: A Side-by-Side Comparison
In the realm of Java development, build tools play a crucial role in automating the process of building, testing, and…
Read More » -
Core Java
Maven Spotless Plugin for Java
Maintaining a consistent code style across a project is crucial for readability, collaboration, and long-term maintainability. The Maven Spotless Plugin…
Read More » -
Core Java
Define Multiple Repositories With Maven
Apache Maven is a powerful build automation tool primarily used for Java projects. It simplifies the process of managing project…
Read More » -
Core Java
Insert JSON Object to PostgreSQL using preparedStatement
Storing JSON data in a PostgreSQL database can be quite efficient and effective. PostgreSQL offers two data types to store…
Read More » -
Core Java
How to Set JVM Arguments for Maven Builds
Effectively managing JVM arguments is essential for optimizing performance and configuring the build environment in modern Java development. Apache Maven…
Read More » -
Core Java
Understanding Maven Dependency Graph or Tree
Working on large Maven projects can be daunting, especially when it comes to managing dependencies between modules and libraries and…
Read More » -
Core Java
Log4j RCE 0-day vulnerability (CVE-2021-44228) mitigation actions
I had an update from my very good friend and excellent consultant Stella Varvarigou in which she explained me that setting com.sun.jndi.rmi.object.trustURLCodebase…
Read More » -
Enterprise Java
Cloud Build and Gradle/Maven Caching
One of the pain points in all the development projects that I have worked on has been setting up/getting an…
Read More »