Skip to content

GraalVM support is failing with "Cannot resolve PropertyFilter with id 'lazyPropertyFilter'" #34213

Description

@mshima
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
  • Tickets opened without reproduction steps or that don't follow the template recommendation will be closed.
  • This issue is prompt-related or an error that prevents JHipster from generating an application.
  • I don't have a JDL otherwise I should open an JDL Issue
  • The application is not successfully generated otherwise, I should open an Issue with jhipster info
  • Checking this box is mandatory (this is just to show you read everything)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions