JHipster release 1.9.0

JHipster gives you Spring Boot + AngularJS working together in one handy Yeoman generator.

What’s new

The highlights of this release are:

  • We upgraded to the latest Spring Boot 1.1.9
  • We now recommend the use of Maven over Gradle, and the use of Grunt over Gulp.js. Both Gradle and Gulp.js were community-driven add-ons, and we find them hard to maintain, while it is clear that very few people are using them. So we are looking for volonteers to maintain those tools (it you like one of them, speak up! Become a maintainer!).
  • We have reworked the generator options, so they are in a more logical order
  • We now have Java 8 by default, instead of Java 7. As Java 7 will be end-of-life’d in April 2015, we feel it is the right time to switch!

We are currently preparing our 2.0 release, which is why we are cleaning up the generator. This new release is mostly a re-work of our AngularJS front-end to make it more modular, so you can use JHipster on bigger projects. It is inspired by Angular Fullstack, which looks to us to have the best front-end architecture.

Feel free to have a look at at our 2.0 branch and send us your comments!

And as always, you can check all the closed tickets here.

How to upgrade

Update your version of JHipster with:

npm update -g generator-jhipster

And then you can update your project when you run again

yo jhipster

Help and bugs

If you find any issue with this release, don’t hesitate to: