AI on the JVM accelerates: New frameworks like Embabel, Koog, Spring AI, and LangChain4j drive rapid adoption of AI-native and AI-assisted development in Java. Java 25 anchors a modern baseline: The ...
A modular Spring Boot framework for building Telegram bots on Java 17 and Spring Boot ecosystem. This project provides a structured, extensible foundation for Telegram bots that require clear routing, ...
This post is part of my series about backend microservice development with Java and Spring. First, a disclaimer. This post is not a cookbook, it doesn’t provide a perfect solution to any business ...
Interceptors in Spring are used to intercept client requests or responses before they are handled by the controller or before the response is sent back to the client. Interceptors are part of the ...
Simple steps to start using the library. Annotate your service method with @PulsarConsumer annotation and set batch attribute to true. Return a list from your consumer method, which contains MessageId ...