jhipster-core
Advanced tools
Changelog
v7.3.2
authenticationType
is always uaa
when the applicationType
is uaa
Changelog
v7.3.1
## Bug fixes:
serviceDiscoveryType
option to eureka
.*
or all
as entity list are now correctly parsed.Changelog
v7.3.0
blueprints
keyword is now available, it expects a list of blueprint names.Changelog
v7.2.1
Changelog
v7.2.0
## What's new
dto
or service
can now be declared inside applications, with no change in the syntax..yo-rc.json
file generation can now be skipped (by passing skipYoRcGeneration
to the JDL importer,
thanks to @mshima).Changelog
v7.1.0
Authority
is now allowed as a special relationship source/destination, just like User
(thanks to @xetys for
this feature!)
ZonedDateTime
and ByteBuffer
field types for Cassandra (thanks @SudharakaP for taking this issue and
making this happen!)couchbase
as application option value for searchEngine
## Bug fixes
.yo-rc.json
files
skipUserManagement
option set, then this will be taken into
account when reading entities/relationships.Changelog
v7.0.0
## Breaking changes
MonolithJDLApplication
, and other concrete classes related to JDL applications by the JDLApplication
class.
## What's new
embedded
option (thanks to @tchlyah for the feature!)## Bug fixes
enableHibernateCache
to false when having non-SQL dbs (thanks to @Falydoor for the report!).