Overview of the issue
When generating an Application which uses lazyPropertyFilter, backends tests fails.
See https://github.com/jhipster/generator-jhipster-native/actions/runs/29848523134/job/88695315011?pr=168.
Motivation for or Use Case
Reproduce the error
JDL definitions
application {
config {
baseName mvcJwt
cacheProvider no
creationTimestamp 1632872179205
devDatabaseType h2Disk
enableHibernateCache false
enableTranslation false
graalvmSupport true
jwtSecretKey "ZjY4MTM4YjI5YzMwZjhjYjI2OTNkNTRjMWQ5Y2Q0Y2YwOWNmZTE2NzRmYzU3NTMwM2NjOTE3MTllOTM3MWRkMzcyYTljMjVmNmQ0Y2MxOTUzODc0MDhhMTlkMDIxMzI2YzQzZDM2ZDE3MmQ3NjVkODk3OTVmYzljYTQyZDNmMTQ="
testFrameworks [cypress]
}
entities Blog, Post, Tag
}
entity Blog {
name String required minlength(3)
handle String required minlength(2)
}
entity Post {
title String required
content TextBlob required
date Instant required
}
entity Tag {
name String required minlength(2)
}
relationship ManyToOne {
Post{blog(name)} to Blog
}
relationship ManyToMany {
Post{tag(name)} to Tag{entry}
}
Related issues
#33923
Suggest a Fix
JHipster Version(s)
Browsers and Operating System
Overview of the issue
When generating an Application which uses lazyPropertyFilter, backends tests fails.
See https://github.com/jhipster/generator-jhipster-native/actions/runs/29848523134/job/88695315011?pr=168.
Motivation for or Use Case
Reproduce the error
JDL definitions
application { config { baseName mvcJwt cacheProvider no creationTimestamp 1632872179205 devDatabaseType h2Disk enableHibernateCache false enableTranslation false graalvmSupport true jwtSecretKey "ZjY4MTM4YjI5YzMwZjhjYjI2OTNkNTRjMWQ5Y2Q0Y2YwOWNmZTE2NzRmYzU3NTMwM2NjOTE3MTllOTM3MWRkMzcyYTljMjVmNmQ0Y2MxOTUzODc0MDhhMTlkMDIxMzI2YzQzZDM2ZDE3MmQ3NjVkODk3OTVmYzljYTQyZDNmMTQ=" testFrameworks [cypress] }entities Blog, Post, Tag
}
entity Blog {
name String required minlength(3)
handle String required minlength(2)
}
entity Post {
title String required
content TextBlob required
date Instant required
}
entity Tag {
name String required minlength(2)
}
relationship ManyToOne {
Post{blog(name)} to Blog
}
relationship ManyToMany {
Post{tag(name)} to Tag{entry}
}
Related issues
#33923
Suggest a Fix
JHipster Version(s)
Browsers and Operating System