jhipster / generator-jhipster-micronaut

Micronaut blueprint for JHipster
Apache License 2.0
98 stars 27 forks source link

Upgrade to JHipster 8.2 #324

Closed mraible closed 3 months ago

mraible commented 3 months ago

When I run mhipster --defaults in this branch, it results in the following error:

ERROR! An error occured while running jhipster:liquibase#customizeMaven
ERROR! ERROR! Cannot read properties of undefined (reading 'liquibase')
TypeError: Cannot read properties of undefined (reading 'liquibase')
mraible commented 3 months ago

I give up for now. Please fix if you know how.

mraible commented 3 months ago

@mshima This one seems to be failing on oauth2 projects with the following error. Any ideas?

ERROR! An error occured while running jhipster-micronaut:server#writeFiles
ERROR! ERROR! /home/runner/work/generator-jhipster-micronaut/generator-jhipster-micronaut/generator-jhipster-micronaut/generators/server/templates/src/main/java/_package_/domain/User.java.ejs:47
    45|     @GeneratedValue(strategy = UNIQUE, delimiter = ID_DELIMITER)
    46| <%_ } _%>
 >> 47|     private <%= user.primaryKey.type %> id;
    48| 
    49|     @NotNull
    50|     @Pattern(regexp = Constants.LOGIN_REGEX)
mraible commented 3 months ago

Fixed by #326.

mshima commented 1 month ago

@DanielFran bounty claimed https://opencollective.com/generator-jhipster/expenses/203370.

DanielFran commented 1 month ago

@mshima approved