Generator Jhipster Micronaut Versions Save

Micronaut blueprint for JHipster

v0.6.0

3 years ago

What's Changed

💎 Features & Enhancements

  • Microservice support (#188) (#196) @murdos
  • Consul support @murdos
  • Replace deprecated test annotation (#186) @agilob
  • Use micronaut-gradle plugin (#184) @agilob
  • create h2 db files in gradle build dir, support h2 console-ui (#170) @atomfrede

📝 Documentation

  • feat: build and run from Docker Support (#185) @Rajpratik71

📦 Dependency updates

  • update main generator to 6.10.4 (#195) @atomfrede
  • Use micronaut-cache-caffeine when cacheProvider is caffeine (#194) @gzsombor
  • update micronaut to 2.1.1 (#187) @atomfrede
  • Upgrade micronaut-data to 2.0.0 and micronaut-core to 2.1.0 (#183) @agilob
  • update micronaut to 2.0.3 and jhipster main generator to 6.10.3 (#179) @atomfrede
  • upgrade micronaut to 2.0.2 (#178) @atomfrede

v0.5.0

3 years ago

What's Changed

  • entityManager should be final (#172) @amatosg

💎 Features & Enhancements

  • activate mail sending (#177) @atomfrede

🐞 Bug Fixes

  • Adding missing imports (#173) @amatosg
  • do not load faker data in prod environment (#169) @atomfrede

v0.4.0

3 years ago

What's Changed

💎 Features & Enhancements

  • Support MariaDB (#167) @murdos
  • activate webpack dev by default instead of checking the dev bundle file (#159) @atomfrede

🐞 Bug Fixes

  • Fixes issues where User resources were attempting to use a cache even if one was not configured (#165) @JasonTypesCodes
  • Updates EntityResourceIT Tests to use DTOs (#104) (#163) @JasonTypesCodes

v0.3.8

3 years ago

What's Changed

💎 Features & Enhancements

  • Fix docker deployment for heroku (#157) @atomfrede
  • Do not create fake data when deploying to heroku (#156) @atomfrede
  • set the port in heroku properties instead of procfile (#155) @atomfrede

v0.3.7

3 years ago

What's Changed

  • Changes H2 Disk DB location to remove second target folder (#150) @JasonTypesCodes

🐞 Bug Fixes

  • Fixes jdbc translation keys in client apps (#154) @JasonTypesCodes
  • add created user to both admin and user group/role (#153) @atomfrede
  • check for 'err' in callback and only log message on failure (#152) @atomfrede
  • remove invalid feature policy 'speaker' (#151) @atomfrede
  • Manifest.webapp should be available without auth (#149) @JasonTypesCodes

v0.3.6

3 years ago

What's Changed

💎 Features & Enhancements

  • Changes Maven projects so that the dependency-reduced-pom is not created by default (#138) @JasonTypesCodes

🐞 Bug Fixes

  • Fix DB Dialect and Configuration issues (#143) @JasonTypesCodes
  • Fixes Maven and Docker configuration issues (#141) @JasonTypesCodes

v0.3.5

3 years ago

What's Changed

💎 Features & Enhancements

  • Executing just ./mvnw compiles the frontend (#136) @atomfrede

v0.3.4

3 years ago

What's Changed

  • Fixes issues encountered during validation of "Space" application (#134) @JasonTypesCodes

🐞 Bug Fixes

  • eagerload is not defined on some Resource classes (#97) @JasonTypesCodes
  • Generation of models with Enums fails (#95) @JasonTypesCodes

v0.3.3

3 years ago

What's Changed

💎 Features & Enhancements

  • Add redis cache support (#120) @atomfrede
  • add security headers (#125) @atomfrede

v0.2.1

3 years ago

What's Changed

💎 Features & Enhancements

  • support java 14 as highest java version (#129) @atomfrede

🐞 Bug Fixes

  • inject and import dto mappers when used for an entity in tests (#123) @atomfrede
  • Fix heroku deployement for app names starting with "p" or later (#128) @atomfrede

📦 Dependency updates

  • update micronaut to 2.0.1 (#133) @atomfrede