Latest updates for Jhipster

Fresh curated links around JHipster are collected here so marketers can spot useful updates and turn timely ideas into posts faster.

Recent items include:

  • Spring CRUD Generator v1.1.0 Updates
  • OpenAPI, ORM, SVG, and Lottie
  • Как я заставил AI-агента писать нормальный код на Spring

Post angles to try

Share the most useful takeaway for your audience.
Turn one article into a quick practical checklist.
Ask your audience how this shift affects their work.
Turn angles into scheduled posts

Fresh articles and ideas

Recent curated links from global sources. Generate one free draft from any story, then use SocialBu to schedule and refine your content calendar.

dzone.com /1 month ago

Spring CRUD Generator v1.1.0 Updates

I’ve just released Spring CRUD Generator v1.1.0 — an open-source generator that helps you bootstrap a Spring Boot CRUD backend from a single YAML specification. If you’ve built mor...

Read source
dzone.com /4 weeks ago

OpenAPI, ORM, SVG, and Lottie

This is the third follow-up to Friday's release post. Saturday's was about how you iterate; yesterday's was about new platform APIs in the core; today's is about a run of pieces th...

Read source
habr.com /1 month ago

Как я заставил AI-агента писать нормальный код на Spring

Откуда берётся "среднее приложение с GitHub"? Если попросить агента создать JPA-сущность или настроить Spring Security, то он выдаст вполне рабочий код. Вопрос только в одном: для...

Read source
javacodegeeks.com /3 weeks ago

HTML UIs in Spring AI MCP Servers

Modern AI applications are evolving beyond simple text interactions. With the introduction of the Model Context Protocol (MCP), developers can expose tools, resources, and prompts...

Read source
javacodegeeks.com /3 weeks ago

Building and testing a Modern Java 25 / Spring Boot 4.0.6 Backend: Docker, PostgreSQL, OpenAPI, Serenity BDD, Cucumber,...

Abstract This article walks through a compact but realistic backend application built with Java 25 and Spring Boot 4.0.6. The project uses PostgreSQL running in Docker, Gradle 9.5....

Read source
dzone.com /1 month ago

A Spring Boot App With Half the Startup Time

The MovieManager project has been updated to use JDK 25 and the AOT cache from project Leyden. Project Leyden is part of the OpenJDK project and provides cached linking and cached...

Read source
feeds.feedblitz.com /1 month ago

Introduction to Cross-Platform Java Development With Codename One

Learn how Codename One handles layouts, navigation, styling, and general functionality to enable cross-platform development via Java and Maven. The post Introduction to Cross-Plat...

Read source
javacodegeeks.com /2 weeks ago

Spring Modulith 2.0: Enforcing Module Boundaries Before Microservices

Most Java teams hit a wall sooner or later. The monolith that felt manageable at launch gradually turns into a tangled mess where a change in the order package somehow breaks inven...

Read source
dzone.com /1 month ago

OpenAPI From Code With Spring and Java: A Recipe for Your CI

This is not "just another article about Springdoc," I promise. This is a ready-to-use recipe I was struggling to find one day, and had to build it from scratch. Have you ever neede...

Read source
habr.com /1 month ago

Axelix. Cпецназ для Вашей Spring Boot экосистемы

Привет, Хабр!Меня зовут Михаил Поливаха. Я думаю, что в Хабе Spring АйО меня уже относительно знают. В рамках Spring АйО мы довольно часто занимаемся подбором технического материал...

Read source
infoq.com /1 month ago

Java News Roundup: OpenJDK JEPs, Hazelcast, Quarkus, Hibernate, Koog, JHipster, Introducing Endive

This week's Java roundup for May 25th, 2026, features news highlighting: lifecycle changes with two of the JEPs that were targeted for JDK 27; the GA release of Koog 1.0; point rel...

Read source
infoq.com /2 days ago

Java News Roundup: TornadoVM 5, JHipster, Google ADK, OmniFish Build of Payara, Introducing Vidocq

This week's Java roundup for July 6th, 2026, features news highlighting: the GA release of TornadoVM 5.0; point releases of JHipster, Keycloak and Google ADK; maintenance releases...

Read source
dzone.com /5 days ago

Your Codename One App, Now A Native Mac App

Codename One has run on the desktop for a long time through the JavaSE target, which is the same engine that powers the simulator. What it did not have was a real native Mac binary...

Read source
javacodegeeks.com /4 weeks ago

Advanced and Dynamic Searching With Spring Data JPA

From the classic Specification API to the new PredicateSpecification in Spring Data 4.0, generic search criteria builders, Querydsl integration, and pagination — everything your se...

Read source
dzone.com /1 month ago

Getting Started With Agentic Workflows in Java and Quarkus

This post walks through building and running a real-world agentic workflow with Agentican and Quarkus. Specifically, an agentic workflow to automate market research and information...

Read source
medium.com /1 week ago

Stop Writing ViewModelFactory by Hand — Hilt Does It Better in 3 Annotations

The official Android DI library explained from zero — wire your entire Clean Architecture stack automatically with copy-paste Kotlin codeContinue reading on Medium »

Read source
javacodegeeks.com /1 month ago

Understanding Spring Data AOT Repositories

Spring Boot 3 introduced several enhancements for cloud-native and native-image applications. One of the most important optimizations is AOT (Ahead-of-Time) processing. Spring Data...

Read source
dzone.com /1 month ago

Pragmatica Aether: Let Java Be Java

The Aberration We build Java applications like Go or Rust programs. Fat JARs. Docker images. Kubernetes deployments. Everyone does it, so it looks normal. It contradicts Java’s des...

Read source
dzone.com /1 month ago

Ujorm3: A New Lightweight ORM for JavaBeans and Records

"Do the simplest thing that could possibly work." — Kent Beck, creator of Extreme Programming and pioneer of Test-Driven Development.

Read source
dzone.com /1 month ago

Building a Spring AI Assistant With MCP Servers: A Step-by-Step Tutorial

Large language models are powerful text generators, but on their own, they can't see your business data or invoke your existing systems. Model Context Protocol (MCP), released by A...

Read source
vuejobs.com /1 month ago

Full-Stack Java Developer | Microservices, Cloud Deployment & Front-End Technologies

Employer: synechron Location: Chennai, IN Job Summary Synechron is seeking an experienced Java Full Stack Developer to craft sca...

Read source
aws.amazon.com /3 weeks ago

Build a Spring Boot REST API with Amazon Aurora DSQL

In this post, you learn how to build a Spring Boot REST API that integrates with Aurora DSQL. You’ll configure the Aurora DSQL JDBC Connector for IAM authentication, implement opti...

Read source
infoq.com /3 weeks ago

Java News Roundup: Spring Tools, Helidon, Open Liberty, TomEE, JobRunr, Hibernate, Commonhaus

This week's Java roundup for June 15th, 2026, features news highlighting: point releases of Spring Tools, Helidon, JobRunr and Gradle; the June 2026 edition of Open Liberty; the fi...

Read source
javacodegeeks.com /1 day ago

Bean Background Initialization in Spring Boot

Spring Boot is well known for its fast startup and powerful auto-configuration capabilities, enabling developers to build production-ready applications with minimal configuration....

Read source

Turn fresh research into a full content calendar

Use SocialBu to discover ideas, generate post drafts, and schedule them across your social channels.

Sources covering Jhipster

feeds.dzone.com

Recent coverage from public sources
Public source

aws.amazon.com

Recent coverage from public sources
Public source

feed.infoq.com

Recent coverage from public sources
Public source

feeds.feedblitz.com

Recent coverage from public sources
Public source

habr.com

Recent coverage from public sources
Public source

medium.com

Recent coverage from public sources
Public source