Return-Path: X-Original-To: apmail-sis-commits-archive@www.apache.org Delivered-To: apmail-sis-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2FE9719D73 for ; Thu, 21 Apr 2016 20:55:11 +0000 (UTC) Received: (qmail 67938 invoked by uid 500); 21 Apr 2016 20:55:11 -0000 Delivered-To: apmail-sis-commits-archive@sis.apache.org Received: (qmail 67907 invoked by uid 500); 21 Apr 2016 20:55:11 -0000 Mailing-List: contact commits-help@sis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: sis-dev@sis.apache.org Delivered-To: mailing list commits@sis.apache.org Received: (qmail 67896 invoked by uid 99); 21 Apr 2016 20:55:11 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Apr 2016 20:55:10 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 8BEFDC05EF for ; Thu, 21 Apr 2016 20:55:10 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.999 X-Spam-Level: X-Spam-Status: No, score=0.999 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id 2ndQfczg7uyN for ; Thu, 21 Apr 2016 20:55:10 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id AC13C5F23E for ; Thu, 21 Apr 2016 20:55:09 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id D310DE035E for ; Thu, 21 Apr 2016 20:55:08 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 24ED73A01D7 for ; Thu, 21 Apr 2016 20:55:08 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1740409 - /sis/site/trunk/content/branches.mdtext Date: Thu, 21 Apr 2016 20:55:07 -0000 To: commits@sis.apache.org From: desruisseaux@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160421205508.24ED73A01D7@svn01-us-west.apache.org> 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.