Skip to content

Commit

Permalink
upgraded to the latest version of java assist
Browse files Browse the repository at this point in the history
  • Loading branch information
tglman committed Oct 22, 2018
1 parent be3837a commit 1fbac95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -94,7 +94,7 @@ public <T> T getProxiedInstance(final Class<T> iClass, Object iEnclosingInstance
} else {
f.setFilter(defaultMethodFilter);
}
c = f.createClass();
c = (Class<T>) f.createClass();
}
MethodHandler mi = new OObjectProxyMethodHandler(doc);
((OObjectProxyMethodHandler) mi).setParentObject(parent);
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -188,7 +188,7 @@
<!--Override with the given url on external modules-->
<!--<license.location>https://github.com/orientechnologies/orientdb/raw/develop/ODB-ASL-LICENSE.txt</license.location>-->
<heapSize>2048m</heapSize>
<javaassist.version>3.22.0-GA</javaassist.version>
<javaassist.version>3.23.1-GA</javaassist.version>
</properties>

<build>
Expand Down

0 comments on commit 1fbac95

Please sign in to comment.