Skip to content

v9.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 27 May 18:02
· 101 commits to refs/heads/main since this release

What's changed

🌟 Highlights

🍃 Spring Boot and security

  • Spring Boot 4.0.6 (#33553) - latest Spring Boot version for generated applications
  • Configuration sanitization for hardening (#32708) - tighter handling of generated configuration
  • JWT credentials fix (#33479) - fixes SecurityUtils.getCurrentUserJWT for JWT credentials

🅰️ Angular

  • OnPush change detection everywhere (#33218) - all generated components now use ChangeDetectionStrategy.OnPush
  • Rewritten service worker provider (#33329) - cleaner service worker setup in generated apps
  • SSR-safe html lang updates (#33330) - uses inject(DOCUMENT) for server-safe language updates

⚛️ React

  • Jest to Vitest migration (#33200) - generated React apps now use Vitest
  • react-top-loading-bar (#33039) - replaces react-redux-loading-bar
  • User management reducer fix (#33555) - fixes errorMessage handling

🟩 Vue

  • @module-federation/vite (#33283) - Vue microfrontends now use the Vite integration
  • rsbuild microfrontends by default (#33455) - rsbuild is now the default for generated Vue microfrontends
  • Gateway resources through module federation (#33485) - exposes and loads gateway resources through module federation
  • Stale auth token cleanup (#33503) - removes outdated authentication tokens from storage

🧩 Internal improvements

  • Improved TypeScript support (#33332, #33096) - each generator exports its own types, and new blueprints are generated in TypeScript
  • CI/CD generator split (#33398, #33388) - moves commands into ci-cd and ci-cd:common
  • Typed generator utilities (#33352, #33351, #33391) - more typed helpers and better writeFiles inference

🤖 AI and generator workflow

  • AGENTS.md and AI assistant disclosure policy (#33130) - documents expectations for AI-assisted contributions

📊 By the numbers

🔧 More changes

🔧 Core generator and templates

🖥️ Frontend

🧪 Testing and CI

🐾 JDL, internals, and blueprints

🔬 Code quality

🪶 Maven

🐘 Gradle

📦 Dependency updates

📦 Install

npm install -g generator-jhipster@9.1.0

Refer to the upgrade instructions for upgrading existing applications.

🙏 Contributors

Thanks to everyone who contributed to this release!