Return-Path: X-Original-To: apmail-commons-issues-archive@minotaur.apache.org Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3F9ED9DBB for ; Thu, 10 May 2012 22:09:11 +0000 (UTC) Received: (qmail 56207 invoked by uid 500); 10 May 2012 22:09:09 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 56128 invoked by uid 500); 10 May 2012 22:09:09 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 56026 invoked by uid 99); 10 May 2012 22:09:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 May 2012 22:09:09 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 May 2012 22:09:08 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 68BB848E8BD for ; Thu, 10 May 2012 22:08:48 +0000 (UTC) Date: Thu, 10 May 2012 22:08:48 +0000 (UTC) From: "Thomas Neidhart (JIRA)" To: issues@commons.apache.org Message-ID: <767638557.51889.1336687728430.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1918205707.34477.1336401531850.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Issue Comment Edited] (MATH-787) Make org.apache.commons.math3.optimization.PointValuePair and similar classes implement Serializable MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/MATH-787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13272828#comment-13272828 ] Thomas Neidhart edited comment on MATH-787 at 5/10/12 10:08 PM: ---------------------------------------------------------------- Hi Luke, serialization support for certain classes has been removed in the 3.0 release as there was uncertainty in the community how to provide proper long-term support for such a feature. Following this issue, the discussion on this topic started again on the mailinglist, see http://markmail.org/message/26zmab5xo2rr4eap?q=serialization+again+list:org%2Eapache%2Ecommons%2Edev/ to follow the discussion. was (Author: tn): Hi Luke, serialization support for certain classes has been removed in the 3.0 release as there was uncertainty in the community how to provide proper long-term support for such a feature. Following this issue, the discussion on this topic started again on the mailinglist, see http://mail-archives.apache.org/mod_mbox/commons-dev/201205.mbox/ajax/%3C20120507201618.GG10938%40dusk.harfang.homelinux.org%3E > Make org.apache.commons.math3.optimization.PointValuePair and similar classes implement Serializable > ------------------------------------------------------------------------------------------------------ > > Key: MATH-787 > URL: https://issues.apache.org/jira/browse/MATH-787 > Project: Commons Math > Issue Type: Improvement > Affects Versions: 3.0 > Reporter: Luke Lindsay > > org.apache.commons.math.optimization.RealPointValuePair is Serializable. I updated some old code to use apache.commons.math3 but now get "java.io.NotSerializableException: org.apache.commons.math3.optimization.PointValuePair" when I attempt to save the results of an optimization problem. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira