Hi,
When rewriting the config to @ConfigMapping, we are stumbling upon quite a lot of deprecated config properties.
Some of them don't have a `since` documenting when the property was deprecated, which forces us to look in the history, which is a bit annoying at scale, especially for external contributors.
Could we make sure that when we add a `@Deprecated`, we mention the since = "3.x" (no need for micro, next minor coming is fine).
Also if we plan to remove this element in the future, let's make sure it has a `forRemoval = true`.
Thanks.
--
Guillaume