Replace 'openejb.math' with 'commons.math'

2011-09-14 Thread AndyG
Changed serialVersionUIDs in 'org.apache.openejb.math' that conflict with identical commons.math classes (from which they are copied). Not serious, but intellij, netbeans and possibly other IDEs see these classes as the same and can lead to incorrect imports. Would it maybe be better to remove

Re: Replace 'openejb.math' with 'commons.math'

2011-09-14 Thread David Blevins
On Sep 13, 2011, at 11:48 PM, AndyG wrote: Changed serialVersionUIDs in 'org.apache.openejb.math' that conflict with identical commons.math classes (from which they are copied). Not serious, but intellij, netbeans and possibly other IDEs see these classes as the same and can lead to

Re: Replace 'openejb.math' with 'commons.math'

2011-09-14 Thread Romain Manni-Bucau
we should do assembles for that. doing it can avoid to copy/paste classes and let us be up to date easily. - Romain 2011/9/14 David Blevins david.blev...@gmail.com On Sep 13, 2011, at 11:48 PM, AndyG wrote: Changed serialVersionUIDs in 'org.apache.openejb.math' that conflict with

Re: Replace 'openejb.math' with 'commons.math'

2011-09-14 Thread AndyG
Sure, I guess openejb.math is unlikely to change a lot. Just one of our other devs here pulled in openejb.math by mistake (SecondMoment.class) which broke a unit test here. Was easy to fix and is why I changed the id's to avoid it happening again. -- View this message in context: