I'm starting a new project with JHipster-6.0.1 and I would like to know whether is possible to rename defaults java packages without breaking JHipster generator capabilities. For example:
from myapp.aop.logging
to myapp.infrastructure.logging
from myapp.config
to myapp.infrastructure.config
from myapp.security
to myapp.infrastructure.security
from myapp.service
to myapp.infrastructure.service
from myapp.domain
to myapp.infrastructure.jpa