jhipster / jhipster-lite

JHipster Lite ⚡ is a development platform to generate, develop & deploy modern web applications & microservices architecture, step by step - using Hexagonal Architecture :gem:
https://lite.jhipster.tech
Apache License 2.0
463 stars 212 forks source link

Move technical exception to dedicated package #3684

Closed DamnClin closed 7 months ago

DamnClin commented 2 years ago

As in https://github.com/jhipster/jhipster-lite/pull/3682 move this package in generated applications (in ZalandoProblemsModuleFactory)

pascalgrimaud commented 2 years ago

@DamnClin : I wonder if we could add a new optional property like 'packageDestination', so the user can choose where to generate these classes. By default, it could be:

Then, the user could choose the old one for exemple:

It means, the template should look like:

package {{packageName}}.{{packageDestination}};

I think it could be nice because:

DamnClin commented 2 years ago

This mean adding, at least, 3 properties, could be done but not sure the UX will be that good

pascalgrimaud commented 2 years ago

Let's wait few days and think about my suggestion, as maybe there can be some impact

murdos commented 9 months ago

@DamnClin : ZalandoProblemsModuleFactory doesn't exist anymore. Is this issue still relevant since migration to Spring Boot 3?

pascalgrimaud commented 7 months ago

let's close this as it's probably not relevant anymore