Releases: jhipster/generator-jhipster-micronaut
Releases Β· jhipster/generator-jhipster-micronaut
v0.4.0
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
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
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
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
What's Changed
π Features & Enhancements
- Executing just
./mvnwcompiles the frontend (#136) @atomfrede
v0.3.4
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
What's Changed
π Features & Enhancements
- Add redis cache support (#120) @atomfrede
- add security headers (#125) @atomfrede
v0.2.1
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
v0.2.0
What's Changed
π Features & Enhancements
- initial support for Heroku deployment (#85) @atomfrede
π Bug Fixes
- put introspected on dtos such that they can be validated (#119) @atomfrede
- add missing ',' to method definition for findAllX (#117) @atomfrede
π¦ Dependency updates
- Bump lodash from 4.17.15 to 4.17.19 (#121) @dependabot
- update to micronaut 2.0.0 (#108) @atomfrede
v0.1.5
What's Changed
π Features & Enhancements
- Use micronaut family member in generated app (#112) @atomfrede
π Bug Fixes
- Fixes assertions in JWTFilterTest and disables Basic Auth (#110) @JasonTypesCodes