[jira] Updated: (BEANUTILS-362) Add serialVersionUID to Serializable classes

2010-03-23 Thread Niall Pemberton (JIRA)

 [ 
https://issues.apache.org/jira/browse/BEANUTILS-362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Niall Pemberton updated BEANUTILS-362:
--

Fix Version/s: (was: 1.8.3)
   LATER THAN 1.8.3

The next release is going to be a minor bugfix release so, on thinking about 
it, seems unwise to risk screwing anyone up - however minor - so I've reverted 
the change:

http://svn.apache.org/viewvc?view=revisionrevision=926529



 Add serialVersionUID to Serializable classes
 

 Key: BEANUTILS-362
 URL: https://issues.apache.org/jira/browse/BEANUTILS-362
 Project: Commons BeanUtils
  Issue Type: Bug
Reporter: Sebb
Assignee: Niall Pemberton
 Fix For: LATER THAN 1.8.3

 Attachments: beanutils-362.diff


 The following classes are Serializable, but don't have serialVersionUID 
 defined:
 BasicDynaBean
 BasicDynaClass 
 DynaProperty 
 LazyDynaBean 
 LazyDynaList 
 Performance (and JVM interoperability) would be improved by adding the UIDs.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (BEANUTILS-362) Add serialVersionUID to Serializable classes

2010-02-03 Thread Brent Worden (JIRA)

 [ 
https://issues.apache.org/jira/browse/BEANUTILS-362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Brent Worden updated BEANUTILS-362:
---

Attachment: beanutils-362.diff

Patch adding default serialVersionUID's to the mentioned classes.

 Add serialVersionUID to Serializable classes
 

 Key: BEANUTILS-362
 URL: https://issues.apache.org/jira/browse/BEANUTILS-362
 Project: Commons BeanUtils
  Issue Type: Bug
Reporter: Sebb
 Attachments: beanutils-362.diff


 The following classes are Serializable, but don't have serialVersionUID 
 defined:
 BasicDynaBean
 BasicDynaClass 
 DynaProperty 
 LazyDynaBean 
 LazyDynaList 
 Performance (and JVM interoperability) would be improved by adding the UIDs.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.