Overview of the issue
Error generating entities from JDL file in a project with Caffeine cache:
ERROR! An error occured while running jhipster:spring-boot:cache#customizeFiles
ERROR! ERROR! Error editing file ...\src\main\java\com\mycompany\jhipster9\config\CacheConfiguration.java: Missing required jhipster-needle caffeine-add-entry not found at '...\src\main\java\com\mycompany\jhipster9\config\CacheConfiguration.java' at Error: Missing required jhipster-needle caffeine-add-entry not found at '...\src\main\java\com\mycompany\jhipster9\config\CacheConfiguration.java'
Motivation for or Use Case
The entity generation breaks.
Reproduce the error
- Create a JH project selecting Caffeine for cache.
- Import a JDL file with any entity definition.
Related issues
I didn't find anyone.
Suggest a Fix
FIX: append " - JHipster will add cache entries here" to // jhipster-needle-caffeine-add-entry in CacheConfiguration.java as follows:
// jhipster-needle-caffeine-add-entry - JHipster will add cache entries here
JHipster Version(s)
9.0.0
Browsers and Operating System
Windows 11
Overview of the issue
Error generating entities from JDL file in a project with Caffeine cache:
ERROR! An error occured while running jhipster:spring-boot:cache#customizeFiles
ERROR! ERROR! Error editing file ...\src\main\java\com\mycompany\jhipster9\config\CacheConfiguration.java: Missing required jhipster-needle caffeine-add-entry not found at '...\src\main\java\com\mycompany\jhipster9\config\CacheConfiguration.java' at Error: Missing required jhipster-needle caffeine-add-entry not found at '...\src\main\java\com\mycompany\jhipster9\config\CacheConfiguration.java'
Motivation for or Use Case
The entity generation breaks.
Reproduce the error
Related issues
I didn't find anyone.
Suggest a Fix
FIX: append " - JHipster will add cache entries here" to // jhipster-needle-caffeine-add-entry in CacheConfiguration.java as follows:
// jhipster-needle-caffeine-add-entry - JHipster will add cache entries here
JHipster Version(s)
9.0.0
Browsers and Operating System
Windows 11