=doc #15543 link to persistence in java docs should point to java persistence
This commit is contained in:
parent
b28b290fe3
commit
8fcac922b4
2 changed files with 36 additions and 1 deletions
35
akka-docs/rst/experimental/index-java.rst
Normal file
35
akka-docs/rst/experimental/index-java.rst
Normal file
|
|
@ -0,0 +1,35 @@
|
||||||
|
.. _experimental-java:
|
||||||
|
|
||||||
|
####################
|
||||||
|
Experimental Modules
|
||||||
|
####################
|
||||||
|
|
||||||
|
The following modules of Akka are marked as experimental, which means
|
||||||
|
that they are in early access mode, which also means that they are not
|
||||||
|
covered by commercial support. The purpose of releasing them early, as
|
||||||
|
experimental, is to make them easily available and improve based on
|
||||||
|
feedback, or even discover that the module wasn't useful.
|
||||||
|
|
||||||
|
An experimental module doesn't have to obey the rule of staying binary
|
||||||
|
compatible between micro releases. Breaking API changes may be introduced
|
||||||
|
in minor releases without notice as we refine and simplify based on your
|
||||||
|
feedback. An experimental module may be dropped in minor releases without
|
||||||
|
prior deprecation.
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 1
|
||||||
|
|
||||||
|
../java/persistence
|
||||||
|
../dev/multi-node-testing
|
||||||
|
../java/lambda-actors
|
||||||
|
../java/lambda-fsm
|
||||||
|
|
||||||
|
Another reason for marking a module as experimental is that it's too early
|
||||||
|
to tell if the module has a maintainer that can take the responsibility
|
||||||
|
of the module over time. These modules live in the ``akka-contrib`` subproject:
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 1
|
||||||
|
|
||||||
|
../contrib/index
|
||||||
|
|
||||||
|
|
@ -14,7 +14,7 @@ Java Documentation
|
||||||
java/index-network
|
java/index-network
|
||||||
java/index-utilities
|
java/index-utilities
|
||||||
java/howto
|
java/howto
|
||||||
experimental/index
|
experimental/index-java
|
||||||
dev/index
|
dev/index
|
||||||
project/index
|
project/index
|
||||||
additional/index
|
additional/index
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue