You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by ta...@apache.org on 2018/01/09 20:13:55 UTC

deltaspike git commit: DELTASPIKE-1313 DeltaSpikeProxyInterceptorLookup fails on WAS

Repository: deltaspike
Updated Branches:
  refs/heads/master fc8b80bd0 -> 83053ca9a


DELTASPIKE-1313 DeltaSpikeProxyInterceptorLookup fails on WAS

Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo
Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/83053ca9
Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/83053ca9
Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/83053ca9

Branch: refs/heads/master
Commit: 83053ca9af909a05114b1c1c51df005785daee52
Parents: fc8b80b
Author: Thomas Andraschko <ta...@apache.org>
Authored: Tue Jan 9 21:13:46 2018 +0100
Committer: Thomas Andraschko <ta...@apache.org>
Committed: Tue Jan 9 21:13:46 2018 +0100

----------------------------------------------------------------------
 .../proxy/spi/invocation/DeltaSpikeProxyInterceptorLookup.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltaspike/blob/83053ca9/deltaspike/modules/proxy/api/src/main/java/org/apache/deltaspike/proxy/spi/invocation/DeltaSpikeProxyInterceptorLookup.java
----------------------------------------------------------------------
diff --git a/deltaspike/modules/proxy/api/src/main/java/org/apache/deltaspike/proxy/spi/invocation/DeltaSpikeProxyInterceptorLookup.java b/deltaspike/modules/proxy/api/src/main/java/org/apache/deltaspike/proxy/spi/invocation/DeltaSpikeProxyInterceptorLookup.java
index 58e8e1b..0bd23ff 100644
--- a/deltaspike/modules/proxy/api/src/main/java/org/apache/deltaspike/proxy/spi/invocation/DeltaSpikeProxyInterceptorLookup.java
+++ b/deltaspike/modules/proxy/api/src/main/java/org/apache/deltaspike/proxy/spi/invocation/DeltaSpikeProxyInterceptorLookup.java
@@ -35,7 +35,7 @@ import org.apache.deltaspike.core.api.provider.BeanManagerProvider;
  * Utility which stores the information about configured interceptors for each method.
  */
 @ApplicationScoped
-class DeltaSpikeProxyInterceptorLookup
+public class DeltaSpikeProxyInterceptorLookup
 {
     private final Map<Method, List<Interceptor<?>>> cache = new HashMap<Method, List<Interceptor<?>>>();