-
Notifications
You must be signed in to change notification settings - Fork 5k
Merge master into release for next version #32270
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
Merged
cobexer
merged 926 commits into
release
from
bot-pull-request-release-2025-02-03-10-07-31
Feb 3, 2025
Merged
Merge master into release for next version #32270
cobexer
merged 926 commits into
release
from
bot-pull-request-release-2025-02-03-10-07-31
Feb 3, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…erty annotations (#32113)
The lock in the queue is highly contentious and may block project configuration for a prolonged period of time. In gradle/gradle build, the time spent locked goes up to 500ms per project, because their configuration is effectively serialized. This commit doesn't address the root cause, but highlights the time-consuming operation in the build traces.
This isn't needed right now.
We've introduced another level of nesting.
We use an exception annotated with @contextual so that the error appears in the console. This brings up a bigger question whether this annotation is worth having or not, or if we should just print all exceptions to the console. I can see there being many exceptions that are being hidden because of this annotation and the logic behind it
Signed-off-by: Christoph Obexer <[email protected]>
nagging whenever the flag is set, even if the value matches the default. The flag is planned for removal in 9.0 The computation of the loadAfterStore parameter is made lazy, so that the DeprecationLogger has enough time to configure the problem reporting. Otherwise, the deprecation nagging is ignored silently. The order of the computation is also changed, so that the nagging is unconditional, rather than being dependent on the short-circuiting of boolean expressions.
for readability
…ped dependencies block (#32048)
Sorry, we can't process your request because of the following error:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Merge master into release for next version