You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We cannot ask users to add this exclude for the parameterizer in the config.json. In my opinion, we might need to put the parameters into the template instead of processing the config files.
We need to find a way to move the values.yml into the config folder in the generated project. However, we cannot do that as the service.yml need to set the value for the service.singletons.
Is there a way to set the default value for singletons in the service.yml file. If yes, we need to do that.
We need to think about the existing users with existing config.json when we change the light-codegen. That means we should always have a default value for the new flags we add to the config.json
Make the values.yml generation as default to encourage users to use it. It can be optionally turned off from config.json?
More to add during the discussion.
The text was updated successfully, but these errors were encountered:
There are now 40+ APIs at my current client, with several releases going on. We need to be careful with codegen changes, as the team has parameterized files and are excluding some files from parameterization.
One of the little things done is setting up the values.yml in a //values folder, and starting the APIs for testing always with the command-line: java -Dlight-4j-config-dir=values -jar xyz.jar
I highly recommend, as in the past, that we create *.raw files for the files we wish to have generated, rather than copying them from the handlerconfig 1:1
We cannot ask users to add this exclude for the parameterizer in the config.json. In my opinion, we might need to put the parameters into the template instead of processing the config files.
We need to find a way to move the values.yml into the config folder in the generated project. However, we cannot do that as the service.yml need to set the value for the service.singletons.
Is there a way to set the default value for singletons in the service.yml file. If yes, we need to do that.
We need to think about the existing users with existing config.json when we change the light-codegen. That means we should always have a default value for the new flags we add to the config.json
Make the values.yml generation as default to encourage users to use it. It can be optionally turned off from config.json?
More to add during the discussion.
The text was updated successfully, but these errors were encountered: