I noticed a number of deprecated items (e.g. StreamResources) that have just been deprecated and marked for removal.
Suggestion
It would be quite helpful if those items also contained suggested alternatives within the docs.
I noticed a number of deprecated items (e.g. StreamResources) that have just been deprecated and marked for removal.
Suggestion
It would be quite helpful if those items also contained suggested alternatives within the docs.
Thanks for reporting.
I quickly checked, and at least StreamResource javadoc mentions the alternative

If the information is missing on other components, please create an issue on the Flow GitHub repository.
But maybe you are talking about the online documentation. In this case you can create a ticket on the docs repository.
All of the items i have marked as deprecated do not have any alternative suggestions. I’m using Intelj and when I hover over the item it shows like in the upload photo.
Actually, looking at the source code the replacement is indicated in the Javadoc
Did you download the javadoc (and optionally sources) inside Intellij IDEA?
That is likely the issue (did not download the source or javadocs - relied on IntelleJ decompiling I guess. Thanks for the heads up.