svn commit: r1524250 - /commons/sandbox/weaver/trunk/src/site/markdown/index.md

2013-09-17 Thread mbenson
Author: mbenson Date: Tue Sep 17 23:09:14 2013 New Revision: 1524250 URL: http://svn.apache.org/r1524250 Log: EPL mention; thanks to dbrosius Modified: commons/sandbox/weaver/trunk/src/site/markdown/index.md Modified: commons/sandbox/weaver/trunk/src/site/markdown/index.md URL: http

svn commit: r1522105 - /commons/proper/proxy/branches/version-2.0-work/asm4/src/main/java/org/apache/commons/proxy2/asm4/ASM4ProxyFactory.java

2013-09-11 Thread mbenson
Author: mbenson Date: Thu Sep 12 02:02:02 2013 New Revision: 1522105 URL: http://svn.apache.org/r1522105 Log: no need to use InvocationHandler interface Modified: commons/proper/proxy/branches/version-2.0-work/asm4/src/main/java/org/apache/commons/proxy2/asm4/ASM4ProxyFactory.java Modified

svn commit: r1522122 - /commons/proper/proxy/branches/version-2.0-work/asm4/src/main/java/org/apache/commons/proxy2/asm4/ASM4ProxyFactory.java

2013-09-11 Thread mbenson
Author: mbenson Date: Thu Sep 12 02:10:06 2013 New Revision: 1522122 URL: http://svn.apache.org/r1522122 Log: format and simplify Modified: commons/proper/proxy/branches/version-2.0-work/asm4/src/main/java/org/apache/commons/proxy2/asm4/ASM4ProxyFactory.java Modified: commons/proper/proxy

svn commit: r1521303 - in /commons/proper/proxy/branches/version-2.0-work: asm4/pom.xml asm4/src/main/java/org/apache/commons/proxy2/asm4/ASM4ProxyFactory.java pom.xml

2013-09-09 Thread mbenson
Author: mbenson Date: Mon Sep 9 22:27:27 2013 New Revision: 1521303 URL: http://svn.apache.org/r1521303 Log: use asm commons to drastically shrink code; eliminate Unsafe class that relies on Sun/Oracle private APIs; incidentally fix a bug where caught exceptions had to match declared type

svn commit: r1520882 - /commons/proper/proxy/branches/version-2.0-work/core/src/test/java/org/apache/commons/proxy2/AbstractProxyFactoryTestCase.java

2013-09-08 Thread mbenson
Author: mbenson Date: Sun Sep 8 17:21:25 2013 New Revision: 1520882 URL: http://svn.apache.org/r1520882 Log: generics Modified: commons/proper/proxy/branches/version-2.0-work/core/src/test/java/org/apache/commons/proxy2/AbstractProxyFactoryTestCase.java Modified: commons/proper/proxy

svn commit: r1520884 - /commons/proper/proxy/branches/version-2.0-work/stub/src/test/java/org/apache/commons/proxy2/stub/StubInterceptorBuilderTest.java

2013-09-08 Thread mbenson
Author: mbenson Date: Sun Sep 8 17:34:37 2013 New Revision: 1520884 URL: http://svn.apache.org/r1520884 Log: reenable StubInterceptorBuilderTest Modified: commons/proper/proxy/branches/version-2.0-work/stub/src/test/java/org/apache/commons/proxy2/stub/StubInterceptorBuilderTest.java

svn commit: r1520885 - /commons/proper/proxy/branches/version-2.0-work/pom.xml

2013-09-08 Thread mbenson
Author: mbenson Date: Sun Sep 8 17:38:50 2013 New Revision: 1520885 URL: http://svn.apache.org/r1520885 Log: developers/contributors Modified: commons/proper/proxy/branches/version-2.0-work/pom.xml Modified: commons/proper/proxy/branches/version-2.0-work/pom.xml URL: http://svn.apache.org

svn commit: r1520886 - in /commons/proper/proxy/branches/version-2.0-work: ./ asm4/ asm4/src/ asm4/src/main/ asm4/src/main/java/ asm4/src/main/java/org/ asm4/src/main/java/org/apache/ asm4/src/main/ja

2013-09-08 Thread mbenson
Author: mbenson Date: Sun Sep 8 17:45:33 2013 New Revision: 1520886 URL: http://svn.apache.org/r1520886 Log: [PROXY-22] Provide an ASM-based ProxyFactory implementation Added: commons/proper/proxy/branches/version-2.0-work/asm4/ (with props) commons/proper/proxy/branches/version-2.0

svn commit: r1520887 - in /commons/proper/proxy/branches/version-2.0-work: asm4/pom.xml build-tools/pom.xml cglib/pom.xml core/pom.xml javassist/pom.xml jdk/pom.xml pom.xml stub/pom.xml test/pom.xml

2013-09-08 Thread mbenson
Author: mbenson Date: Sun Sep 8 17:46:34 2013 New Revision: 1520887 URL: http://svn.apache.org/r1520887 Log: mimetypes Modified: commons/proper/proxy/branches/version-2.0-work/asm4/pom.xml (props changed) commons/proper/proxy/branches/version-2.0-work/build-tools/pom.xml (props

svn commit: r1520889 - /commons/proper/proxy/branches/version-2.0-work/asm4/src/main/java/org/apache/commons/proxy2/asm4/ASM4ProxyFactory.java

2013-09-08 Thread mbenson
Author: mbenson Date: Sun Sep 8 18:09:03 2013 New Revision: 1520889 URL: http://svn.apache.org/r1520889 Log: use numbered classnames instead of superclass-based ones Modified: commons/proper/proxy/branches/version-2.0-work/asm4/src/main/java/org/apache/commons/proxy2/asm4

svn commit: r1520892 - /commons/proper/proxy/branches/version-2.0-work/asm4/src/main/java/org/apache/commons/proxy2/asm4/ASM4ProxyFactory.java

2013-09-08 Thread mbenson
Author: mbenson Date: Sun Sep 8 18:36:00 2013 New Revision: 1520892 URL: http://svn.apache.org/r1520892 Log: cache asm4-generated classes; do not defer to JdkProxyFactory for interface-only proxies Modified: commons/proper/proxy/branches/version-2.0-work/asm4/src/main/java/org/apache

svn commit: r1520907 - /commons/proper/proxy/branches/version-2.0-work/core/src/test/java/org/apache/commons/proxy2/util/SuffixInterceptor.java

2013-09-08 Thread mbenson
Author: mbenson Date: Sun Sep 8 20:03:30 2013 New Revision: 1520907 URL: http://svn.apache.org/r1520907 Log: fix Modified: commons/proper/proxy/branches/version-2.0-work/core/src/test/java/org/apache/commons/proxy2/util/SuffixInterceptor.java Modified: commons/proper/proxy/branches

svn commit: r1520911 - /commons/proper/proxy/branches/version-2.0-work/asm4/src/main/java/org/apache/commons/proxy2/asm4/ASM4ProxyFactory.java

2013-09-08 Thread mbenson
Author: mbenson Date: Sun Sep 8 20:08:55 2013 New Revision: 1520911 URL: http://svn.apache.org/r1520911 Log: get rid of unnecessary locking given cache use Modified: commons/proper/proxy/branches/version-2.0-work/asm4/src/main/java/org/apache/commons/proxy2/asm4/ASM4ProxyFactory.java

svn commit: r1520920 - /commons/proper/proxy/branches/version-2.0-work/asm4/src/main/java/org/apache/commons/proxy2/asm4/ASM4ProxyFactory.java

2013-09-08 Thread mbenson
Author: mbenson Date: Sun Sep 8 20:24:29 2013 New Revision: 1520920 URL: http://svn.apache.org/r1520920 Log: no need to visit nonexistent source; proxy2 depends on Java v6 so generate classfile for that target Modified: commons/proper/proxy/branches/version-2.0-work/asm4/src/main/java/org

svn commit: r1519762 - in /commons/proper/proxy/branches/version-2.0-work/stub/src/main/java/org/apache/commons/proxy2/stub: AnnotationBuilder.java StubBuilder.java

2013-09-03 Thread mbenson
Author: mbenson Date: Tue Sep 3 17:26:32 2013 New Revision: 1519762 URL: http://svn.apache.org/r1519762 Log: allow any matching Trainer Modified: commons/proper/proxy/branches/version-2.0-work/stub/src/main/java/org/apache/commons/proxy2/stub/AnnotationBuilder.java commons/proper

svn commit: r1519761 - in /commons/proper/proxy/branches/version-2.0-work/stub/src/main/java/org/apache/commons/proxy2/stub: BaseAnnotationTrainer.java BaseTrainer.java

2013-09-03 Thread mbenson
Author: mbenson Date: Tue Sep 3 17:26:09 2013 New Revision: 1519761 URL: http://svn.apache.org/r1519761 Log: fix method access in Trainer APIs Modified: commons/proper/proxy/branches/version-2.0-work/stub/src/main/java/org/apache/commons/proxy2/stub/BaseAnnotationTrainer.java commons

svn commit: r1519800 - in /commons/proper/proxy/branches/version-2.0-work/stub/src/main/java/org/apache/commons/proxy2/stub: BaseAnnotationTrainer.java BaseTrainer.java

2013-09-03 Thread mbenson
Author: mbenson Date: Tue Sep 3 19:13:54 2013 New Revision: 1519800 URL: http://svn.apache.org/r1519800 Log: enable chaining Modified: commons/proper/proxy/branches/version-2.0-work/stub/src/main/java/org/apache/commons/proxy2/stub/BaseAnnotationTrainer.java commons/proper/proxy

svn commit: r1519864 - in /commons/proper/proxy/branches/version-2.0-work/stub/src: main/java/org/apache/commons/proxy2/stub/StubInterceptorBuilder.java test/java/org/apache/commons/proxy2/stub/StubIn

2013-09-03 Thread mbenson
Author: mbenson Date: Tue Sep 3 21:53:08 2013 New Revision: 1519864 URL: http://svn.apache.org/r1519864 Log: Trainer knows its type Modified: commons/proper/proxy/branches/version-2.0-work/stub/src/main/java/org/apache/commons/proxy2/stub/StubInterceptorBuilder.java commons/proper

svn commit: r1519880 - /commons/proper/proxy/branches/version-2.0-work/stub/src/main/java/org/apache/commons/proxy2/stub/BaseTrainer.java

2013-09-03 Thread mbenson
Author: mbenson Date: Tue Sep 3 22:55:56 2013 New Revision: 1519880 URL: http://svn.apache.org/r1519880 Log: open up training API for custom interceptor Modified: commons/proper/proxy/branches/version-2.0-work/stub/src/main/java/org/apache/commons/proxy2/stub/BaseTrainer.java Modified

svn commit: r1519877 - in /commons/proper/proxy/branches/version-2.0-work: core/src/main/java/org/apache/commons/proxy2/interceptor/matcher/argument/ArgumentMatcherUtils.java stub/src/main/java/org/ap

2013-09-03 Thread mbenson
Author: mbenson Date: Tue Sep 3 22:45:46 2013 New Revision: 1519877 URL: http://svn.apache.org/r1519877 Log: expose argThat() API for stub training, make built-in argumentMatchers generic Modified: commons/proper/proxy/branches/version-2.0-work/core/src/main/java/org/apache/commons/proxy2

svn commit: r1518024 - /commons/proper/proxy/branches/version-2.0-work/stub/src/main/java/org/apache/commons/proxy2/stub/AnnotationTrainer.java

2013-08-27 Thread mbenson
Author: mbenson Date: Tue Aug 27 22:29:45 2013 New Revision: 1518024 URL: http://svn.apache.org/r1518024 Log: unused import Modified: commons/proper/proxy/branches/version-2.0-work/stub/src/main/java/org/apache/commons/proxy2/stub/AnnotationTrainer.java Modified: commons/proper/proxy

svn commit: r1518025 - in /commons/proper/proxy/branches/version-2.0-work/stub/src: main/java/org/apache/commons/proxy2/stub/AnnotationBuilder.java test/java/org/apache/commons/proxy2/stub/AnnotationB

2013-08-27 Thread mbenson
Author: mbenson Date: Tue Aug 27 22:33:58 2013 New Revision: 1518025 URL: http://svn.apache.org/r1518025 Log: support map-based annotation stubbing Modified: commons/proper/proxy/branches/version-2.0-work/stub/src/main/java/org/apache/commons/proxy2/stub/AnnotationBuilder.java commons

svn commit: r1516846 - /commons/proper/commons-sandbox-parent/trunk/pom.xml

2013-08-23 Thread mbenson
Author: mbenson Date: Fri Aug 23 13:41:34 2013 New Revision: 1516846 URL: http://svn.apache.org/r1516846 Log: agree with property from parent POM Modified: commons/proper/commons-sandbox-parent/trunk/pom.xml Modified: commons/proper/commons-sandbox-parent/trunk/pom.xml URL: http

