Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configuration properties must be defined and accessed using lower-case kebab format #239

Closed
gorbunkov opened this issue Sep 30, 2021 · 0 comments
Assignees
Milestone

Comments

@gorbunkov
Copy link
Contributor

In the code, we should access configuration property using the lower-case kebab format, e.g.

environment.getProperty("jmix.core.additional-stores")

instead of

environment.getProperty("jmix.core.additionalStores")

In this case we'll get the value from the application.properties if it is written either like jmix.core.additional-stores or like jmix.core.additionalStores.

See:

@gorbunkov gorbunkov added this to the 1.1.0 milestone Sep 30, 2021
@gorbunkov gorbunkov self-assigned this Sep 30, 2021
gorbunkov added a commit to jmix-projects/jmix-emailtemplates that referenced this issue Oct 1, 2021
…e kebab format jmix-framework/jmix#239

Configuration properties names changed to kebab case in all *.properties files;
Configuration properties names changed to kebab case everywhere property value is accessed from the code;
application.properties in new project templates now use kebab case property names;
gorbunkov added a commit to jmix-projects/jmix-localfs that referenced this issue Oct 1, 2021
…e kebab format jmix-framework/jmix#239

Configuration properties names changed to kebab case in all *.properties files;
Configuration properties names changed to kebab case everywhere property value is accessed from the code;
application.properties in new project templates now use kebab case property names;
gorbunkov added a commit to jmix-projects/jmix-multitenancy that referenced this issue Oct 1, 2021
…e kebab format jmix-framework/jmix#239

Configuration properties names changed to kebab case in all *.properties files;
Configuration properties names changed to kebab case everywhere property value is accessed from the code;
application.properties in new project templates now use kebab case property names;
gorbunkov added a commit to Haulmont/jmix-awssecurity that referenced this issue Oct 1, 2021
…e kebab format jmix-framework/jmix#239

Configuration properties names changed to kebab case in all *.properties files;
Configuration properties names changed to kebab case everywhere property value is accessed from the code;
application.properties in new project templates now use kebab case property names;
gorbunkov added a commit to jmix-projects/jmix-dashboards that referenced this issue Oct 1, 2021
…e kebab format jmix-framework/jmix#239

Configuration properties names changed to kebab case in all *.properties files;
Configuration properties names changed to kebab case everywhere property value is accessed from the code;
application.properties in new project templates now use kebab case property names;
gorbunkov added a commit to jmix-projects/jmix-templates that referenced this issue Oct 1, 2021
…e kebab format jmix-framework/jmix#239

Configuration properties names changed to kebab case in all *.properties files;
Configuration properties names changed to kebab case everywhere property value is accessed from the code;
application.properties in new project templates now use kebab case property names;
gorbunkov added a commit to jmix-projects/jmix-datatools that referenced this issue Oct 1, 2021
…e kebab format jmix-framework/jmix#239

Configuration properties names changed to kebab case in all *.properties files;
Configuration properties names changed to kebab case everywhere property value is accessed from the code;
application.properties in new project templates now use kebab case property names;
gorbunkov added a commit to jmix-projects/jmix-grapesjs that referenced this issue Oct 1, 2021
…e kebab format jmix-framework/jmix#239

Configuration properties names changed to kebab case in all *.properties files;
Configuration properties names changed to kebab case everywhere property value is accessed from the code;
application.properties in new project templates now use kebab case property names;
gorbunkov added a commit to jmix-projects/jmix-security that referenced this issue Oct 1, 2021
…e kebab format jmix-framework/jmix#239

Configuration properties names changed to kebab case in all *.properties files;
Configuration properties names changed to kebab case everywhere property value is accessed from the code;
application.properties in new project templates now use kebab case property names;
gorbunkov added a commit to jmix-projects/jmix-reports that referenced this issue Oct 1, 2021
…e kebab format jmix-framework/jmix#239

Configuration properties names changed to kebab case in all *.properties files;
Configuration properties names changed to kebab case everywhere property value is accessed from the code;
application.properties in new project templates now use kebab case property names;
gorbunkov added a commit to jmix-projects/jmix-dynattr that referenced this issue Oct 1, 2021
…e kebab format jmix-framework/jmix#239

