Hi Volkan, On Sun, 22 Oct 2023 at 22:20, Volkan Yazıcı <vol...@yazi.ci> wrote: > 3. *Don't create a new folder for every release, but override the `2.x` > folder.* > - This is okay, since we keep backward compatibility in minor+patch > releases and explicitly provide version for features that are added > later > on (e.g., "starting from 2.17.0 Log4j provides X...") > - We can set up CI jobs to periodically populate `1.x`, `2.x`, `3.x`, > `4.x`, etc. websites and avoid the need to generate the website once and > for all. > - We will stop polluting the folder structure.
+1 on keeping just `1.x`, `2.x`, etc. We just need to keep in mind that not all public methods have a correct `@since` Javadoc tag. We would need to fix that. Piotr