svn commit: r1516850 - /commons/sandbox/weaver/trunk/pom.xml

2013-08-23 Thread mbenson
Author: mbenson Date: Fri Aug 23 13:57:11 2013 New Revision: 1516850 URL: http://svn.apache.org/r1516850 Log: fix commons componentid and modify scmPubUrl accordingly; remove unnecessarily overridden plugin config; document maven.compile.* properties Modified: commons/sandbox/weaver/trunk

svn commit: r1516856 - /commons/proper/commons-sandbox-parent/trunk/pom.xml

2013-08-23 Thread mbenson
Author: mbenson Date: Fri Aug 23 14:17:35 2013 New Revision: 1516856 URL: http://svn.apache.org/r1516856 Log: upgrade parent Modified: commons/proper/commons-sandbox-parent/trunk/pom.xml Modified: commons/proper/commons-sandbox-parent/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons

svn commit: r1516857 - /commons/sandbox/weaver/trunk/pom.xml

2013-08-23 Thread mbenson
Author: mbenson Date: Fri Aug 23 14:18:20 2013 New Revision: 1516857 URL: http://svn.apache.org/r1516857 Log: rock fetch ;) Modified: commons/sandbox/weaver/trunk/pom.xml Modified: commons/sandbox/weaver/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/sandbox/weaver/trunk/pom.xml

svn commit: r875716 - in /websites/production/commons/content/sandbox/commons-weaver: ./ apidocs/ css/ images/ js/ testapidocs/ weaver/ weaver/apidocs/ weaver/apidocs/class-use/ weaver/apidocs/org/ we

