Closed mshima closed 4 years ago
@MathieuAA I was thinking about adding annotations support to application.config like:
aplication {
@customAnnotation
config {
baseName foo
}
}
What don you think?
What does it add?
A workaround to https://github.com/jhipster/jhipster-core/issues/448
aplication {
@blueprintSpecificConfig
config {
baseName foo
}
}
@MathieuAA never mind, it's harder than I anticipated: https://github.com/mshima/jhipster-core/tree/config_annotation.
Can you release 7.3.3 for jhipster 6.10.0?
Tomorrow yes! I'll have some free time
Great thanks 👍 .
Ping @MathieuAA
It's done.
Sorry, my bad, didn’t saw, thanks.
Overview of the issue
Annotations with spaces inside values like:
Exits with error:
Motivation for or Use Case
Useful for custom labels. See https://github.com/jhipster/generator-jhipster/pull/11981
More specifically for utf-8 characters, where generated i18n is almost useless:
Reproduce the error
Related issues
Suggest a Fix
JHipster Version(s)
JHipster configuration
Entity configuration(s)
entityName.json
files generated in the.jhipster
directoryBrowsers and Operating System