github jhipster/generator-jhipster v9.1.0

4 hours ago

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!

Don't miss a new generator-jhipster release

NewReleases is sending notifications on new releases.