Donát Csikós
Donát Csikós
https://github.com/gradle/gradle/issues/28999
https://github.com/gradle/gradle/issues/28999
The type will be removed in Gradle 8.0. https://github.com/gaelyk/gradle-gaelyk-plugin/blob/2ee11f49cccdbac1fd287bfa2120b7fff05ee3b1/src/main/groovy/org/gradle/api/plugins/gaelyk/tasks/GaelykSynchronizeResourcesTask.groovy#L7
We use `ValidationProblemSerialization` to transfer problems from the type validation worker to the daemon via a json file. Since now we have worker support in the problems API, it should...
The Gradle Tooling API now exposes problem reports via Tooling API events. This change implements a listener consuming problem events an converting them to Eclipse error markers. The feature is...
Once EF creates the chatroom, we should mention it in the project documentation.
The Problems API should allow clients to report deprecations. Specification: https://docs.google.com/document/d/19NiSuFJIWrVQJUYvuoY4ePM79IUuIow31R3k1Z1zBSU/edit?tab=t.0#heading=h.wbxzemi759rh
After implementing the remaining missing feature (see the other items on the board), the Problems API should be reviewed and marked as stable.
### Expected Behavior There should be a shared public API available for third party plugins (and for Gradle too) to report deprecations in a centralized way. ### Current Behavior (optional)...