[ http://issues.apache.org/jira/browse/BEANUTILS-251?page=all ]
Henri Yandell updated BEANUTILS-251:
Fix Version/s: 1.8.0
Make a FAQ by 1.8.
> PropertyUtils.describe() returns wrong fields names
> ---
[ http://issues.apache.org/jira/browse/BEANUTILS-243?page=all ]
Henri Yandell updated BEANUTILS-243:
Fix Version/s: 1.8.0
> BeanUtils fails to compile under 1.6
>
>
> Key: BEANUTILS-243
>
[
http://issues.apache.org/jira/browse/BEANUTILS-258?page=comments#action_12447229
]
Niall Pemberton commented on BEANUTILS-258:
---
There are a number of related issue tickets open around how BeanUtils handles
conversion:
BEANUTILS-249
On 11/4/06, Craig McClanahan <[EMAIL PROTECTED]> wrote:
On 11/4/06, Rahul Akolkar <[EMAIL PROTECTED]> wrote:
>
> On 11/4/06, Henri Yandell <[EMAIL PROTECTED]> wrote:
> > Very nice :)
> >
> > I'm all enthused with the nightly build stuff at the moment (which
> > makes it sucky that we don't actual
[ http://issues.apache.org/jira/browse/IO-97?page=all ]
Henri Yandell updated IO-97:
Fix Version/s: 1.4
The diff is relatively involved, and as 1.3 looks pretty close I figure this
will be looked at for the subsequent 1.4 release.
> Trivial performance imp
[ http://issues.apache.org/jira/browse/CODEC-48?page=all ]
Henri Yandell resolved CODEC-48.
Resolution: Won't Fix
As far as I can tell this issue is resolved, with no action items for Codec.
> [codec] Document how to print a QPDecoderStream with QCodec?
[
http://issues.apache.org/jira/browse/CODEC-52?page=comments#action_12447222 ]
Henri Yandell commented on CODEC-52:
Any reason not to flag this for 1.4?
> Digest on InputStreams
> --
>
> Key: CODEC-52
>
[
http://issues.apache.org/jira/browse/BEANUTILS-258?page=comments#action_12447221
]
Niall Pemberton commented on BEANUTILS-258:
---
I added the date/time converters under issue# BEANUTILS-255:
http://svn.apache.org/viewvc?view=re
[
http://issues.apache.org/jira/browse/BEANUTILS-255?page=comments#action_12447220
]
Niall Pemberton commented on BEANUTILS-255:
---
I've added/updated support for java.util.Date and java.util.Calendar - 99% of
the work is in the new Dat
[
http://issues.apache.org/jira/browse/BEANUTILS-242?page=comments#action_12447218
]
Niall Pemberton commented on BEANUTILS-242:
---
I have just commited the generic array converter - also created a JIRA
encompassing a whole load of Conv
Author: niallp
Date: Sat Nov 4 19:38:41 2006
New Revision: 471355
URL: http://svn.apache.org/viewvc?view=rev&rev=471355
Log:
Add example of configuring Commons Logging in maven
Modified:
jakarta/commons/proper/beanutils/trunk/build.properties.sample
Modified: jakarta/commons/proper/beanutil
Author: niallp
Date: Sat Nov 4 19:35:20 2006
New Revision: 471353
URL: http://svn.apache.org/viewvc?view=rev&rev=471353
Log:
minor javadoc changes
Modified:
jakarta/commons/proper/beanutils/trunk/src/java/org/apache/commons/beanutils/locale/BaseLocaleConverter.java
jakarta/commons/prop
Author: niallp
Date: Sat Nov 4 19:34:09 2006
New Revision: 471352
URL: http://svn.apache.org/viewvc?view=rev&rev=471352
Log:
BEANUTILS-255 - Add new generic DateTimeConverter implementation which support
java.util.Date and java.util.Calendar and switch exisiting java.sql.Date,
java.sql.Time and
[ http://issues.apache.org/jira/browse/BEANUTILS-66?page=all ]
Henri Yandell reopened BEANUTILS-66:
Re-opening to signify that there are problems with beanutils and enums.
> [beanutils] MethodUtils.getAccessibleMethod does not work for enum
[
http://issues.apache.org/jira/browse/BEANUTILS-257?page=comments#action_12447216
]
Henri Yandell commented on BEANUTILS-257:
-
Hi Aaron,
It's probably better to bring this up as an email on commons-dev to see what
people think. The da
Author: niallp
Date: Sat Nov 4 19:13:20 2006
New Revision: 471351
URL: http://svn.apache.org/viewvc?view=rev&rev=471351
Log:
BEANUTILS-242 - Add generic ArrayConverter
Added:
jakarta/commons/proper/beanutils/trunk/src/java/org/apache/commons/beanutils/converters/ArrayConverter.java
(with
Author: niallp
Date: Sat Nov 4 19:10:58 2006
New Revision: 471350
URL: http://svn.apache.org/viewvc?view=rev&rev=471350
Log:
BEANUTILS-258 - Switch other Converter implementations to use the new
AbstractConverter class and add new JUnit tests for CharacterConverter and
ClassConverter
Added:
Author: niallp
Date: Sat Nov 4 19:03:59 2006
New Revision: 471349
URL: http://svn.apache.org/viewvc?view=rev&rev=471349
Log:
BEANUTILS-255 - add new Converter implementations to support java.util.Date and
java.util.Calendar.
(I have test cases and also plan to switch the existing
java.sql.Date/
On 11/1/06, Stephen Colebourne <[EMAIL PROTECTED]> wrote:
An attempt at a summary on this topic.
The majority view on the thread was that a major version should not be
mandated to mean a package rename. Instead, the view most widely
expressed was that this should be a component decision.
A seco
Modified:
jakarta/commons/proper/beanutils/trunk/src/test/org/apache/commons/beanutils/converters/NumberConverterTestBase.java
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/beanutils/trunk/src/test/org/apache/commons/beanutils/converters/NumberConverterTestBase.java?view=diff&rev=47134
Author: niallp
Date: Sat Nov 4 18:49:09 2006
New Revision: 471345
URL: http://svn.apache.org/viewvc?view=rev&rev=471345
Log:
BEANUTILS-258 - Add new AbstractConverter base implementation
Added:
jakarta/commons/proper/beanutils/trunk/src/java/org/apache/commons/beanutils/converters/AbstractC
Improve Converter Implementations
-
Key: BEANUTILS-258
URL: http://issues.apache.org/jira/browse/BEANUTILS-258
Project: Commons BeanUtils
Issue Type: Improvement
Affects Versions: 1.7.0
Reporte
On 11/4/06, Rahul Akolkar <[EMAIL PROTECTED]> wrote:
On 11/4/06, Henri Yandell <[EMAIL PROTECTED]> wrote:
> Very nice :)
>
> I'm all enthused with the nightly build stuff at the moment (which
> makes it sucky that we don't actually have a machine to run it on
> atm), this would be cool to run on
On 11/4/06, Henri Yandell <[EMAIL PROTECTED]> wrote:
Just as an fyi - I'm running the nightly builds on a home machine to
get a more recent snapshot out than the backups gave us. It's chugging
away at the moment, so we'll see how it goes.
beanutils - deployed 11:41am.
validator - deployed
Ugh. I did not realize that vmbuild had taken a dive. I just
committed the wrapper that I was using on vmbuild (nightly_wrapper.sh)
to commons-build.
Phil
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-
Author: psteitz
Date: Sat Nov 4 17:26:02 2006
New Revision: 471316
URL: http://svn.apache.org/viewvc?view=rev&rev=471316
Log:
Added wrapper for nightly build script kicked off by cron on vmbuild.
Added:
jakarta/commons/proper/commons-build/trunk/nightly_wrapper.sh (with props)
Added: jaka
http://people.apache.org/~rdonkin/commons-betwixt
- robert
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
[ http://issues.apache.org/jira/browse/VFS-98?page=comments#action_12447180
]
Juha-Matti Toppinen commented on VFS-98:
Hi again.
I had some progress on this issue. The problem seems to occur only when a
single FileObject is accessed fro
Just as an fyi - I'm running the nightly builds on a home machine to
get a more recent snapshot out than the backups gave us. It's chugging
away at the moment, so we'll see how it goes.
Hen
-
To unsubscribe, e-mail: [EMAIL PROTE
On 11/4/06, Henri Yandell <[EMAIL PROTECTED]> wrote:
Very nice :)
I'm all enthused with the nightly build stuff at the moment (which
makes it sucky that we don't actually have a machine to run it on
atm), this would be cool to run on the nightly build each night. Do
you have a script you can che
Very nice :)
I'm all enthused with the nightly build stuff at the moment (which
makes it sucky that we don't actually have a machine to run it on
atm), this would be cool to run on the nightly build each night. Do
you have a script you can check in?
Hen
On 11/4/06, Rahul Akolkar <[EMAIL PROTECT
I scraped an alternative view of our repository, one where the
dependency is king, and our components are but minions:
http://people.apache.org/~rahul/commons/DependencyCheck.html
At times, our trunks recommend differing major versions of our own
components. Minor mishaps aside. IMO, thats a go
On 11/4/06, Stephen Colebourne <[EMAIL PROTECTED]> wrote:
As this is a 'new' project, I propose that we:
- remove all @author tags - this complies with previous ASF board
suggestions
I maintain my position that if people didn't want their name there
they wouldn't have put it there and if someo
Author: rdonkin
Date: Sat Nov 4 09:51:50 2006
New Revision: 471237
URL: http://svn.apache.org/viewvc?view=rev&rev=471237
Log:
Release candidate 1
Added:
jakarta/commons/proper/betwixt/tags/BETWIXT_0_8_RC1/
- copied from r471236, jakarta/commons/proper/betwixt/trunk/
-
Author: rdonkin
Date: Sat Nov 4 09:43:03 2006
New Revision: 471236
URL: http://svn.apache.org/viewvc?view=rev&rev=471236
Log:
Regenerate ant build
Modified:
jakarta/commons/proper/betwixt/trunk/build.xml
Modified: jakarta/commons/proper/betwixt/trunk/build.xml
URL:
http://svn.apache.org/vi
Author: rdonkin
Date: Sat Nov 4 09:42:26 2006
New Revision: 471235
URL: http://svn.apache.org/viewvc?view=rev&rev=471235
Log:
Added Java version to release notes.
Modified:
jakarta/commons/proper/betwixt/trunk/RELEASE-NOTES.txt
Modified: jakarta/commons/proper/betwixt/trunk/RELEASE-NOTES.tx
This vote has failed.
-1 bayard, +1 rahul. No other votes.
It was suggested I should just dig in, which I shall, as time permits.
-Rahul
On 11/1/06, Rahul Akolkar <[EMAIL PROTECTED]> wrote:
Speaking of cross-commons, the JCL deps are all over the place. Which
is probably OK for now, since mo
Author: rdonkin
Date: Sat Nov 4 09:28:08 2006
New Revision: 471234
URL: http://svn.apache.org/viewvc?view=rev&rev=471234
Log:
Added @since tags based on clirr report.
Modified:
jakarta/commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/ElementDescriptor.java
jakarta/commo
> -Original Message-
> From: Stephen Colebourne [mailto:[EMAIL PROTECTED]
> Sent: Saturday, November 04, 2006 3:01 AM
> To: Jakarta Commons Developers List
> Subject: [collections-generics] [PROPOSAL] Remove all author and since
version
> tags
>
> As this is a 'new' project, I propose that
Author: rdonkin
Date: Sat Nov 4 08:01:05 2006
New Revision: 471223
URL: http://svn.apache.org/viewvc?view=rev&rev=471223
Log:
Preparing for release candidate
Modified:
jakarta/commons/proper/betwixt/trunk/project.xml
Modified: jakarta/commons/proper/betwixt/trunk/project.xml
URL:
http://sv
Author: rdonkin
Date: Sat Nov 4 07:40:34 2006
New Revision: 471219
URL: http://svn.apache.org/viewvc?view=rev&rev=471219
Log:
Fixed javadoc warnings
Modified:
jakarta/commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/ElementDescriptor.java
jakarta/commons/proper/betwixt/
Author: scolebourne
Date: Sat Nov 4 07:21:01 2006
New Revision: 471214
URL: http://svn.apache.org/viewvc?view=rev&rev=471214
Log:
Generify
Modified:
jakarta/commons/proper/collections/branches/collections_jdk5_branch/src/java/org/apache/commons/collections/Bag.java
jakarta/commons/prop
Author: scolebourne
Date: Sat Nov 4 06:28:02 2006
New Revision: 471203
URL: http://svn.apache.org/viewvc?view=rev&rev=471203
Log:
Whitespace change
Modified:
jakarta/commons/proper/collections/branches/collections_jdk5_branch/src/java/org/apache/commons/collections/collection/CompositeColle
Author: scolebourne
Date: Sat Nov 4 06:21:44 2006
New Revision: 471202
URL: http://svn.apache.org/viewvc?view=rev&rev=471202
Log:
Remove getCollection() - use covariant decorated()
Modified:
jakarta/commons/proper/collections/branches/collections_jdk5_branch/src/java/org/apache/commons/coll
Author: scolebourne
Date: Sat Nov 4 06:17:26 2006
New Revision: 471201
URL: http://svn.apache.org/viewvc?view=rev&rev=471201
Log:
Remove getBag() - use covariant decorated()
Modified:
jakarta/commons/proper/collections/branches/collections_jdk5_branch/src/java/org/apache/commons/collections
Author: scolebourne
Date: Sat Nov 4 06:04:46 2006
New Revision: 471192
URL: http://svn.apache.org/viewvc?view=rev&rev=471192
Log:
Remove getList() - use decorated()
Modified:
jakarta/commons/proper/collections/branches/collections_jdk5_branch/src/java/org/apache/commons/collections/list/Abs
Author: scolebourne
Date: Sat Nov 4 05:57:57 2006
New Revision: 471189
URL: http://svn.apache.org/viewvc?view=rev&rev=471189
Log:
Remove getMap(), getOrderedMap() and getSortedMap() - use decorated()
Modified:
jakarta/commons/proper/collections/branches/collections_jdk5_branch/src/java/org/
Author: scolebourne
Date: Sat Nov 4 05:47:51 2006
New Revision: 471186
URL: http://svn.apache.org/viewvc?view=rev&rev=471186
Log:
Remove getSet() and getSortedSet() - use decorated()
Modified:
jakarta/commons/proper/collections/branches/collections_jdk5_branch/src/java/org/apache/commons/co
Author: scolebourne
Date: Sat Nov 4 05:27:44 2006
New Revision: 471180
URL: http://svn.apache.org/viewvc?view=rev&rev=471180
Log:
Abstract*Decorator - Generify and use covariant return types
Modified:
jakarta/commons/proper/collections/branches/collections_jdk5_branch/src/java/org/apache/co
Author: scolebourne
Date: Sat Nov 4 04:07:39 2006
New Revision: 471173
URL: http://svn.apache.org/viewvc?view=rev&rev=471173
Log:
Abstract*Decorator - Generify and use covariant return types
Modified:
jakarta/commons/proper/collections/branches/collections_jdk5_branch/RELEASE-NOTES.txt
Author: scolebourne
Date: Sat Nov 4 03:33:22 2006
New Revision: 471166
URL: http://svn.apache.org/viewvc?view=rev&rev=471166
Log:
Removed Typed* containers such as TypedList and TypedMap as generics now
provides type safety
Removed:
jakarta/commons/proper/collections/branches/collections_j
Rory,
Niklas Gustavsson wrote:
Niklas Gustavsson wrote:
Rory Winston wrote:
The FTPSClient needs the have a SSL enabled ServerSocketFactory set, e.g.:
client.setServerSocketFactory(SSLServerSocketFactory.getDefault());
I believe that the following patch which sets the server socket factory
As this is a 'new' project, I propose that we:
- remove all @author tags - this complies with previous ASF board
suggestions
- remove all @since tags - as its incompatible anyway, and will probably
end up in a separate package, these have no real meaning
Any dissenting opinions?
First commi
Author: scolebourne
Date: Sat Nov 4 02:56:39 2006
New Revision: 471163
URL: http://svn.apache.org/viewvc?view=rev&rev=471163
Log:
Remove FastArrayList, FastHashMap, FastTreeMap
Removed:
jakarta/commons/proper/collections/branches/collections_jdk5_branch/src/java/org/apache/commons/collectio
[ http://issues.apache.org/jira/browse/BEANUTILS-30?page=all ]
Henri Yandell resolved BEANUTILS-30.
Resolution: Fixed
svn ci -m "Applying improved messages for unknown properties in
setSimpleProperty and getSimpleProperty to resolve issue #BEANUTILS
Author: bayard
Date: Sat Nov 4 00:06:03 2006
New Revision: 471138
URL: http://svn.apache.org/viewvc?view=rev&rev=471138
Log:
Applying improved messages for unknown properties in setSimpleProperty and
getSimpleProperty to resolve issue #BEANUTILS-30
Modified:
jakarta/commons/proper/beanutil
56 matches
Mail list logo