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

Upgrade Freefair AspectJ plugin to v5.0.1 #8456

Merged
merged 1 commit into from
May 4, 2020

Conversation

bigdaz
Copy link
Contributor

@bigdaz bigdaz commented May 4, 2020

Earlier versions of the io.freefair.aspectj.post-compile-weaving plugin contain a bug that modifies compile tasks to incorrectly have compilation outputs configured as a task input. This results in those compile tasks not being considered UP-TO-DATE when executed after an initial clean compile. This issues is likely to also affect the cacheability of these tasks.

Plugin v5.0.1 includes a fix that addresses this issue. When applied to the spring-security project, all tasks for ./gradlew classes will be marked as UP-TO-DATE following an initial ./gradlew clean classes.

The `io.freefair.aspectj.post-compile-weaving` plugin v5.0.1 includes [a fix](freefair/gradle-plugins#213) that allows all tasks for `./gradlew classes` to be marked as `UP-TO-DATE` following an initial `./gradlew clean classes`. Without this fix, any compile task that is enhanced by the `io.freefair.aspectj.post-compile-weaving` plugin will incorrectly have compilation outputs configured as a _task input_, resulting in the task being out of date following a `clean compile`.
@pivotal-issuemaster
Copy link

@bigdaz Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

@bigdaz
Copy link
Contributor Author

bigdaz commented May 4, 2020

@pivotal-issuemaster This is an Obvious Fix

@pivotal-issuemaster
Copy link

@bigdaz This Pull Request contains an obvious fix. Signing the Contributor License Agreement is not necessary.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label May 4, 2020
@rwinch rwinch added in: build An issue in the build type: enhancement A general enhancement and removed status: waiting-for-triage An issue we've not yet triaged labels May 4, 2020
@rwinch rwinch self-assigned this May 4, 2020
@rwinch rwinch added this to the 5.4.0-M1 milestone May 4, 2020
@rwinch rwinch merged commit 6ec5f77 into spring-projects:master May 4, 2020
@rwinch
Copy link
Member

rwinch commented May 4, 2020

@bigdaz Thanks for the PR! This is now merged into master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: build An issue in the build type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants