You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use custom keyGenerator when I use aspectj compile-time weaving, but the keyGenerator is always DefaultKeyGenerator.
The config is as below:
<cache:annotation-driven mode="aspectj" key-generator="myKeyGenerator"/>
<bean id="myKeyGenerator" class="xxx.MyKeyGenerator"/>
liuchiliang opened SPR-8939 and commented
I want to use custom keyGenerator when I use aspectj compile-time weaving, but the keyGenerator is always DefaultKeyGenerator.
The config is as below:
<cache:annotation-driven mode="aspectj" key-generator="myKeyGenerator"/>
<bean id="myKeyGenerator" class="xxx.MyKeyGenerator"/>
Affects: 3.1 GA
Referenced from: commits c39a14a
The text was updated successfully, but these errors were encountered: