Tom Tresansky
Tom Tresansky
Introduces serialization for `isDisallowChanges` and similar "metadata" attributes of file-based properties. This ensures that properties configured with specific constraints, such as those preventing unsafe reads or modifications, retain these configurations...
Part 2 of addressing https://github.com/gradle/gradle/issues/25513
We are aiming to remove this type in an upcoming Gradle release. This change updates the version of Gradle used to build the OSS licenses project to the most recent...
Introduces the infrastructure for test metadata listeners, enabling the capture of test metadata events during test execution. This allows users to gather key-value pairs or file attachments during tests. Addresses:...
Check how the TestStarted event includes or doesn't include a class name. It should not report an empty string as the name.
Updating the default version of the test framework needs to wait to Gradle 10. We can update the version of JUnit used in smoke tests now.
Explore OpenTestReporting or adding Some other custom HTML report rendering support in the Test task
This would be in advance of dropping them completely in Gradle 10.0.0. Testing would be possible through engines using JUnit Platform.
This could have benefits for parallelism, performance, granular filtering and more.