|
Tip
|
Search Stack Overflow first; discuss if necessary |
If you’re unsure why something isn’t working or wondering if there is a better way of doing it please check on Stack Overflow first and if necessary start a discussion. Use relevant tags among the ones we monitor for that purpose:
-
reactor-nettyfor specific reactor-netty questions -
project-reactorfor generic reactor questions
If you prefer real-time discussion, we also have a few Gitter channels:
-
reactoris the historic most active one, where most of the community can help -
reactor-coreis intended for more advanced pinpointed discussions around the inner workings of the library -
reactor-nettyis intended for netty-specific questions
Refer to each project’s README for potential other sources of information.
We generally discourage opening GitHub issues for questions, in favor of the two channels above.
When dealing with deprecations, given a version A.B.C, we’ll ensure that:
-
deprecations introduced in version
A.B.0will be removed no sooner than versionA.B+1.0 -
deprecations introduced in version
A.B.1+will be removed no sooner than versionA.B+2.0 -
we’ll strive to mention the following in the deprecation javadoc:
-
target minimum version for removal
-
pointers to replacements for the deprecated method
-
version in which method was deprecated
-
|
Tip
|
This policy is officially in effect as of January 2021, for all modules in 2020.0 BOMs and newer release trains, as well as Dysprosium releases after Dysprosium-SR15.
|
|
Note
|
Deprecation removal targets are not a hard commitment, and the deprecated methods could live on further than these minimum target GA versions (ie. only the most problematic deprecated methods will be removed aggressively). |
|
Warning
|
That said, deprecated code that has outlived its minimum removal target version may be removed in any subsequent release (including patch releases, aka service releases) without further notice. So users should still strive to update their code as early as possible. |
For a summary of support dates for each individual project and BOM support, please refer to the Reactor Support page.