2013-08-22 Thread mbenson
Author: mbenson Date: Thu Aug 22 17:38:39 2013 New Revision: 875716 Log: Site checkin for project Apache Commons Weaver Parent POM [This commit notification would consist of 74 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

svn commit: r875717 - /websites/production/commons/content/sandbox/commons-weaver/weaver/

2013-08-22 Thread mbenson
Author: mbenson Date: Thu Aug 22 17:43:11 2013 New Revision: 875717 Log: try try again Removed: websites/production/commons/content/sandbox/commons-weaver/weaver/

svn commit: r875719 - in /websites/production/commons/content/sandbox/commons-weaver: ./ apidocs/ apidocs/class-use/ apidocs/org/ apidocs/org/apache/ apidocs/org/apache/commons/ apidocs/org/apache/com

2013-08-22 Thread mbenson
Author: mbenson Date: Thu Aug 22 17:59:59 2013 New Revision: 875719 Log: Site checkin for project Apache Commons Weaver Parent POM [This commit notification would consist of 180 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

svn commit: r1516528 - /commons/sandbox/weaver/trunk/pom.xml

2013-08-22 Thread mbenson
Author: mbenson Date: Thu Aug 22 18:05:20 2013 New Revision: 1516528 URL: http://svn.apache.org/r1516528 Log: site publishing Modified: commons/sandbox/weaver/trunk/pom.xml Modified: commons/sandbox/weaver/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/sandbox/weaver/trunk/pom.xml

svn commit: r1516531 - /commons/sandbox/weaver/trunk/pom.xml

2013-08-22 Thread mbenson
Author: mbenson Date: Thu Aug 22 18:21:57 2013 New Revision: 1516531 URL: http://svn.apache.org/r1516531 Log: toward correct site management Modified: commons/sandbox/weaver/trunk/pom.xml Modified: commons/sandbox/weaver/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/sandbox

svn commit: r1516277 - /commons/sandbox/weaver/trunk/ant/src/site/

2013-08-21 Thread mbenson
Author: mbenson Date: Wed Aug 21 19:55:40 2013 New Revision: 1516277 URL: http://svn.apache.org/r1516277 Log: delete dummy site stuff Removed: commons/sandbox/weaver/trunk/ant/src/site/

svn commit: r1516278 - in /commons/sandbox/weaver/trunk: modules/privilizer/src/site/markdown/index.md src/site/markdown/building.md src/site/markdown/index.md

2013-08-21 Thread mbenson
Author: mbenson Date: Wed Aug 21 19:56:42 2013 New Revision: 1516278 URL: http://svn.apache.org/r1516278 Log: headers; point antlib directly to ant/lib instead of parent Modified: commons/sandbox/weaver/trunk/modules/privilizer/src/site/markdown/index.md commons/sandbox/weaver/trunk/src

svn commit: r1516279 - in /commons/sandbox/weaver/trunk/ant: lib/src/main/java/org/apache/commons/weaver/ant/ lib/src/main/resources/org/apache/commons/weaver/ant/ test/

2013-08-21 Thread mbenson
Author: mbenson Date: Wed Aug 21 19:58:21 2013 New Revision: 1516279 URL: http://svn.apache.org/r1516279 Log: refactor antlib to extract weaver settings into a standalone data type, eliminate duplication, and simplify configuration at the task level Added: commons/sandbox/weaver/trunk/ant

svn commit: r1516280 - in /commons/sandbox/weaver/trunk/ant/lib/src/site: ./ markdown/ markdown/index.md

2013-08-21 Thread mbenson
Author: mbenson Date: Wed Aug 21 19:58:34 2013 New Revision: 1516280 URL: http://svn.apache.org/r1516280 Log: document antlib Added: commons/sandbox/weaver/trunk/ant/lib/src/site/ commons/sandbox/weaver/trunk/ant/lib/src/site/markdown/ commons/sandbox/weaver/trunk/ant/lib/src/site

svn commit: r1516301 - in /commons/sandbox/weaver/trunk/modules/normalizer/src: ./ site/ site/markdown/ site/markdown/index.md

2013-08-21 Thread mbenson
Author: mbenson Date: Wed Aug 21 20:51:34 2013 New Revision: 1516301 URL: http://svn.apache.org/r1516301 Log: document normalizer Added: commons/sandbox/weaver/trunk/modules/normalizer/src/ commons/sandbox/weaver/trunk/modules/normalizer/src/site/ commons/sandbox/weaver/trunk/modules

svn commit: r1516302 - /commons/sandbox/weaver/trunk/src/site/markdown/index.md

2013-08-21 Thread mbenson
Author: mbenson Date: Wed Aug 21 20:56:55 2013 New Revision: 1516302 URL: http://svn.apache.org/r1516302 Log: point Maven plugin link directly to generated plugin info report Modified: commons/sandbox/weaver/trunk/src/site/markdown/index.md Modified: commons/sandbox/weaver/trunk/src/site

svn commit: r875634 - /websites/production/commons/content/sandbox/commons-weaver-parent/

2013-08-21 Thread mbenson
Author: mbenson Date: Wed Aug 21 23:07:11 2013 New Revision: 875634 Log: Automatic svn path creation: https://svn.apache.org/repos/infra/websites/production/commons/content/sandbox/commons-weaver-parent Added: websites/production/commons/content/sandbox/commons-weaver-parent/

svn commit: r1516324 - /commons/sandbox/weaver/trunk/pom.xml

2013-08-21 Thread mbenson
Author: mbenson Date: Wed Aug 21 23:12:22 2013 New Revision: 1516324 URL: http://svn.apache.org/r1516324 Log: site destination Modified: commons/sandbox/weaver/trunk/pom.xml Modified: commons/sandbox/weaver/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/sandbox/weaver/trunk

svn commit: r875636 - /websites/production/commons/content/sandbox/commons-weaver-parent/

2013-08-21 Thread mbenson
Author: mbenson Date: Wed Aug 21 23:13:06 2013 New Revision: 875636 Log: no Removed: websites/production/commons/content/sandbox/commons-weaver-parent/

svn commit: r1516326 - /commons/sandbox/weaver/trunk/pom.xml

2013-08-21 Thread mbenson
Author: mbenson Date: Wed Aug 21 23:15:14 2013 New Revision: 1516326 URL: http://svn.apache.org/r1516326 Log: conform Modified: commons/sandbox/weaver/trunk/pom.xml Modified: commons/sandbox/weaver/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/sandbox/weaver/trunk/pom.xml?rev

svn commit: r875637 - /websites/production/commons/content/sandbox/commons-weaver/

2013-08-21 Thread mbenson
Author: mbenson Date: Wed Aug 21 23:20:40 2013 New Revision: 875637 Log: Automatic svn path creation: https://svn.apache.org/repos/infra/websites/production/commons/content/sandbox/commons-weaver Added: websites/production/commons/content/sandbox/commons-weaver/

svn commit: r875639 - in /websites/production/commons/content/sandbox/commons-weaver: ./ apidocs/ apidocs/class-use/ apidocs/org/ apidocs/org/apache/ apidocs/org/apache/commons/ apidocs/org/apache/com

2013-08-21 Thread mbenson
Author: mbenson Date: Wed Aug 21 23:23:01 2013 New Revision: 875639 Log: Site checkin for project Apache Commons Weaver Parent POM [This commit notification would consist of 74 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

svn commit: r1516330 - /commons/cms-site/trunk/content/xdoc/sandbox.xml

2013-08-21 Thread mbenson
Author: mbenson Date: Wed Aug 21 23:26:10 2013 New Revision: 1516330 URL: http://svn.apache.org/r1516330 Log: CMS commit to commons by mbenson Modified: commons/cms-site/trunk/content/xdoc/sandbox.xml Modified: commons/cms-site/trunk/content/xdoc/sandbox.xml URL: http://svn.apache.org

svn commit: r875642 - in /websites/production/commons/content: ./ dormant/ proper/ sandbox/

2013-08-21 Thread mbenson
Author: mbenson Date: Wed Aug 21 23:31:23 2013 New Revision: 875642 Log: Publishing svnmucc operation to commons site by mbenson Added: websites/production/commons/content/ - copied from r875641, websites/staging/commons/trunk/content/ websites/production/commons/content/dormant

svn commit: r1516350 - /commons/cms-site/trunk/content/resources/.htaccess

2013-08-21 Thread mbenson
Author: mbenson Date: Thu Aug 22 01:09:46 2013 New Revision: 1516350 URL: http://svn.apache.org/r1516350 Log: CMS commit to commons by mbenson Modified: commons/cms-site/trunk/content/resources/.htaccess Modified: commons/cms-site/trunk/content/resources/.htaccess URL: http

svn commit: r875648 - in /websites/production/commons/content: ./ dormant/ proper/ sandbox/

2013-08-21 Thread mbenson
Author: mbenson Date: Thu Aug 22 01:10:39 2013 New Revision: 875648 Log: Publishing svnmucc operation to commons site by mbenson Added: websites/production/commons/content/ - copied from r875646, websites/staging/commons/trunk/content/ websites/production/commons/content/dormant

svn commit: r1515482 - /commons/proper/proxy/branches/version-2.0-work/core/src/main/java/org/apache/commons/proxy2/invoker/RecordedInvocation.java

2013-08-19 Thread mbenson
Author: mbenson Date: Mon Aug 19 16:06:29 2013 New Revision: 1515482 URL: http://svn.apache.org/r1515482 Log: matchers can fail at run time on empty arg arrays Modified: commons/proper/proxy/branches/version-2.0-work/core/src/main/java/org/apache/commons/proxy2/invoker

svn commit: r1515490 - in /commons/proper/proxy/branches/version-2.0-work/core/src/main/java/org/apache/commons/proxy2/interceptor: SwitchInterceptor.java matcher/argument/ArgumentMatcherUtils.java

2013-08-19 Thread mbenson
Author: mbenson Date: Mon Aug 19 16:15:56 2013 New Revision: 1515490 URL: http://svn.apache.org/r1515490 Log: warnings Modified: commons/proper/proxy/branches/version-2.0-work/core/src/main/java/org/apache/commons/proxy2/interceptor/SwitchInterceptor.java commons/proper/proxy/branches

svn commit: r1515491 - /commons/proper/proxy/branches/version-2.0-work/stub/src/main/java/org/apache/commons/proxy2/stub/TrainingContext.java

2013-08-19 Thread mbenson
Author: mbenson Date: Mon Aug 19 16:16:52 2013 New Revision: 1515491 URL: http://svn.apache.org/r1515491 Log: allow custom invoker and clean up warnings Modified: commons/proper/proxy/branches/version-2.0-work/stub/src/main/java/org/apache/commons/proxy2/stub/TrainingContext.java Modified

svn commit: r1515492 - /commons/proper/proxy/branches/version-2.0-work/stub/src/test/java/org/apache/commons/proxy2/stub/StubBuilderTest.java

2013-08-19 Thread mbenson
Author: mbenson Date: Mon Aug 19 16:18:06 2013 New Revision: 1515492 URL: http://svn.apache.org/r1515492 Log: imports Modified: commons/proper/proxy/branches/version-2.0-work/stub/src/test/java/org/apache/commons/proxy2/stub/StubBuilderTest.java Modified: commons/proper/proxy/branches

svn commit: r1515495 - in /commons/proper/proxy/branches/version-2.0-work/stub/src/main/java/org/apache/commons/proxy2/stub: BaseTrainer.java StubBuilder.java Trainer.java

2013-08-19 Thread mbenson
Author: mbenson Date: Mon Aug 19 16:25:58 2013 New Revision: 1515495 URL: http://svn.apache.org/r1515495 Log: calculate trainee type at instantiation; support subclassing with self-referencing BaseTrainer class; allow a backing invoker to be specified for a stub; move thenStub() to WhenObject

svn commit: r1515503 - in /commons/proper/proxy/branches/version-2.0-work/stub/src: main/java/org/apache/commons/proxy2/stub/ test/java/org/apache/commons/proxy2/stub/

2013-08-19 Thread mbenson
Author: mbenson Date: Mon Aug 19 16:34:12 2013 New Revision: 1515503 URL: http://svn.apache.org/r1515503 Log: annotation stubbing support Added: commons/proper/proxy/branches/version-2.0-work/stub/src/main/java/org/apache/commons/proxy2/stub/AnnotationBuilder.java commons/proper/proxy

svn commit: r1515506 - /commons/proper/proxy/branches/version-2.0-work/stub/src/main/java/org/apache/commons/proxy2/stub/BaseTrainer.java

2013-08-19 Thread mbenson
Author: mbenson Date: Mon Aug 19 16:45:53 2013 New Revision: 1515506 URL: http://svn.apache.org/r1515506 Log: WhenClass javadoc Modified: commons/proper/proxy/branches/version-2.0-work/stub/src/main/java/org/apache/commons/proxy2/stub/BaseTrainer.java Modified: commons/proper/proxy

svn commit: r1515508 - in /commons/proper/proxy/branches/version-2.0-work/stub/src/main/java/org/apache/commons/proxy2/stub: AnnotationTrainer.java BaseAnnotationTrainer.java

2013-08-19 Thread mbenson
Author: mbenson Date: Mon Aug 19 16:50:39 2013 New Revision: 1515508 URL: http://svn.apache.org/r1515508 Log: support further annotation trainer subclassing by moving all related functionality to the still self-typed BaseAnnotationTrainer Added: commons/proper/proxy/branches/version-2.0

svn commit: r1515596 - in /commons/sandbox/weaver/trunk: ./ ant/ ant/lib/ ant/test/ example/ maven-plugin/ modules/ modules/normalizer/ modules/normalizer/example/ modules/normalizer/weaver/ modules/p

2013-08-19 Thread mbenson
Author: mbenson Date: Mon Aug 19 20:49:54 2013 New Revision: 1515596 URL: http://svn.apache.org/r1515596 Log: Apache Commons Weaver Modified: commons/sandbox/weaver/trunk/ant/lib/pom.xml commons/sandbox/weaver/trunk/ant/pom.xml commons/sandbox/weaver/trunk/ant/test/pom.xml

svn commit: r1515679 - /commons/sandbox/weaver/trunk/modules/privilizer/src/site/markdown/index.md

2013-08-19 Thread mbenson
Author: mbenson Date: Tue Aug 20 00:36:43 2013 New Revision: 1515679 URL: http://svn.apache.org/r1515679 Log: privilizing info Modified: commons/sandbox/weaver/trunk/modules/privilizer/src/site/markdown/index.md Modified: commons/sandbox/weaver/trunk/modules/privilizer/src/site/markdown

svn commit: r1515680 - /commons/sandbox/weaver/trunk/modules/pom.xml

2013-08-19 Thread mbenson
Author: mbenson Date: Tue Aug 20 00:38:22 2013 New Revision: 1515680 URL: http://svn.apache.org/r1515680 Log: description Modified: commons/sandbox/weaver/trunk/modules/pom.xml Modified: commons/sandbox/weaver/trunk/modules/pom.xml URL: http://svn.apache.org/viewvc/commons/sandbox/weaver

svn commit: r1513642 - /commons/sandbox/weaver/trunk/ant/pom.xml

2013-08-13 Thread mbenson
Author: mbenson Date: Tue Aug 13 20:38:47 2013 New Revision: 1513642 URL: http://svn.apache.org/r1513642 Log: correct name Modified: commons/sandbox/weaver/trunk/ant/pom.xml Modified: commons/sandbox/weaver/trunk/ant/pom.xml URL: http://svn.apache.org/viewvc/commons/sandbox/weaver/trunk

svn commit: r1513643 - in /commons/sandbox/weaver/trunk/src/site: resources/images/privilizer-logo-white.png resources/images/privilizer-logo-white.xcf resources/images/weaver-logo-white.png resources

2013-08-13 Thread mbenson
Author: mbenson Date: Tue Aug 13 20:40:23 2013 New Revision: 1513643 URL: http://svn.apache.org/r1513643 Log: change menus and logo Added: commons/sandbox/weaver/trunk/src/site/resources/images/weaver-logo-white.png - copied, changed from r1513233, commons/sandbox/weaver/trunk/src

svn commit: r1513644 - /commons/sandbox/weaver/trunk/ant/lib/pom.xml

2013-08-13 Thread mbenson
Author: mbenson Date: Tue Aug 13 20:47:45 2013 New Revision: 1513644 URL: http://svn.apache.org/r1513644 Log: upgrade shade plugin Modified: commons/sandbox/weaver/trunk/ant/lib/pom.xml Modified: commons/sandbox/weaver/trunk/ant/lib/pom.xml URL: http://svn.apache.org/viewvc/commons/sandbox

svn commit: r1513646 - /commons/sandbox/weaver/trunk/processor/pom.xml

2013-08-13 Thread mbenson
Author: mbenson Date: Tue Aug 13 20:48:26 2013 New Revision: 1513646 URL: http://svn.apache.org/r1513646 Log: s/Privilizer/Weaver/; improve description; remove javassist Modified: commons/sandbox/weaver/trunk/processor/pom.xml Modified: commons/sandbox/weaver/trunk/processor/pom.xml URL

svn commit: r1513667 - in /commons/sandbox/weaver/trunk/modules/privilizer: api/pom.xml weaver/pom.xml

2013-08-13 Thread mbenson
Author: mbenson Date: Tue Aug 13 21:55:04 2013 New Revision: 1513667 URL: http://svn.apache.org/r1513667 Log: pom doc updates Modified: commons/sandbox/weaver/trunk/modules/privilizer/api/pom.xml commons/sandbox/weaver/trunk/modules/privilizer/weaver/pom.xml Modified: commons/sandbox

svn commit: r1513669 - /commons/sandbox/weaver/trunk/ant/lib/pom.xml

2013-08-13 Thread mbenson
Author: mbenson Date: Tue Aug 13 22:01:48 2013 New Revision: 1513669 URL: http://svn.apache.org/r1513669 Log: pom cleanup Modified: commons/sandbox/weaver/trunk/ant/lib/pom.xml Modified: commons/sandbox/weaver/trunk/ant/lib/pom.xml URL: http://svn.apache.org/viewvc/commons/sandbox/weaver

svn commit: r1513670 - /commons/sandbox/weaver/trunk/ant/test/pom.xml

2013-08-13 Thread mbenson
Author: mbenson Date: Tue Aug 13 22:02:46 2013 New Revision: 1513670 URL: http://svn.apache.org/r1513670 Log: pom cleanup; get tests working again Modified: commons/sandbox/weaver/trunk/ant/test/pom.xml Modified: commons/sandbox/weaver/trunk/ant/test/pom.xml URL: http://svn.apache.org

svn commit: r1513673 - in /commons/sandbox/weaver/trunk/src/site: markdown/index.md site.xml

2013-08-13 Thread mbenson
Author: mbenson Date: Tue Aug 13 22:10:21 2013 New Revision: 1513673 URL: http://svn.apache.org/r1513673 Log: site work Modified: commons/sandbox/weaver/trunk/src/site/markdown/index.md commons/sandbox/weaver/trunk/src/site/site.xml Modified: commons/sandbox/weaver/trunk/src/site

svn commit: r1513236 - /commons/sandbox/weaver/trunk/pom.xml

2013-08-12 Thread mbenson
Author: mbenson Date: Mon Aug 12 20:12:36 2013 New Revision: 1513236 URL: http://svn.apache.org/r1513236 Log: upgrade site plugin Modified: commons/sandbox/weaver/trunk/pom.xml Modified: commons/sandbox/weaver/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/sandbox/weaver/trunk

svn commit: r1512971 - in /commons/sandbox/weaver/branches/normalizer/processor/src/main/java/org/apache/commons/weaver: CleanProcessor.java Finder.java WeaveProcessor.java model/WeaveEnvironment.java

2013-08-11 Thread mbenson
Author: mbenson Date: Sun Aug 11 17:01:24 2013 New Revision: 1512971 URL: http://svn.apache.org/r1512971 Log: WeaveEnvironment will provide the classLoader used for scanning; else subclass searches don't work Modified: commons/sandbox/weaver/branches/normalizer/processor/src/main/java/org

svn commit: r1512972 - /commons/sandbox/weaver/branches/normalizer/example/pom.xml

2013-08-11 Thread mbenson
Author: mbenson Date: Sun Aug 11 17:07:58 2013 New Revision: 1512972 URL: http://svn.apache.org/r1512972 Log: fixup header Modified: commons/sandbox/weaver/branches/normalizer/example/pom.xml Modified: commons/sandbox/weaver/branches/normalizer/example/pom.xml URL: http://svn.apache.org

svn commit: r1512979 - in /commons/sandbox/weaver/branches/normalizer/modules/normalizer: example/pom.xml weaver/pom.xml

2013-08-11 Thread mbenson
Author: mbenson Date: Sun Aug 11 17:49:13 2013 New Revision: 1512979 URL: http://svn.apache.org/r1512979 Log: mimetypes Modified: commons/sandbox/weaver/branches/normalizer/modules/normalizer/example/pom.xml (props changed) commons/sandbox/weaver/branches/normalizer/modules

svn commit: r1512980 - in /commons/sandbox/weaver/trunk: ./ example/ modules/ modules/normalizer/ processor/src/main/java/org/apache/commons/weaver/ processor/src/main/java/org/apache/commons/weaver/m

2013-08-11 Thread mbenson
Author: mbenson Date: Sun Aug 11 17:55:39 2013 New Revision: 1512980 URL: http://svn.apache.org/r1512980 Log: merge normalizer + required changes back to trunk Added: commons/sandbox/weaver/trunk/modules/normalizer/ - copied from r1512979, commons/sandbox/weaver/branches/normalizer

svn commit: r1512984 - in /commons/sandbox/weaver/trunk/modules/privilizer/weaver/src/main/java/org/apache/commons/weaver/privilizer: BlueprintingVisitor.java Privilizer.java PrivilizerCleaner.java

2013-08-11 Thread mbenson
Author: mbenson Date: Sun Aug 11 18:23:15 2013 New Revision: 1512984 URL: http://svn.apache.org/r1512984 Log: close inputStreams Modified: commons/sandbox/weaver/trunk/modules/privilizer/weaver/src/main/java/org/apache/commons/weaver/privilizer/BlueprintingVisitor.java commons/sandbox

svn commit: r1513000 - in /commons/sandbox/weaver/trunk: modules/normalizer/weaver/src/main/java/org/apache/commons/weaver/normalizer/ modules/privilizer/weaver/src/main/java/org/apache/commons/weaver

2013-08-11 Thread mbenson
Author: mbenson Date: Sun Aug 11 20:34:53 2013 New Revision: 1513000 URL: http://svn.apache.org/r1513000 Log: define an API for working with classfile and potentially other resources in the WeaveEnvironment, which is now an abstract class, and depend on it everywhere. This should insulate

svn commit: r1512811 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/ClassUtils.java

2013-08-10 Thread mbenson
Author: mbenson Date: Sat Aug 10 18:04:12 2013 New Revision: 1512811 URL: http://svn.apache.org/r1512811 Log: make abbreviation maps immutable, andand add void:V for the sake of completeness Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/ClassUtils.java Modified

svn commit: r1511498 - in /commons/sandbox/weaver/branches/normalizer/modules/privilizer/weaver: pom.xml src/main/java/org/apache/commons/weaver/privilizer/ActionGenerator.java src/main/java/org/apach

2013-08-07 Thread mbenson
Author: mbenson Date: Wed Aug 7 21:11:50 2013 New Revision: 1511498 URL: http://svn.apache.org/r1511498 Log: rid thyself of thy unholy javassist dependency Modified: commons/sandbox/weaver/branches/normalizer/modules/privilizer/weaver/pom.xml commons/sandbox/weaver/branches/normalizer

svn commit: r1511499 - in /commons/sandbox/weaver/trunk/modules/privilizer: ./ weaver/pom.xml weaver/src/main/java/org/apache/commons/weaver/privilizer/ActionGenerator.java weaver/src/main/java/org/ap

2013-08-07 Thread mbenson
Author: mbenson Date: Wed Aug 7 21:13:41 2013 New Revision: 1511499 URL: http://svn.apache.org/r1511499 Log: merge javassist excision from normalizer branch Modified: commons/sandbox/weaver/trunk/modules/privilizer/ (props changed) commons/sandbox/weaver/trunk/modules/privilizer

svn commit: r1511073 - in /commons/sandbox/weaver/trunk: modules/privilizer/weaver/src/main/java/org/apache/commons/weaver/privilizer/asm/ processor/src/main/java/org/apache/commons/weaver/utils/

2013-08-06 Thread mbenson
Author: mbenson Date: Tue Aug 6 19:06:46 2013 New Revision: 1511073 URL: http://svn.apache.org/r1511073 Log: remove unnecessary files Removed: commons/sandbox/weaver/trunk/modules/privilizer/weaver/src/main/java/org/apache/commons/weaver/privilizer/asm/ commons/sandbox/weaver/trunk

svn commit: r1511085 [2/2] - in /commons/sandbox/weaver/trunk: ./ ant/ ant/lib/ ant/lib/src/main/java/org/apache/commons/weaver/ant/ ant/lib/src/main/resources/org/apache/commons/weaver/ant/ ant/test/

2013-08-06 Thread mbenson
Modified: commons/sandbox/weaver/trunk/modules/privilizer/weaver/src/main/java/org/apache/commons/weaver/privilizer/AccessLevel.java URL:

svn commit: r1511086 - /commons/sandbox/weaver/trunk/NOTICE.txt

2013-08-06 Thread mbenson
Author: mbenson Date: Tue Aug 6 19:28:18 2013 New Revision: 1511086 URL: http://svn.apache.org/r1511086 Log: cright year Modified: commons/sandbox/weaver/trunk/NOTICE.txt Modified: commons/sandbox/weaver/trunk/NOTICE.txt URL: http://svn.apache.org/viewvc/commons/sandbox/weaver/trunk

svn commit: r1511092 - /commons/sandbox/weaver/branches/normalizer/

2013-08-06 Thread mbenson
Author: mbenson Date: Tue Aug 6 19:44:03 2013 New Revision: 1511092 URL: http://svn.apache.org/r1511092 Log: create branch to work on normalizer module Added: commons/sandbox/weaver/branches/normalizer/ (props changed) - copied from r1511091, commons/sandbox/weaver/trunk

svn commit: r1510298 - in /commons/proper/lang/trunk/src: main/java/org/apache/commons/lang3/ClassUtils.java test/java/org/apache/commons/lang3/ClassUtilsTest.java

2013-08-04 Thread mbenson
Author: mbenson Date: Sun Aug 4 18:36:17 2013 New Revision: 1510298 URL: http://svn.apache.org/r1510298 Log: [LANG-907] retrieve class hierarchy Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/ClassUtils.java commons/proper/lang/trunk/src/test/java/org

svn commit: r1510300 - in /commons/proper/lang/trunk/src: main/java/org/apache/commons/lang3/reflect/TypeUtils.java test/java/org/apache/commons/lang3/reflect/TypeUtilsTest.java

2013-08-04 Thread mbenson
Author: mbenson Date: Sun Aug 4 18:40:18 2013 New Revision: 1510300 URL: http://svn.apache.org/r1510300 Log: [LANG-906] new type util features Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/reflect/TypeUtils.java commons/proper/lang/trunk/src/test/java/org

svn commit: r1510301 - in /commons/proper/lang/trunk/src: main/java/org/apache/commons/lang3/reflect/ test/java/org/apache/commons/lang3/reflect/ test/java/org/apache/commons/lang3/reflect/testbed/

2013-08-04 Thread mbenson
Author: mbenson Date: Sun Aug 4 18:40:48 2013 New Revision: 1510301 URL: http://svn.apache.org/r1510301 Log: [LANG-908] get method override hierarchy Added: commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/reflect/testbed/GenericConsumer.java Modified: commons/proper

svn commit: r1510072 - in /commons/proper/proxy/branches/version-2.0-work/core/src: main/java/org/apache/commons/proxy2/impl/ test/java/org/apache/commons/proxy2/impl/ test/java/org/apache/commons/pro

2013-08-03 Thread mbenson
Author: mbenson Date: Sat Aug 3 22:45:52 2013 New Revision: 1510072 URL: http://svn.apache.org/r1510072 Log: use stringified implementation for MethodSignature, make economically serializable Modified: commons/proper/proxy/branches/version-2.0-work/core/src/main/java/org/apache/commons

svn commit: r1509288 - /commons/sandbox/weaver/trunk/modules/privilizer/weaver/src/main/java/org/apache/commons/weaver/privilizer/Privilizer.java

2013-08-01 Thread mbenson
Author: mbenson Date: Thu Aug 1 15:22:05 2013 New Revision: 1509288 URL: http://svn.apache.org/r1509288 Log: reformat; add some debug logging; use className instead of target with verify() method Modified: commons/sandbox/weaver/trunk/modules/privilizer/weaver/src/main/java/org/apache

svn commit: r1509289 - /commons/sandbox/weaver/trunk/modules/privilizer/weaver/src/main/java/org/apache/commons/weaver/privilizer/PrivilizerCleaner.java

2013-08-01 Thread mbenson
Author: mbenson Date: Thu Aug 1 15:23:24 2013 New Revision: 1509289 URL: http://svn.apache.org/r1509289 Log: use environment-provided logging and inline ASM_FLAGS Modified: commons/sandbox/weaver/trunk/modules/privilizer/weaver/src/main/java/org/apache/commons/weaver/privilizer

svn commit: r1509290 - /commons/sandbox/weaver/trunk/modules/privilizer/weaver/src/main/java/org/apache/commons/weaver/privilizer/PrivilizingVisitor.java

2013-08-01 Thread mbenson
Author: mbenson Date: Thu Aug 1 15:24:59 2013 New Revision: 1509290 URL: http://svn.apache.org/r1509290 Log: add some debug logging, clean some ws, and the coup de gras: the shift of one line of code that gets privilizing policies other than ON_INIT working\! Modified: commons/sandbox

svn commit: r1509293 - /commons/sandbox/weaver/trunk/example/src/test/java/org/apache/commons/weaver/privilizer/example/

2013-08-01 Thread mbenson
Author: mbenson Date: Thu Aug 1 15:25:59 2013 New Revision: 1509293 URL: http://svn.apache.org/r1509293 Log: clean up imports Modified: commons/sandbox/weaver/trunk/example/src/test/java/org/apache/commons/weaver/privilizer/example/NoArgsTest.java commons/sandbox/weaver/trunk/example

svn commit: r1509292 - /commons/sandbox/weaver/trunk/example/pom.xml

2013-08-01 Thread mbenson
Author: mbenson Date: Thu Aug 1 15:25:37 2013 New Revision: 1509292 URL: http://svn.apache.org/r1509292 Log: add test output to file Modified: commons/sandbox/weaver/trunk/example/pom.xml Modified: commons/sandbox/weaver/trunk/example/pom.xml URL: http://svn.apache.org/viewvc/commons

svn commit: r1509295 - in /commons/sandbox/weaver/branches: fields/ mjb/ priv-asm/

2013-08-01 Thread mbenson
Author: mbenson Date: Thu Aug 1 15:29:00 2013 New Revision: 1509295 URL: http://svn.apache.org/r1509295 Log: remove obsolete branches Removed: commons/sandbox/weaver/branches/fields/ commons/sandbox/weaver/branches/mjb/ commons/sandbox/weaver/branches/priv-asm/

svn commit: r1509005 - /commons/sandbox/weaver/trunk/pom.xml

2013-07-31 Thread mbenson
Author: mbenson Date: Wed Jul 31 19:51:03 2013 New Revision: 1509005 URL: http://svn.apache.org/r1509005 Log: upgrade to surefire v2.15 Modified: commons/sandbox/weaver/trunk/pom.xml Modified: commons/sandbox/weaver/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/sandbox/weaver

svn commit: r1509007 - /commons/sandbox/weaver/trunk/modules/privilizer/weaver/src/main/java/org/apache/commons/weaver/privilizer/ActionGenerator.java

2013-07-31 Thread mbenson
Author: mbenson Date: Wed Jul 31 19:51:46 2013 New Revision: 1509007 URL: http://svn.apache.org/r1509007 Log: wrong access on constructor, wrong RT on run() method of generated PrivilegedActions Modified: commons/sandbox/weaver/trunk/modules/privilizer/weaver/src/main/java/org/apache

svn commit: r1509008 - in /commons/sandbox/weaver/trunk/example: pom.xml src/test/resources/java.policy

2013-07-31 Thread mbenson
Author: mbenson Date: Wed Jul 31 19:52:46 2013 New Revision: 1509008 URL: http://svn.apache.org/r1509008 Log: get security profile actually working, on non-Windows systems, anyway Modified: commons/sandbox/weaver/trunk/example/pom.xml commons/sandbox/weaver/trunk/example/src/test

svn commit: r1509019 - in /commons/sandbox/weaver/trunk/example/src: main/java/org/apache/commons/weaver/privilizer/example/ test/java/org/apache/commons/weaver/privilizer/example/ test/resources/

2013-07-31 Thread mbenson
Author: mbenson Date: Wed Jul 31 20:36:15 2013 New Revision: 1509019 URL: http://svn.apache.org/r1509019 Log: rearrange test setup so we can show, with the combo of policy=NEVER and 'sec' profile, that not privilizing indeed does not work Added: commons/sandbox/weaver/trunk/example/src

svn commit: r1508407 - in /commons/sandbox/weaver/branches/priv-asm/processor/src/main/java/org/apache/commons/weaver: Finder.java Inflater.java model/Weavable.java

2013-07-30 Thread mbenson
Author: mbenson Date: Tue Jul 30 12:24:40 2013 New Revision: 1508407 URL: http://svn.apache.org/r1508407 Log: include all known annotations relevant to some ScanResult Added: commons/sandbox/weaver/branches/priv-asm/processor/src/main/java/org/apache/commons/weaver/Inflater.java

svn commit: r1508411 - /commons/sandbox/weaver/branches/priv-asm/pom.xml

2013-07-30 Thread mbenson
Author: mbenson Date: Tue Jul 30 12:26:09 2013 New Revision: 1508411 URL: http://svn.apache.org/r1508411 Log: asm dependency management Modified: commons/sandbox/weaver/branches/priv-asm/pom.xml Modified: commons/sandbox/weaver/branches/priv-asm/pom.xml URL: http://svn.apache.org/viewvc

svn commit: r1508493 - in /commons/sandbox/weaver/branches/priv-asm/modules/privilizer/weaver/src/main: java/org/apache/commons/weaver/privilizer/ java/org/apache/commons/weaver/privilizer/asm/ resour

2013-07-30 Thread mbenson
Author: mbenson Date: Tue Jul 30 15:37:01 2013 New Revision: 1508493 URL: http://svn.apache.org/r1508493 Log: move new asm stuff to basic privilizer package Added: commons/sandbox/weaver/branches/priv-asm/modules/privilizer/weaver/src/main/java/org/apache/commons/weaver/privilizer

svn commit: r1508498 - in /commons/sandbox/weaver/branches/priv-asm/example: ./ src/main/java/org/apache/commons/weaver/privilizer/example/ src/test/java/org/apache/commons/weaver/privilizer/example/

2013-07-30 Thread mbenson
Author: mbenson Date: Tue Jul 30 15:45:27 2013 New Revision: 1508498 URL: http://svn.apache.org/r1508498 Log: reenable tests (not sure how they got disabled); add first test for field access in blueprint method Modified: commons/sandbox/weaver/branches/priv-asm/example/pom.xml commons

svn commit: r1508502 - /commons/sandbox/weaver/branches/priv-asm/modules/privilizer/weaver/src/main/java/org/apache/commons/weaver/privilizer/BlueprintingVisitor.java

2013-07-30 Thread mbenson
Author: mbenson Date: Tue Jul 30 15:50:42 2013 New Revision: 1508502 URL: http://svn.apache.org/r1508502 Log: unused imports Modified: commons/sandbox/weaver/branches/priv-asm/modules/privilizer/weaver/src/main/java/org/apache/commons/weaver/privilizer/BlueprintingVisitor.java Modified

svn commit: r1508503 - in /commons/sandbox/weaver/trunk: ./ example/ example/src/main/java/org/apache/commons/weaver/privilizer/example/ example/src/test/java/org/apache/commons/weaver/privilizer/exam

2013-07-30 Thread mbenson
Author: mbenson Date: Tue Jul 30 15:57:10 2013 New Revision: 1508503 URL: http://svn.apache.org/r1508503 Log: reintegrate privilizer asm branch Added: commons/sandbox/weaver/trunk/modules/privilizer/weaver/src/main/java/org/apache/commons/weaver/privilizer/ActionGenerator.java

<    3   4   5   6   7   8   9   10   11   12   >