Return-Path: X-Original-To: apmail-batchee-dev-archive@minotaur.apache.org Delivered-To: apmail-batchee-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 13E791195C for ; Thu, 24 Apr 2014 18:39:57 +0000 (UTC) Received: (qmail 88104 invoked by uid 500); 24 Apr 2014 18:39:56 -0000 Delivered-To: apmail-batchee-dev-archive@batchee.apache.org Received: (qmail 88073 invoked by uid 500); 24 Apr 2014 18:39:56 -0000 Mailing-List: contact dev-help@batchee.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@batchee.incubator.apache.org Delivered-To: mailing list dev@batchee.incubator.apache.org Received: (qmail 88065 invoked by uid 99); 24 Apr 2014 18:39:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Apr 2014 18:39:55 +0000 X-ASF-Spam-Status: No, hits=-2000.7 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 24 Apr 2014 18:39:55 +0000 Received: (qmail 82069 invoked by uid 99); 24 Apr 2014 18:39:18 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Apr 2014 18:39:18 +0000 Date: Thu, 24 Apr 2014 18:39:18 +0000 (UTC) From: "Hudson (JIRA)" To: dev@batchee.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (BATCHEE-29) move all the Proxies to java Proxies MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/BATCHEE-29?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13980075#comment-13980075 ] Hudson commented on BATCHEE-29: ------------------------------- SUCCESS: Integrated in batchee #520 (See [https://builds.apache.org/job/batchee/520/]) BATCHEE-29 move listener proxies to real proxies (struberg: rev 458f304160d5cccaa615283471ec5d9496dd5a3f) * jbatch/src/main/java/org/apache/batchee/container/proxy/RetryProcessListenerProxy.java * jbatch/src/main/java/org/apache/batchee/container/impl/controller/batchlet/BatchletStepController.java * jbatch/src/main/java/org/apache/batchee/container/proxy/RetryReadListenerProxy.java * jbatch/src/main/java/org/apache/batchee/container/proxy/SkipWriteListenerProxy.java * jbatch/src/main/java/org/apache/batchee/container/impl/controller/chunk/SkipHandler.java * jbatch/src/main/java/org/apache/batchee/container/proxy/InjectionReferences.java * jbatch/src/main/java/org/apache/batchee/container/proxy/StepListenerProxy.java * jbatch/src/main/java/org/apache/batchee/container/impl/controller/chunk/ExceptionConfig.java * jbatch/src/main/java/org/apache/batchee/container/proxy/ChunkListenerProxy.java * jbatch/src/main/java/org/apache/batchee/container/proxy/ListenerFactory.java * jbatch/src/main/java/org/apache/batchee/container/proxy/ProxyFactory.java * jbatch/src/main/java/org/apache/batchee/container/proxy/RetryWriteListenerProxy.java * jbatch/src/main/java/org/apache/batchee/container/impl/controller/chunk/ChunkStepController.java * jbatch/src/main/java/org/apache/batchee/container/proxy/SkipReadListenerProxy.java * jbatch/src/main/java/org/apache/batchee/container/impl/controller/JobThreadRootController.java * jbatch/src/main/java/org/apache/batchee/container/proxy/SkipProcessListenerProxy.java * jbatch/src/main/java/org/apache/batchee/container/proxy/BatchletProxy.java * jbatch/src/main/java/org/apache/batchee/container/proxy/JobListenerProxy.java * jbatch/src/main/java/org/apache/batchee/container/proxy/BatchProxyInvocationHandler.java * jbatch/src/main/java/org/apache/batchee/container/impl/controller/chunk/RetryHandler.java > move all the Proxies to java Proxies > ------------------------------------ > > Key: BATCHEE-29 > URL: https://issues.apache.org/jira/browse/BATCHEE-29 > Project: BatchEE > Issue Type: Improvement > Components: jbatch-core > Affects Versions: 0.1-incubating > Reporter: Mark Struberg > Assignee: Mark Struberg > Fix For: 0.2-incubating > > > Currently all the Proxies are hand tailored which results in tons of duplicated code. We could easily improve this by using java.lang.reflect Proxies -- This message was sent by Atlassian JIRA (v6.2#6252)