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

Finalize 8.3 release notes #25794

Merged
merged 3 commits into from
Jul 18, 2023
Merged

Conversation

ljacomet
Copy link
Member

@ljacomet ljacomet commented Jul 17, 2023

  • Contributors
  • Release notes
  • Release features

@ljacomet ljacomet added this to the 8.3 RC1 milestone Jul 17, 2023
@ljacomet ljacomet self-assigned this Jul 17, 2023
@ljacomet ljacomet requested a review from a team as a code owner July 17, 2023 14:43
bot-gradle added a commit that referenced this pull request Jul 17, 2023
* Contributors
* Release notes
* Release features

Co-authored-by: Louis Jacomet <louis@gradle.com>
@ljacomet ljacomet force-pushed the ljacomet/gradle83/rel-notes-8.3 branch from 6f5555e to 610739f Compare July 17, 2023 16:05
@gradle gradle deleted a comment from ljacomet Jul 17, 2023
@gradle gradle deleted a comment from ljacomet Jul 17, 2023
bot-gradle added a commit that referenced this pull request Jul 17, 2023
* Contributors
* Release notes
* Release features

Co-authored-by: Louis Jacomet <louis@gradle.com>

#### Temporarily opting out of stricter configuration inputs detection

In order to ensure correctness, configuration cache detects undeclared inputs when plugins or build logic perform file system checks such as `File.exists()` or `File.isFile()`.
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
In order to ensure correctness, configuration cache detects undeclared inputs when plugins or build logic perform file system checks such as `File.exists()` or `File.isFile()`.
To ensure correctness, the configuration cache detects undeclared inputs when plugins or build logic perform file system checks such as `File.exists()` or `File.isFile()`.


Configuration cache now has an opt-out option for temporarily ignoring such undeclared inputs.

This option mitigates undesired configuration cache misses, until the plugins are properly updated.
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
This option mitigates undesired configuration cache misses, until the plugins are properly updated.
This option mitigates undesired configuration cache misses until the plugins are properly updated.

Copy link
Member

@lkasso lkasso left a comment

Choose a reason for hiding this comment

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

No typos found.

This release features [1](), [2](), ... [n](), and more.
This release features the support for [persistent Java compiler daemons](#faster-java-compilation) to speed up Java compilation.
Gradle will also use [less memory for dependency resolution](#reduced-memory-consumption).
The effect is significant for large builds, in particular, large Android builds including, but not limited to, IDE sync.
Copy link
Member

@lkasso lkasso Jul 17, 2023

Choose a reason for hiding this comment

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

Suggested change
The effect is significant for large builds, in particular, large Android builds including, but not limited to, IDE sync.
The effect is significant, particularly for large builds such as Android builds.

Copy link
Member

@lkasso lkasso Jul 17, 2023

Choose a reason for hiding this comment

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

I don't see a way to add "IDE sync". It's just a random add at this point. We need to remove it or add more information (my suggestions removes it for now). @ljacomet, this is from @pioterj's comment in the Google doc.

Copy link
Member Author

Choose a reason for hiding this comment

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

Thanks, we have the specifics in the section. Making it shorter for the preamble makes sense IMO

@gradle gradle deleted a comment from ljacomet Jul 18, 2023
bot-gradle added a commit that referenced this pull request Jul 18, 2023
* Contributors
* Release notes
* Release features

Co-authored-by: Louis Jacomet <louis@gradle.com>
@bot-gradle
Copy link
Collaborator

I've triggered a build for you. Click here to see all failures if there's any.

@bot-gradle
Copy link
Collaborator

Pre-tested commit build failed. Click here to see all build failures.

@ljacomet ljacomet force-pushed the ljacomet/gradle83/rel-notes-8.3 branch from 610739f to 3adcfad Compare July 18, 2023 09:12
@ljacomet
Copy link
Member Author

@bot-gradle test and merge

@gradle gradle deleted a comment from blindpirate Jul 18, 2023
@bot-gradle
Copy link
Collaborator

I've triggered a build for you. Click here to see all failures if there's any.

@bot-gradle bot-gradle merged commit d036e60 into release Jul 18, 2023
7 checks passed
@bot-gradle bot-gradle deleted the ljacomet/gradle83/rel-notes-8.3 branch July 18, 2023 10:15
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.

None yet

3 participants