Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix compilerAdapter multi thread error #281

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

fix compilerAdapter multi thread error #281

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Aug 21, 2020

issues中大部分NullPoint最终导致的原因是因为aspectj 编译报错,我在项目中将BatchTaskScheduler关于DoAspectWorkProcedure的任务改成单线程执行能正常编译过,根据https://github.com/zzz40500/AspectJAOP的提示,是Aspectj CompilerAdapter在多线程环境下导致的,改commit正是借助该库的修改,望作者能早日解决该问题。
亲测可用,同时升级aspectj至1.9.6

@ghost
Copy link
Author

ghost commented Aug 21, 2020

测试代码见https://github.com/LittleSmileMonkey/aspectjxSample ,aspectjx依赖本地SNAPSHOT

@ghost ghost mentioned this pull request Aug 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant