Skip to content

Avoid NPE in AspectJCompilerTest on AspectJ 1.9.8+ #227

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

Conversation

kriegaex
Copy link
Contributor

@kriegaex kriegaex commented Jun 25, 2022

Due to changed Eclipse Compiler (JDT Core) upstream of AJC, we need to call buildArgParser.populateBuildConfig(..) in order to avoid an NPE when AjBuildConfig.getCheckedClasspaths() is called later during compilation.

Only the unit test (which is not really a unit test) is affected by this problem, because it compiles in-process. The aspectj-compiler IT was still passing before this change.

Closes eclipse-aspectj/aspectj#169.

Bumps `aspectj.version` from 1.9.7.M3 to 1.9.9.1.

Updates `aspectjrt` from 1.9.7.M3 to 1.9.9.1
- [Release notes](https://github.com/eclipse/org.aspectj/releases)
- [Commits](https://github.com/eclipse/org.aspectj/commits)

Updates `aspectjtools` from 1.9.7.M3 to 1.9.9.1
- [Release notes](https://github.com/eclipse/org.aspectj/releases)
- [Commits](https://github.com/eclipse/org.aspectj/commits)

---
updated-dependencies:
- dependency-name: org.aspectj:aspectjrt
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.aspectj:aspectjtools
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/aspectj.version-1.9.9.1 branch from d346e63 to 94e7b56 Compare June 25, 2022 13:49
@slachiewicz
Copy link
Member

Looks like dependabot deleted your commit

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.

2 participants