Skip to content

Conversation

@youngledo
Copy link

Fixes #231

@youngledo youngledo changed the title fix: [#231](https://github.com/mojohaus/aspectj-maven-plugin/issues/231) New option 'containsResolvedIncludes' Jul 23, 2025
@slachiewicz slachiewicz requested a review from Copilot October 5, 2025 18:04
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Introduces a new configurable option to control whether resolved include source files are passed as explicit arguments to the AspectJ compiler.

  • Added boolean parameter containsResolvedIncludes (default true) gating addition of resolvedIncludes to ajcOptions.
  • Wrapped existing logic that collects and appends resolved includes in a conditional block.
  • Initialized resolvedIncludes eagerly to an empty HashSet.

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@youngledo
Copy link
Author

@slachiewicz I see a CI build error, how can I fix this issue?

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.

An option with an ambiguous meaning caused Lombok weaving to fail.

1 participant