Thomas Neidhart
Thomas Neidhart
actually that is tracked by #263
Digging into that issue, it looks like the library can only handle a single annotation of a specific type at a time. Now when we collect all annotations of a...
Yeah, in order to support the reported use-case, jackson would need to merge collected JsonSubTypes annotations of all supertypes. This would require quite some change in the code as it...
is there a testcase illustrating the cache poisoning? I did quite some number of tests for the async work and never seen anything like that. I am not aware of...
btw there is a way to override the settings in the `otterdog.json`. Put a file `.otterdog-defaults.json` into the directory, and you can override some settings. Here is an example to...
Maybe the name is confusing. `base_template` in this context means the default config that is being used.
the reason why these example reside within the otterdog source is because they are tied together. When a new feature is introduced, the example template also needs to be adjusted...
Fyi: there is the open-source project `eclipse-csi/otterdog` and the configuration for an actual instance of its use at `EclipseFdn/otterdog-configs` and `EclipseFdn/otterdog-defaults`. The `.eclipsefdn-template` repository is used by that instance, and...
First of all the config repo (.otterdog or .eclipsefdn) is not required to use otterdog. Its just a common place to store the configuration. You can perfectly keep it local...
In the example default config that you can use right away: https://github.com/eclipse-csi/otterdog/blob/main/examples/template/otterdog-defaults.libsonnet, there is no config repo included, so you can then create it yourself, or adjust the default config...