Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 16439200BCA for ; Mon, 7 Nov 2016 02:31:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 14C96160B10; Mon, 7 Nov 2016 01:31:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 82376160B0D for ; Mon, 7 Nov 2016 02:30:59 +0100 (CET) Received: (qmail 55414 invoked by uid 500); 7 Nov 2016 01:30:58 -0000 Mailing-List: contact issues-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list issues@activemq.apache.org Received: (qmail 55399 invoked by uid 99); 7 Nov 2016 01:30:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Nov 2016 01:30:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 7DB0F2C1F56 for ; Mon, 7 Nov 2016 01:30:58 +0000 (UTC) Date: Mon, 7 Nov 2016 01:30:58 +0000 (UTC) From: "george thomas (JIRA)" To: issues@activemq.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (AMQ-6499) update value of org.apache.activemq.SERIALIZABLE_PACKAGES in documentation MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 07 Nov 2016 01:31:00 -0000 george thomas created AMQ-6499: ---------------------------------- Summary: update value of org.apache.activemq.SERIALIZABLE_PACKAGES in documentation Key: AMQ-6499 URL: https://issues.apache.org/jira/browse/AMQ-6499 Project: ActiveMQ Issue Type: Bug Components: Documentation Affects Versions: 5.13.0 Reporter: george thomas Priority: Minor The list of packages in the default value of the property `org.apache.activemq.SERIALIZABLE_PACKAGES` was updated to include `javax.security` for AMQ-6029 (see [this commit|https://github.com/apache/activemq/commit/d7a3b9406b8496c3f1508bebf3c7ff5367374b90]), but the documentation at http://activemq.apache.org/objectmessage.html was not updated. Please update the documentation to reflect the set of packages required by the code so that someone overriding this property does not miss any of them. -- This message was sent by Atlassian JIRA (v6.3.4#6332)