i-Cell-Mobilsoft-Open-Source / coffee

Coff:ee - JakartaEE solution set
http://i-cell-mobilsoft-open-source.github.io/coffee/
Apache License 2.0
22 stars 13 forks source link

Missing adoc documentation for ConfigSource configuration #710

Open mate-biro opened 1 month ago

mate-biro commented 1 month ago

It is possible to disable a ConfigSource with configuration, e.g.: hu.icellmobilsoft.coffee.module.etcd.producer.CachedEtcdConfigSource.enabled: false

This information is missing from the adoc documentation. It can be only found in javadoc defined in the following class: hu.icellmobilsoft.coffee.cdi.configsource.ConfigurableConfigSource

There are two ways to set this configuration based on the return value of the following methods:

It would be nice to have these thoroughly documented.