Author: desruisseaux
Date: Thu Apr 21 20:55:07 2016
New Revision: 1740409
URL: http://svn.apache.org/viewvc?rev=1740409&view=rev
Log:
Mention explicitely MBeans since the 'org.apache.sis.console' package links to
this page.
Modified:
sis/site/trunk/content/branches.mdtext
Modified: sis/site/trunk/content/branches.mdtext
URL:
http://svn.apache.org/viewvc/sis/site/trunk/content/branches.mdtext?rev=1740409&r1=1740408&r2=1740409&view=diff
==============================================================================
--- sis/site/trunk/content/branches.mdtext [UTF-8] (original)
+++ sis/site/trunk/content/branches.mdtext [UTF-8] Thu Apr 21 20:55:07 2016
@@ -94,12 +94,14 @@ necessary for implementing an older vers
* Usages of non-existent GeoAPI interfaces are replaced by direct usages of
the
corresponding Apache SIS implementation.
-For security reasons and for avoiding misleading information, two
functionalities are disabled on trunk:
+For security reasons and for avoiding misleading information, the following
functionalities are disabled on trunk
+(but are still enabled on branches as experimental features). In particular
the `Supervisor.ENABLED` flag controls
+whether the MBeans documented in the `org.apache.sis.console` package are
enabled or not.
* In
`core/sis-utility/src/main/java/org/apache/sis/internal/system/Supervisor.java`,
the `ENABLED` flag is set to `false`.
* In
`core/sis-utility/src/main/java/org/apache/sis/internal/util/TemporalUtilities.java`,
the `REPORT_MISSING_MODULE` flag is set to `false`.
-Above flag values may be changed in future SIS releases.
+Above flag values may change in future SIS releases.