JHipster release 4.11.0
What's new
This release features 115 closed tickets and pull requests, here are the more important ones:
- Use jhipster-dependencies BOM, that should greatly simplifies future application upgrades.
- Couchbase support, in addition to our current MongoDB and Cassandra support (and of course MySQL, PostgreSQL, MariaDB, Oracle, SQL Server!).
- Switch back from Chromium to PhantomJS - this is going to impact everyone: if you ever had any issue downloading or running Puppeteer, we've switched back to our old system, which was running faster and smoother. Of course, in the long term, the plan is still to move to Puppeteer.
We also added React support as an "experimental" feature, as we know a lot of people are waiting for it:
- Please note this is experimental. Don't expect it to work if you use non-default options, for example.
- To enable experimental features, we have a specific
--experimental
flag: if you runjhipster --experimental
you will have the new React option when selecting your front-end framework. - We need help to test and finish this implementation, so don't hesitate to participate!