<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Java on Dev Portfolio</title><link>https://chcha.in/tags/java/</link><description>Recent content in Java on Dev Portfolio</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Mon, 29 Dec 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://chcha.in/tags/java/index.xml" rel="self" type="application/rss+xml"/><item><title>Fix NPE in SetVariables when variables are null</title><link>https://chcha.in/opensource/kestra-npe-fix/</link><pubDate>Mon, 29 Dec 2025 00:00:00 +0000</pubDate><guid>https://chcha.in/opensource/kestra-npe-fix/</guid><description>Fixed a NullPointerException in the SetVariables task when overwrite: false is used. The task assumed execution.getVariables() was non-null and attempted to call containsKey(...), which caused a crash for webhook-triggered executions.
The fix defensively initializes a local variables map before performing duplicate checks and merges, preserving existing behavior while preventing the NPE.</description></item><item><title>Food Ordering System</title><link>https://chcha.in/projects/food-ordering-system/</link><pubDate>Sat, 01 Nov 2025 00:00:00 +0000</pubDate><guid>https://chcha.in/projects/food-ordering-system/</guid><description>Overview Food Ordering System is a robust Spring Boot application designed to manage restaurant orders with enterprise-grade security and scalability. It features a complete ecosystem for users, restaurant owners, and delivery management.
Key Features 🔐 Enterprise Security: Implementation of JWT Authentication with Spring Security and BCrypt password encryption 👤 Role-Based Access (RBAC): Distinct panels for Users and Hotel Managers with strict resource ownership validation 🛒 Order Processing: Atomic transaction management for reliable order handling and status tracking 🏨 Restaurant Management: Complete CRUD operations for restaurants, menus, and image handling 📊 Enterprise Logging: Structured logging with AOP (Aspect-Oriented Programming) integration Project Architecture Backend Layer: Layered architecture (Controller → Service → Repository → Entity) ensuring separation of concerns Security Flow: Request -&amp;gt; JWT Filter -&amp;gt; Spring Security Context -&amp;gt; Protected Resource Frontend Integration: Built with Vue.</description></item></channel></rss>