Skip to content

Commit

Permalink
Moved broker aspectj to zk-utils (apache#3023)
Browse files Browse the repository at this point in the history
  • Loading branch information
merlimat authored Nov 22, 2018
1 parent a77b760 commit 26b91bb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,18 @@
under the License.
-->
<!DOCTYPE aspectj PUBLIC
"-//AspectJ//DTD//EN" "http://www.eclipse.org/aspectj/dtd/aspectj.dtd">
<aspectj>

<aspects>
<aspect name="org.apache.pulsar.broker.zookeeper.aspectj.ClientCnxnAspect" />
</aspects>

<weaver options="-verbose -Xset:weaveJavaxPackages=true -Xset:weaveJavaPackages=true">
<include within="org.apache.zookeeper.ClientCnxn" />
<include within="org.apache.zookeeper.server.util.SerializeUtils" />
</weaver>

</aspectj>
<aspects>
<aspect
name="org.apache.pulsar.zookeeper.SerializeUtilsAspect" />
<aspect name="org.apache.pulsar.broker.zookeeper.aspectj.ClientCnxnAspect" />
</aspects>
</aspectj>

0 comments on commit 26b91bb

Please sign in to comment.