Recent Posts

🚀 A Java Developer’s Guide to SonarQube for IDE: Stop Fixing Bugs on Fridays (Part 1)

Author: Jonathan Vila Original post on Foojay: Read More Table of Contents Problem #1: “I don’t have time for complex tool setups”Problem #2: “I think my code is right, but is it?”Problem #3: “Is this urgent, or can it wait?”Problem #4: “I’m not just writing Java anymore…”Problem #5: “I opened a legacy file and got 500 errors. I’m overwhelmed.”Problem #6: …

Read More »

Jakarta Data Makes Persistence a Breeze

Author: Alfonso Altamirano Original post on Foojay: Read More Table of Contents The Problem: Data Access in Enterprise JavaAnnotation-Driven Persistence with Jakarta DataHow Payara Implemented Jakarta DataWhere Does This Leave Enterprise Java Developers? Working with enterprise Java databases can sometimes feel like swimming upstream. Jakarta EE 11’s Jakarta Data helps developers glide through data operations effortlessly, cutting complexity and keeping …

Read More »

How to publish a Java Maven project to Maven Central using JReleaser and GitHub Actions (2025 Guide)

Author: Jago de Vreede Original post on Foojay: Read More Table of Contents Preconditions GPG key Coordinate (group-id) Preparing your project JReleaser Installing locally JReleaser configuration The actual local release Staging Release Check progress in Maven Central repository GitHub action Secrets Workflow Maven pluginResources used This article is a tutorial that guides you through the process of releasing a Java …

Read More »