Sebastian Daschner
Sebastian Daschner
I also prefer `application.properties` over `javaconfig.properties` TBH. I would argue you are configuring the application, not the JavaConfig functionality :-) I also don't think that it is a problem to...
I'm not passionate about the location, the `META-INF` / `WEB-INF` combination sounds reasonable to me. However I just argue that `application.properties` is a very good choice for what this file...
I just brainstormed a few possible solutions. I'm especially trying to see the topic from a user's perspective (not just an Expert Group member or implementer). I see a few...
+1 Yes, very helpful for configuration scenarios with complex configuration or cases where config values are splattered across the whole app. Keeps the various configuration injection points DRY.
Updated my PR #85 based on yesterday's (2019-05-02) meeting. @struberg @Emily-Jiang please review.
Update to this: AFAIK there's no easy possibility to upload the data here into a cloud instance, such as Aura, right? First, I get the error that `configuration property 'dbms.security.allow_csv_import_from_file_urls'...
Ok, another update 🙂 Using a web-hosted URL such as `https://raw.githubusercontent.com/sdaschner/...` works, which is not as flexible as using something from the local file system but at least gives some...
Hmmm, never thought of that. You're absolutely right, being consistent is pretty important. But I think the unconstrained vs constrained decision is still something which might confuse people (for instance...
@mojavelinux Any thoughts? Or should we move discussions/brainstorming about that to the Asciidoctor discussion forum?
Separating the issues from the AsciiDoc grammar (& ANTLR parser) and the general discussions sounds good! What about having a Github project where not only the discussions/issues about the specification...