Configuration properties names changed to kebab case in all *.properties files;
Configuration properties names changed to kebab case everywhere property value is accessed from the code;
application.properties in new project templates now use kebab case property names;
gorbunkov added a commit to jmix-framework/jmix-ui-samples that referenced this issue Oct 1, 2021
…e kebab format jmix-framework/jmix#239

Configuration properties names changed to kebab case in all *.properties files;
Configuration properties names changed to kebab case everywhere property value is accessed from the code;
application.properties in new project templates now use kebab case property names;
gorbunkov added a commit to jmix-projects/jmix-graphql that referenced this issue Oct 1, 2021
…e kebab format jmix-framework/jmix#239

Configuration properties names changed to kebab case in all *.properties files;
Configuration properties names changed to kebab case everywhere property value is accessed from the code;
application.properties in new project templates now use kebab case property names;
gorbunkov added a commit to jmix-projects/jmix-search that referenced this issue Oct 1, 2021
…e kebab format jmix-framework/jmix#239

Configuration properties names changed to kebab case in all *.properties files;
Configuration properties names changed to kebab case everywhere property value is accessed from the code;
application.properties in new project templates now use kebab case property names;
gorbunkov added a commit to jmix-projects/jmix-email that referenced this issue Oct 1, 2021
…e kebab format jmix-framework/jmix#239

Configuration properties names changed to kebab case in all *.properties files;
Configuration properties names changed to kebab case everywhere property value is accessed from the code;
application.properties in new project templates now use kebab case property names;
gorbunkov added a commit to jmix-projects/jmix-audit that referenced this issue Oct 1, 2021
…e kebab format jmix-framework/jmix#239

Configuration properties names changed to kebab case in all *.properties files;
Configuration properties names changed to kebab case everywhere property value is accessed from the code;
application.properties in new project templates now use kebab case property names;
gorbunkov added a commit to jmix-projects/jmix-awsfs that referenced this issue Oct 1, 2021
…e kebab format jmix-framework/jmix#239

Configuration properties names changed to kebab case in all *.properties files;
Configuration properties names changed to kebab case everywhere property value is accessed from the code;
application.properties in new project templates now use kebab case property names;
gorbunkov added a commit that referenced this issue Oct 1, 2021
…e kebab format #239

Configuration properties names changed to kebab case in all *.properties files;
Configuration properties names changed to kebab case everywhere property value is accessed from the code;
application.properties in new project templates now use kebab case property names;
gorbunkov added a commit to jmix-projects/jmix-cuba that referenced this issue Oct 1, 2021
…e kebab format jmix-framework/jmix#239

Configuration properties names changed to kebab case in all *.properties files;
Configuration properties names changed to kebab case everywhere property value is accessed from the code;
application.properties in new project templates now use kebab case property names;
gorbunkov added a commit to jmix-projects/jmix-data that referenced this issue Oct 1, 2021
…e kebab format jmix-framework/jmix#239

Configuration properties names changed to kebab case in all *.properties files;
Configuration properties names changed to kebab case everywhere property value is accessed from the code;
application.properties in new project templates now use kebab case property names;
gorbunkov added a commit to jmix-projects/jmix-rest that referenced this issue Oct 1, 2021
…e kebab format jmix-framework/jmix#239

Configuration properties names changed to kebab case in all *.properties files;
Configuration properties names changed to kebab case everywhere property value is accessed from the code;
application.properties in new project templates now use kebab case property names;
gorbunkov added a commit to jmix-projects/jmix-imap that referenced this issue Oct 1, 2021
…e kebab format jmix-framework/jmix#239

Configuration properties names changed to kebab case in all *.properties files;
Configuration properties names changed to kebab case everywhere property value is accessed from the code;
application.properties in new project templates now use kebab case property names;
gorbunkov added a commit to jmix-projects/jmix-ldap that referenced this issue Oct 1, 2021
…e kebab format jmix-framework/jmix#239

Configuration properties names changed to kebab case in all *.properties files;
Configuration properties names changed to kebab case everywhere property value is accessed from the code;
application.properties in new project templates now use kebab case property names;
gorbunkov added a commit to jmix-projects/jmix-ui that referenced this issue Oct 1, 2021
…e kebab format jmix-framework/jmix#239

Configuration properties names changed to kebab case in all *.properties files;
Configuration properties names changed to kebab case everywhere property value is accessed from the code;
application.properties in new project templates now use kebab case property names;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant