You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by robert burrell donkin <ro...@blueyonder.co.uk> on 2002/12/17 20:33:42 UTC

[beanutils][digester] about time for a release?

isn't it about time for new releases for beanutils and digester?

what needs doing and does anyone want to volunteer to act as release 
manager?

- robert


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


[resources] depends on Java 1.4

Posted by Robert Leland <rl...@apache.org>.
Doesn't compile under Java 1.3.

The constructor
        Locale(String language)
Was introduced in JDK 1.4

       Locale(String language, String country)
Exists in 1.3

In impl/CollectionResourcesBase()

-Rob


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: [beanutils][digester] about time for a release?

Posted by Scott Sanders <sa...@apache.org>.
On Tue, Dec 17, 2002 at 07:33:42PM +0000, robert burrell donkin wrote:
> isn't it about time for new releases for beanutils and digester?
> 
> what needs doing and does anyone want to volunteer to act as release 
> manager?
> 
> - robert
> 

Since I am just replying to this, I am for the release but do not have the bandwidth to do the RM, or to fix the methodUtils caching thing.  Anyone who wants to should go for the release.


-- 
Scott Sanders - sanders@apache.org

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: [beanutils][digester] about time for a release?

Posted by Arnd Kohrs <ko...@castify.net>.
>>>>> "robert" == robert burrell donkin <ro...@blueyonder.co.uk> writes:
    robert> there is one more matter that i think should be
    robert> considered. we've had several requests to make
    robert> MethodUtils.getMatchingAccessibleMethod(). you know my
    robert> opinions on the current MethodUtils API but i don't really
    robert> think that adding this method will make things worse than
    robert> they are already. should this be made public?

Yes please.  There is no point of hiding getMatchingAccessibleMethod()
while invokeMethod() is public.

so I am all +1.

Cheers,
Arnd


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: [beanutils][digester] about time for a release?

Posted by robert burrell donkin <ro...@blueyonder.co.uk>.
On Saturday, December 21, 2002, at 08:09 PM, Craig R. McClanahan wrote:

>
> OK, I've finished my changes to these packages, and am satisfied that they
> are ready for a release.  The only outstanding Bugzilla report that is not
> an enhancement request is 12997, and I just need to finish up a test case
> that emulates the behavior of many existing Digester customers (and
> illustrates why the proposed change would not be backwards compatible).
> That's not something that needs to hold up releasing these two.

good work :)

i still can't run the unit tests for beanutils due to that java 1.3 
problem deserializing primative type classes so i can't do much checking 
myself but if you've happy, i'm happy.

there is one more matter that i think should be considered. we've had 
several requests to make MethodUtils.getMatchingAccessibleMethod(). you 
know my opinions on the current MethodUtils API but i don't really think 
that adding this method will make things worse than they are already. 
should this be made public?

- robert


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: [beanutils][digester] about time for a release?

Posted by "Craig R. McClanahan" <cr...@apache.org>.
OK, I've finished my changes to these packages, and am satisfied that they
are ready for a release.  The only outstanding Bugzilla report that is not
an enhancement request is 12997, and I just need to finish up a test case
that emulates the behavior of many existing Digester customers (and
illustrates why the proposed change would not be backwards compatible).
That's not something that needs to hold up releasing these two.

Craig


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: [beanutils][digester] about time for a release?

Posted by robert burrell donkin <ro...@blueyonder.co.uk>.
On Tuesday, December 17, 2002, at 11:09 PM, Craig R. McClanahan wrote:

> On Tue, 17 Dec 2002, robert burrell donkin wrote:
>
>> Date: Tue, 17 Dec 2002 19:33:42 +0000
>> From: robert burrell donkin <ro...@blueyonder.co.uk>
>> Reply-To: Jakarta Commons Developers List <commons-
>> dev@jakarta.apache.org>
>> To: Jakarta Commons Developers <co...@jakarta.apache.org>
>> Subject: [beanutils][digester] about time for a release?
>>
>> isn't it about time for new releases for beanutils and digester?
>
> I went through last weekend and snuffed most of the bugs against these.  I
> think we need to decide what to do about:
>
> 15067 [BeanUtils] BasicDynaBean, BasicDynaClass not Serializable

(you fixed this one)

> 15170 [BeanUtils] BeanUtils.setProperty doesn't convert primitive wrappers

i can't see a reason not to make this change. can you enlighten me?

> before finalizing a release plan.  In addition, there's some outstanding
> enhancement requests:
>
>  7135 [BeanUtils] Misleading error message ...

i had a look at this before and couldn't work out a good way to do this.

>  7226 [BeanUtils] Nested bean collection

no opinion

> 13098 [Digester] Digester performance

i'm -0 but scott has always been very keen. i no longer have any strong 
objections if someone wants to commit it.

> 14848 [BeanUtils] ConvertUtils is not (thread)safe -- actually an
>       issue of the static collections, not thread safety

i think that this needs to be left until the next release. it would open 
up a lot of exciting possibilities but i think we owe people a bug fix 
release first.

> and one change I don't think should be implemented, but I owe the reporter
> a test case to prove that it would break many current Digester users:
>
> 12997 [Digester] Call the method as soon as the last parameter is
>       encountered

+1

- robert


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: [beanutils][digester] about time for a release?

Posted by "Craig R. McClanahan" <cr...@apache.org>.

On Tue, 17 Dec 2002, robert burrell donkin wrote:

> Date: Tue, 17 Dec 2002 19:33:42 +0000
> From: robert burrell donkin <ro...@blueyonder.co.uk>
> Reply-To: Jakarta Commons Developers List <co...@jakarta.apache.org>
> To: Jakarta Commons Developers <co...@jakarta.apache.org>
> Subject: [beanutils][digester] about time for a release?
>
> isn't it about time for new releases for beanutils and digester?
>

I went through last weekend and snuffed most of the bugs against these.  I
think we need to decide what to do about:

15067 [BeanUtils] BasicDynaBean, BasicDynaClass not Serializable
15170 [BeanUtils] BeanUtils.setProperty doesn't convert primitive wrappers

before finalizing a release plan.  In addition, there's some outstanding
enhancement requests:

 7135 [BeanUtils] Misleading error message ...
 7226 [BeanUtils] Nested bean collection
13098 [Digester] Digester performance
14848 [BeanUtils] ConvertUtils is not (thread)safe -- actually an
      issue of the static collections, not thread safety

and one change I don't think should be implemented, but I owe the reporter
a test case to prove that it would break many current Digester users:

12997 [Digester] Call the method as soon as the last parameter is
      encountered

> what needs doing and does anyone want to volunteer to act as release
> manager?
>
> - robert
>

Craig


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>