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 compatibility with Gradle's configuration cache #339

Merged
merged 4 commits into from Mar 15, 2023
Merged

Conversation

melix
Copy link
Collaborator

@melix melix commented Oct 17, 2022

This is an attempt to fix #338

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Oct 17, 2022
@melix melix added this to the 0.9.16 milestone Oct 17, 2022
@sdeleuze sdeleuze modified the milestones: 0.9.16, 0.9.17 Oct 17, 2022
This is an attempt to fix #338
@sdeleuze sdeleuze modified the milestones: 0.9.17, 0.9.18 Oct 28, 2022
@sdeleuze sdeleuze modified the milestones: 0.9.18, 0.9.19 Nov 14, 2022
@dnestoro dnestoro modified the milestones: 0.9.19, 0.9.20 Dec 2, 2022
@sdeleuze sdeleuze modified the milestones: 0.9.20, 0.9.21 Jan 31, 2023
In the process, this commit removes use of deprecated Gradle APIs
and therefore bumps the minimal version of Gradle to 7.4. The
configuration cache tests only pass on Gradle 7.5+, which is
reasonable given that it's an experimental feature.
@melix melix changed the title Use serializable lambdas Fix compatibility with Gradle's configuration cache Mar 14, 2023
@sdeleuze
Copy link
Collaborator

@bclozel Worth to test with Spring Boot once merged.

@melix melix merged commit 5653022 into master Mar 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Regression with Gradle's configuration cache in 0.9.15
4 participants