[EMAIL PROTECTED]: Project jakarta-velocity-test (in module jakarta-velocity) failed

2006-10-09 Thread Velocity Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project jakarta-velocity-test has an issue affecting its community integration. This

[EMAIL PROTECTED]: Project jakarta-velocity-test (in module jakarta-velocity) failed

2006-10-09 Thread Velocity Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project jakarta-velocity-test has an issue affecting its community integration. This

[jira] Resolved: (VELOCITY-456) Uberspector chokes on a number of corner cases

2006-10-09 Thread Henning Schmiedehausen (JIRA)
[ http://issues.apache.org/jira/browse/VELOCITY-456?page=all ] Henning Schmiedehausen resolved VELOCITY-456. - Resolution: Fixed Corner cases fixed for 1.5 Uberspector chokes on a number of corner cases

svn commit: r454476 - /jakarta/velocity/engine/trunk/xdocs/changes.xml

2006-10-09 Thread henning
Author: henning Date: Mon Oct 9 13:03:14 2006 New Revision: 454476 URL: http://svn.apache.org/viewvc?view=revrev=454476 Log: Add a comment about the DataSourceResource Loader security issue. Modified: jakarta/velocity/engine/trunk/xdocs/changes.xml Modified:

[jira] Resolved: (VELOCITY-132) IllegalArgumentException while calling an overloaded method

2006-10-09 Thread Will Glass-Husain (JIRA)
[ http://issues.apache.org/jira/browse/VELOCITY-132?page=all ] Will Glass-Husain resolved VELOCITY-132. Resolution: Invalid Hi, thanks for reporting this and commenting. I'm marketing this issue as invalid. There's two different issues

svn commit: r454504 - in /jakarta/velocity/engine/trunk: src/test/org/apache/velocity/test/ test/methodoverloading/ test/methodoverloading/compare/

2006-10-09 Thread wglass
Author: wglass Date: Mon Oct 9 13:57:32 2006 New Revision: 454504 URL: http://svn.apache.org/viewvc?view=revrev=454504 Log: test to be assured VELOCITY-132 is not a problem Added: jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/MethodOverloadingTestCase.java (with props)

[jira] Resolved: (VELOCITY-449) Velocity Uberspector behaves differently for get(String) and put(String, Object) methods

2006-10-09 Thread Henning Schmiedehausen (JIRA)
[ http://issues.apache.org/jira/browse/VELOCITY-449?page=all ] Henning Schmiedehausen resolved VELOCITY-449. - Resolution: Fixed Patch will be in 1.5 release. Velocity Uberspector behaves differently for get(String) and put(String,

svn commit: r454525 - in /jakarta/velocity/engine/trunk: src/java/org/apache/velocity/context/InternalContextBase.java xdocs/changes.xml

2006-10-09 Thread henning
Author: henning Date: Mon Oct 9 14:41:39 2006 New Revision: 454525 URL: http://svn.apache.org/viewvc?view=revrev=454525 Log: Remove Serializable from InternalContextBase. Fixes VELOCITY-458. Modified:

[Jakarta-velocity Wiki] Update of FrontPage by WillGlassHusain

2006-10-09 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Jakarta-velocity Wiki for change notification. The following page has been changed by WillGlassHusain: http://wiki.apache.org/jakarta-velocity/FrontPage

[Jakarta-velocity Wiki] Update of FrontPage by WillGlassHusain

2006-10-09 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Jakarta-velocity Wiki for change notification. The following page has been changed by WillGlassHusain: http://wiki.apache.org/jakarta-velocity/FrontPage

[Jakarta-velocity Wiki] Update of FrontPage by WillGlassHusain

2006-10-09 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Jakarta-velocity Wiki for change notification. The following page has been changed by WillGlassHusain: http://wiki.apache.org/jakarta-velocity/FrontPage The comment on the change is: third time's the charm

[Jakarta-velocity Wiki] Update of Velocity15ReleaseNotes by HenningSchmiedehausen

2006-10-09 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Jakarta-velocity Wiki for change notification. The following page has been changed by HenningSchmiedehausen: http://wiki.apache.org/jakarta-velocity/Velocity15ReleaseNotes

[Jakarta-velocity Wiki] Update of HackaThon2006 by WillGlassHusain

2006-10-09 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Jakarta-velocity Wiki for change notification. The following page has been changed by WillGlassHusain: http://wiki.apache.org/jakarta-velocity/HackaThon2006 New page: == Bugs (has patch/partial patch) == VELOCITY-132

[Jakarta-velocity Wiki] Update of HackaThon2006 by WillGlassHusain

2006-10-09 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Jakarta-velocity Wiki for change notification. The following page has been changed by WillGlassHusain: http://wiki.apache.org/jakarta-velocity/HackaThon2006 The comment on the change is: add links to issues

svn commit: r454562 - in /jakarta/velocity/engine/trunk/src: java/org/apache/velocity/app/event/ java/org/apache/velocity/app/event/implement/ java/org/apache/velocity/runtime/ java/org/apache/velocit

2006-10-09 Thread wglass
Author: wglass Date: Mon Oct 9 17:01:11 2006 New Revision: 454562 URL: http://svn.apache.org/viewvc?view=revrev=454562 Log: move ContextAware/RuntimeServicesAware to util package for more generic future use Added:

svn commit: r454563 - /jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/EventHandlingTestCase.java

2006-10-09 Thread wglass
Author: wglass Date: Mon Oct 9 17:02:25 2006 New Revision: 454563 URL: http://svn.apache.org/viewvc?view=revrev=454563 Log: move ContextAware/RuntimeServicesAware Modified: jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/EventHandlingTestCase.java Modified:

svn commit: r454595 - in /jakarta/velocity/engine/trunk: src/java/org/apache/velocity/runtime/ src/java/org/apache/velocity/runtime/defaults/ src/java/org/apache/velocity/util/ src/java/org/apache/vel

2006-10-09 Thread wglass
Author: wglass Date: Mon Oct 9 20:43:45 2006 New Revision: 454595 URL: http://svn.apache.org/viewvc?view=revrev=454595 Log: Offer optional SecureUberspector which prohibits method calls on 'dangerous' classes like Class and ClassLoader. Added:

[jira] Resolved: (VELOCITY-179) prevent execution of methods on Class, ClassLoader and related classes

2006-10-09 Thread Will Glass-Husain (JIRA)
[ http://issues.apache.org/jira/browse/VELOCITY-179?page=all ] Will Glass-Husain resolved VELOCITY-179. Fix Version/s: 1.5 (was: 1.6) Resolution: Fixed Committed a cleaned up version of this. r454595. To use,

[Jakarta-velocity Wiki] Update of HackaThon2006 by WillGlassHusain

2006-10-09 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Jakarta-velocity Wiki for change notification. The following page has been changed by WillGlassHusain: http://wiki.apache.org/jakarta-velocity/HackaThon2006

svn commit: r454603 - in /jakarta/velocity/engine/trunk/src: java/org/apache/velocity/util/introspection/SecureIntrospectorImpl.java test/org/apache/velocity/test/SecureIntrospectionTestCase.java

2006-10-09 Thread wglass
Author: wglass Date: Mon Oct 9 21:03:14 2006 New Revision: 454603 URL: http://svn.apache.org/viewvc?view=revrev=454603 Log: always allow Class.getName() per Nathan's suggestion. Modified:

Re: svn commit: r454515 - in /jakarta/velocity/engine/trunk: src/java/org/apache/velocity/runtime/parser/node/ src/java/org/apache/velocity/util/introspection/ xdocs/

2006-10-09 Thread Alexey Panchenko
[EMAIL PROTECTED] wrote: Add Get and Set Executors that are smart about Maps. This should be a significant speedup if you have context objects that are maps and use get() and put() extensively. Makes VELOCITY-449 ready to be closed. //skipped +protected void discover (final Class clazz)