| Henri Yandell (JIRA) |
[jira] Commented: (BEANUTILS-49) [beanutils] Lock in BeanUtilsBean.getInstance(BeanUtilsBean.java:78) |
Tue, 07 Nov, 23:38 |
| Stephen Colebourne |
Re: [io] Ready for release? |
Tue, 07 Nov, 23:40 |
| Henri Yandell (JIRA) |
[jira] Updated: (BEANUTILS-43) [beanutils] Mapped property inside a mapped property is not populated on submit |
Tue, 07 Nov, 23:40 |
| Henri Yandell (JIRA) |
[jira] Updated: (BEANUTILS-35) [beanutils] Indexed properties with Array type cause IllegalArgumentException in setProperty/populate |
Tue, 07 Nov, 23:42 |
| Henri Yandell (JIRA) |
[jira] Updated: (BEANUTILS-10) [beanutils] StringLocaleConverter uses same pattern for numbers and dates |
Tue, 07 Nov, 23:42 |
| Henri Yandell (JIRA) |
[jira] Updated: (BEANUTILS-184) [beanutils] Add BeanFactory class for dynamic factories. |
Tue, 07 Nov, 23:52 |
| Henri Yandell (JIRA) |
[jira] Updated: (BEANUTILS-248) Code to create a JavaBean and set its properties from a Java Properties instance |
Tue, 07 Nov, 23:54 |
| Henri Yandell |
[beanutils] 1.8.0... |
Tue, 07 Nov, 23:57 |
| bay...@apache.org |
svn commit: r472344 - /jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/DirectoryWalker.java |
Wed, 08 Nov, 00:07 |
| Henri Yandell (JIRA) |
[jira] Updated: (BEANUTILS-244) [collections] Add a multi property beancomparator |
Wed, 08 Nov, 00:14 |
| Henri Yandell (JIRA) |
[jira] Updated: (BEANUTILS-238) [beanutils] Add nullate utilities |
Wed, 08 Nov, 00:14 |
| Henri Yandell (JIRA) |
[jira] Updated: (BEANUTILS-237) [beanutils] Add "aggressive" mode for BeanUtils.copyProperty() |
Wed, 08 Nov, 00:16 |
| Henri Yandell (JIRA) |
[jira] Updated: (BEANUTILS-233) [beanutils] DynaProperty doesn't override equals or hashCode |
Wed, 08 Nov, 00:16 |
| Henri Yandell (JIRA) |
[jira] Updated: (BEANUTILS-228) [beanutils] ConvertUtilsBean: register converter for specific property |
Wed, 08 Nov, 00:16 |
| Henri Yandell (JIRA) |
[jira] Updated: (BEANUTILS-227) [beanutils] Register converters by both target class and source class |
Wed, 08 Nov, 00:18 |
| Henri Yandell (JIRA) |
[jira] Updated: (BEANUTILS-226) [beanutils] Instantiate property if null in form bean |
Wed, 08 Nov, 00:18 |
| Henri Yandell (JIRA) |
[jira] Updated: (BEANUTILS-223) [beanutils] Localizing beanutils |
Wed, 08 Nov, 00:18 |
| Henri Yandell (JIRA) |
[jira] Updated: (BEANUTILS-221) [beanutils] add protected accessor to fundamental map in BeanUtils project |
Wed, 08 Nov, 00:20 |
| Henri Yandell (JIRA) |
[jira] Updated: (BEANUTILS-218) [beanutils] Need utility for collecting differences between objects |
Wed, 08 Nov, 00:20 |
| Henri Yandell (JIRA) |
[jira] Updated: (BEANUTILS-215) BeanUtilsBean: Set a mapped/indexed property, for example "property(time)[0]" |
Wed, 08 Nov, 00:20 |
| Henri Yandell (JIRA) |
[jira] Updated: (BEANUTILS-214) [beanutils] Preserving DynaBean Property Ordering |
Wed, 08 Nov, 00:22 |
| Henri Yandell (JIRA) |
[jira] Updated: (BEANUTILS-213) [beanutils] Enhancement to ResultSetDynaClass to allow case-insensitive and missing parameter bean mapping |
Wed, 08 Nov, 00:22 |
| Henri Yandell (JIRA) |
[jira] Updated: (BEANUTILS-210) [beanutils] copyProperties should have optional flag for including transient member variables |
Wed, 08 Nov, 00:22 |
| Henri Yandell (JIRA) |
[jira] Updated: (BEANUTILS-208) [beanutils] MethodUtils: Need easy way to invoke static methods |
Wed, 08 Nov, 00:38 |
| Niall Pemberton (JIRA) |
[jira] Commented: (IO-86) Add DirectoryWalker based on FileFinder |
Wed, 08 Nov, 00:48 |
| Niall Pemberton |
Re: [io] Ready for release? |
Wed, 08 Nov, 00:50 |
| Stephen Colebourne (JIRA) |
[jira] Commented: (IO-86) Add DirectoryWalker based on FileFinder |
Wed, 08 Nov, 01:18 |
| bay...@apache.org |
svn commit: r472361 - /jakarta/commons/proper/beanutils/trunk/src/java/org/apache/commons/beanutils/PropertyUtilsBean.java |
Wed, 08 Nov, 01:34 |
| Henri Yandell (JIRA) |
[jira] Resolved: (BEANUTILS-207) [beanutils][PATCH] Include bean getClass in PropertyUtilsBean Exceptions |
Wed, 08 Nov, 01:36 |
| Henri Yandell (JIRA) |
[jira] Resolved: (BEANUTILS-202) [beanutils] proposed new method "contains" for BeanUtils |
Wed, 08 Nov, 01:38 |
| Henri Yandell (JIRA) |
[jira] Updated: (BEANUTILS-201) [beanutils] Proposition for "controlled" copy of bean properties |
Wed, 08 Nov, 01:38 |
| Henri Yandell (JIRA) |
[jira] Resolved: (BEANUTILS-200) [beanutils] Need a BeanUtils.describeRaw method |
Wed, 08 Nov, 01:40 |
| Henri Yandell (JIRA) |
[jira] Updated: (BEANUTILS-198) [beanutils] Copy bean properties with different names |
Wed, 08 Nov, 01:42 |
| Henri Yandell (JIRA) |
[jira] Updated: (BEANUTILS-197) [beanutils] Copy Specific Properties |
Wed, 08 Nov, 01:42 |
| Henri Yandell (JIRA) |
[jira] Updated: (BEANUTILS-196) [beanutils] StringArrayConverter does not handle double[] input |
Wed, 08 Nov, 01:42 |
| Henri Yandell (JIRA) |
[jira] Updated: (BEANUTILS-193) [beanutils] MethodUtils.invoke for static methods |
Wed, 08 Nov, 01:43 |
| Henri Yandell (JIRA) |
[jira] Commented: (BEANUTILS-189) [beanutils] copyProperties method should not exit as soon as it gets Exception |
Wed, 08 Nov, 01:44 |
| Henri Yandell (JIRA) |
[jira] Updated: (BEANUTILS-188) [beanutils] add collection modifiers feature to PropertyUtilsBean |
Wed, 08 Nov, 01:44 |
| Henri Yandell (JIRA) |
[jira] Commented: (BEANUTILS-187) [beanutils] Methods ConvertUtilsBean.convert could check for converters registered with base classes |
Wed, 08 Nov, 01:50 |
| Henri Yandell (JIRA) |
[jira] Commented: (BEANUTILS-206) Check registered Converters for super classes if not found |
Wed, 08 Nov, 01:50 |
| Henri Yandell (JIRA) |
[jira] Updated: (BEANUTILS-185) [beanutils] Try to align BeanUtils with JSTL standard tags |
Wed, 08 Nov, 01:51 |
| Henri Yandell (JIRA) |
[jira] Updated: (BEANUTILS-183) [beanutils] Problem with index property |
Wed, 08 Nov, 01:51 |
| Henri Yandell (JIRA) |
[jira] Updated: (BEANUTILS-182) [beanutils] Dynabeans are not cloneable |
Wed, 08 Nov, 01:52 |
| Henri Yandell (JIRA) |
[jira] Updated: (BEANUTILS-181) [beanutils] Default converter for LocaleConvertUtilsBean |
Wed, 08 Nov, 01:52 |
| Henri Yandell (JIRA) |
[jira] Updated: (BEANUTILS-179) [beanutils] BeanUtils could use a premade ISO8601 date converter |
Wed, 08 Nov, 01:52 |
| Henri Yandell (JIRA) |
[jira] Updated: (BEANUTILS-178) [beanutils] New implementation in commons-beanutils |
Wed, 08 Nov, 01:52 |
| Henri Yandell (JIRA) |
[jira] Updated: (BEANUTILS-177) [beanutils] Add dynamic discovery of mapped properties to PropertyUtils |
Wed, 08 Nov, 01:53 |
| Henri Yandell (JIRA) |
[jira] Updated: (BEANUTILS-176) [beanutils]: Exception if property doesn't exist in BeanUtilsBean.setProperty() |
Wed, 08 Nov, 01:54 |
| Henri Yandell (JIRA) |
[jira] Updated: (BEANUTILS-175) [beanutils] Handling of exceptions thrown during BeanUtils.populate |
Wed, 08 Nov, 01:54 |
| Henri Yandell (JIRA) |
[jira] Updated: (BEANUTILS-168) [beanutils] copyProperties(List, List) does not work - pls warn about this |
Wed, 08 Nov, 01:54 |
| Henri Yandell (JIRA) |
[jira] Updated: (BEANUTILS-167) [beanutils] Get Method based on method description |
Wed, 08 Nov, 01:54 |
| Henri Yandell (JIRA) |
[jira] Updated: (BEANUTILS-91) [beanutils] PropertyUtils.copyProperties throws exceptions contrary to documentation |
Wed, 08 Nov, 01:56 |
| Henri Yandell (JIRA) |
[jira] Updated: (BEANUTILS-61) [beanutils] PropertyUtilsBean does not work correctly for WrapDynaBean |
Wed, 08 Nov, 01:56 |
| Henri Yandell |
[beanutils] all done on the spam :) |
Wed, 08 Nov, 01:59 |
| Niall Pemberton (JIRA) |
[jira] Created: (BEANUTILS-259) Plugable Expression Resolver |
Wed, 08 Nov, 04:08 |
| Niall Pemberton (JIRA) |
[jira] Updated: (BEANUTILS-259) Plugable Expression Resolver |
Wed, 08 Nov, 04:12 |
| Niall Pemberton (JIRA) |
[jira] Updated: (BEANUTILS-259) Plugable Expression Resolver |
Wed, 08 Nov, 04:14 |
| Niall Pemberton (JIRA) |
[jira] Commented: (BEANUTILS-49) [beanutils] Lock in BeanUtilsBean.getInstance(BeanUtilsBean.java:78) |
Wed, 08 Nov, 04:26 |
| Kenneth Xu (JIRA) |
[jira] Commented: (BEANUTILS-49) [beanutils] Lock in BeanUtilsBean.getInstance(BeanUtilsBean.java:78) |
Wed, 08 Nov, 04:42 |
| Juha-Matti Toppinen (JIRA) |
[jira] Commented: (VFS-98) VFS causes deadlocks or is not thread-safe |
Wed, 08 Nov, 06:58 |
| Mario Ivankovits (JIRA) |
[jira] Resolved: (VFS-98) VFS causes deadlocks or is not thread-safe |
Wed, 08 Nov, 07:16 |
| Apache Wiki |
[Jakarta-commons Wiki] Update of "Logging/FrequentlyAskedQuestions" by SeamusKerrigan |
Wed, 08 Nov, 10:40 |
| Moerk, Detlev |
AW: VFS FTP Problem with Text data |
Wed, 08 Nov, 15:19 |
| Justin Pitts (JIRA) |
[jira] Created: (LANG-296) Add method chaining pattern to StopWatch |
Wed, 08 Nov, 15:56 |
| Justin Pitts (JIRA) |
[jira] Updated: (LANG-296) Add method chaining pattern to StopWatch |
Wed, 08 Nov, 15:56 |
| Mario Ivankovits |
Re: AW: VFS FTP Problem with Text data |
Wed, 08 Nov, 16:03 |
| Henri Yandell (JIRA) |
[jira] Commented: (LANG-296) Add method chaining pattern to StopWatch |
Wed, 08 Nov, 16:24 |
| Stephen Colebourne (JIRA) |
[jira] Commented: (LANG-296) Add method chaining pattern to StopWatch |
Wed, 08 Nov, 17:50 |
| Justin Pitts (JIRA) |
[jira] Commented: (LANG-296) Add method chaining pattern to StopWatch |
Wed, 08 Nov, 17:58 |
| Justin Pitts (JIRA) |
[jira] Commented: (LANG-296) Add method chaining pattern to StopWatch |
Wed, 08 Nov, 18:00 |
| Kris Nuttycombe |
[pipeline] Re: commons pipeline queue capacity patch |
Wed, 08 Nov, 18:01 |
| Henri Yandell (JIRA) |
[jira] Commented: (LANG-296) Add method chaining pattern to StopWatch |
Wed, 08 Nov, 22:48 |
| ra...@apache.org |
svn commit: r472693 - in /jakarta/commons/proper/betwixt/trunk: build.xml project.xml |
Wed, 08 Nov, 23:21 |
| ra...@apache.org |
svn commit: r472699 - /jakarta/commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/XMLIntrospector.java |
Wed, 08 Nov, 23:26 |
| Rahul Akolkar |
Re: [betwixt] please check RC1 |
Wed, 08 Nov, 23:29 |
| ra...@apache.org |
svn commit: r472702 - in /jakarta/commons/proper: beanutils/trunk/ chain/trunk/ dbcp/trunk/ digester/trunk/ discovery/trunk/ el/trunk/ httpclient/trunk/ jexl/trunk/ jxpath/trunk/ math/trunk/ |
Wed, 08 Nov, 23:39 |
| ra...@apache.org |
svn commit: r472703 - /jakarta/commons/proper/scxml/trunk/doap_scxml.rdf |
Wed, 08 Nov, 23:51 |
| ra...@apache.org |
svn commit: r472712 - in /jakarta/commons/proper: attributes/trunk/ beanutils/trunk/ betwixt/trunk/ chain/trunk/ cli/trunk/ codec/trunk/ collections/trunk/ configuration/trunk/ daemon/trunk/ dbcp/trunk/ dbutils/trunk/ digester/trunk/ discovery/trunk/ e... |
Thu, 09 Nov, 00:14 |
| ra...@apache.org |
svn commit: r472714 - in /jakarta/commons/proper: attributes/trunk/ beanutils/trunk/ betwixt/trunk/ chain/trunk/ cli/trunk/ codec/trunk/ collections/trunk/ configuration/trunk/ daemon/trunk/ dbcp/trunk/ dbutils/trunk/ digester/trunk/ discovery/trunk/ e... |
Thu, 09 Nov, 00:26 |
| Martin van den Bemt |
Re: [betwixt] please check RC1 |
Thu, 09 Nov, 00:29 |
| Thomas Dudziak |
Re: [betwixt] please check RC1 |
Thu, 09 Nov, 00:37 |
| Weikuo Liaw (JIRA) |
[jira] Created: (JEXL-27) Cannot assign a value to the property of an object, such as object.prop = value. |
Thu, 09 Nov, 01:39 |
| Weikuo Liaw (JIRA) |
[jira] Created: (JEXL-28) Enhance the resolution of properties and methods |
Thu, 09 Nov, 01:56 |
| Weikuo Liaw (JIRA) |
[jira] Created: (JEXL-29) Support non-object-level functions/methods, as size and empty function |
Thu, 09 Nov, 02:05 |
| Justin Pitts (JIRA) |
[jira] Commented: (LANG-296) Add method chaining pattern to StopWatch |
Thu, 09 Nov, 03:21 |
| inderjeet (JIRA) |
[jira] Created: (IO-98) The encryption & decryption of uploaded file |
Thu, 09 Nov, 04:07 |
| Henri Yandell |
Re: [all] Nightly builds |
Thu, 09 Nov, 05:56 |
| bay...@apache.org |
svn commit: r472788 - /jakarta/commons/proper/dbutils/trunk/pom.xml |
Thu, 09 Nov, 06:25 |
| bay...@apache.org |
svn commit: r472790 - in /jakarta/commons/proper: beanutils/trunk/pom.xml cli/trunk/pom.xml dbutils/trunk/pom.xml fileupload/trunk/pom.xml io/trunk/pom.xml logging/trunk/pom.xml |
Thu, 09 Nov, 06:31 |
| Henri Yandell (JIRA) |
[jira] Commented: (BEANUTILS-243) BeanUtils fails to compile under 1.6 |
Thu, 09 Nov, 07:48 |
| Henri Yandell (JIRA) |
[jira] Updated: (BEANUTILS-243) BeanUtils fails to compile under 1.6 |
Thu, 09 Nov, 07:50 |
| Jiemiao Shi (JIRA) |
[jira] Created: (BEANUTILS-260) Error link name in the description of package org.apache.commons.beanutils |
Thu, 09 Nov, 07:57 |
| Jiemiao Shi (JIRA) |
[jira] Created: (BEANUTILS-261) Return null but not throw NestedNullException if the nested property is null |
Thu, 09 Nov, 09:22 |
| skitch...@apache.org |
svn commit: r472835 - /jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/NodeCreateRule.java |
Thu, 09 Nov, 09:59 |
| skitch...@apache.org |
svn commit: r472836 - /jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/SetNestedPropertiesRule.java |
Thu, 09 Nov, 10:06 |
| skitch...@apache.org |
svn commit: r472837 - /jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/plugins/PluginDeclarationRule.java |
Thu, 09 Nov, 10:07 |
| skitch...@apache.org |
svn commit: r472838 - in /jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester: plugins/ xmlrules/ |
Thu, 09 Nov, 10:08 |
| Giacomo Pati |
[jci] splitting FilesystemAlterationMonitor |
Thu, 09 Nov, 10:09 |
| Giacomo Pati |
[jci] splitting FilesystemAlterationMonitor |
Thu, 09 Nov, 10:13 |
| skitch...@apache.org |
svn commit: r472840 - in /jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester: ./ plugins/ xmlrules/ |
Thu, 09 Nov, 10:18 |