Alejandro Matos
Alejandro Matos
##### **Overview of the feature request** Currently, date picker only allows YYYY-MM-DD format. By adding a custom implementation, users will be able to choose the format she/he desires. ##### **Motivation...
##### **Overview of the issue** After I imported a JDL file, every repository was missing the `JpaSpecificationExecutor` dependency ##### **Reproduce the error** * Create a MN project * Import a...
##### **Overview of the issue** When defining a relationship like `JobHistory to Employee` instead of `JobHistory{employee} to Employee` and importing it from a JDL file, the `HttpsStatus` object is not...
**Describe the bug** When I close a release using git flow, it merges into master but not into develop **To Reproduce** Steps to reproduce the behavior: 1. Use `i` to...
- `ProfileManager.getActiveProfile() `has been deprecated in favor of `ConfigUtils.getProfiles()` - Code improvement
**Describe the bug** when running `jhipster-quarkus jdl my-entities.jh`, it fails with following error: ``` WARNING! /home/alejandro/projects/quarkus/node_modules/generator-jhipster-quarkus/generators/entity-server/templates/quarkus/src/main/java/package/domain/Entity.java.ejs ✖ An error occured while running jhipster-quarkus:entity-server#writeServerFiles Error running generator entities: Error: /home/alejandro/projects/quarkus/node_modules/generator-jhipster-quarkus/generators/entity-server/templates/quarkus/src/main/java/package/domain/Entity.java.ejs:317 315|...
##### **Overview of the feature request** Remove many, many lines of code and move them to the abstract class `QueryService`. ##### **Motivation for or Use Case** This feature is important...
**Describe the bug** when generating an entity and selecting any numerical type, I'm getting the following error: ```terminal INFO! The entity WorkOrderInputLine is being created. Generating field #1 ✔ Do...
**Describe the bug** A clear and concise description of what the bug is. I found 2 issues when using LocalTime in a field: 1. the Entity and DTO won't have...