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

Unable to compile with AOP applied to objects created with Null binding #83

Closed
koriym opened this issue Mar 23, 2022 · 1 comment · Fixed by #84
Closed

Unable to compile with AOP applied to objects created with Null binding #83

koriym opened this issue Mar 23, 2022 · 1 comment · Fixed by #84
Labels

Comments

@koriym
Copy link
Member

koriym commented Mar 23, 2022

Bug Report

Null bound can be compiled, but when AOP is applied, the AOP part is ignored

Thanks for the reporting issue @jingu.

@koriym koriym added the bug label Mar 23, 2022
@koriym
Copy link
Member Author

koriym commented Mar 23, 2022

対策

NullObjectDependencyを事前にDependencyオブジェクトに変換して、既存のコンパイルを利用する。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant