You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@EnableAudit
@ChangelogDate(20240000000000)
entity Blog {
name String required minlength(3)
handle String required minlength(2)
}
@EnableAudit
@ChangelogDate(20240000000100)
entity Post {
title String required
content TextBlob required
date Instant required
}
@EnableAudit
@ChangelogDate(20240000000300)
entity Tag {
name String required minlength(2)
}
relationship ManyToOne {
Post{blog(name)} to Blog
}
relationship ManyToMany {
Post{tag(name)} to Tag{entry}
}
The information is mandatory for bug reports. This will allow us to use automated tests and genarate the broken sample using jhipster from-issue command.
Browsers and Operating System
Checking this box is mandatory (this is just to show you read everything)
The text was updated successfully, but these errors were encountered:
This check uses jhipster info output from the issue description to generate the sample.
Bug report that does not contain this information will be marked as invalid.
Overview of the issue
Faker 9 migration needs adjusts.
Related to #27292, #27179
JHipster Version(s)
v8.7.1
JHipster configuration
JDL definitions
The information is mandatory for bug reports. This will allow us to use automated tests and genarate the broken sample using
jhipster from-issue
command.Browsers and Operating System
The text was updated successfully, but these errors were encountered: