truth icon indicating copy to clipboard operation
truth copied to clipboard

Fluent assertions for Java and Android

Results 86 truth issues
Sort by recently updated
recently updated
newest added

Upgrade from [6-year-old](https://repo1.maven.org/maven2/com/google/protobuf/protobuf-lite/3.0.1/) `protobuf-lite` to its modern equivalent, `protobuf-javalite`. This change should mostly not be user-visible, since we [declare this dependency as `optional`](https://github.com/google/truth/blob/1de76958abc8f3dbfad07d142bd290dc53d7427a/extensions/liteproto/pom.xml#L43). The new version doesn't support the `optimize_for...

This is simply an observation and not a problem, so you are welcome to close as _won't fix_. I profiled a test build task to see if there its doing...

P3
type=performance

Fix some of the grammatical errors in regular comments and in javadoc comments

type=documentation
P3

Bumps the dependencies group with 2 updates: [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) and [org.apache.maven.plugins:maven-project-info-reports-plugin](https://github.com/apache/maven-project-info-reports-plugin). Updates `com.google.protobuf:protobuf-java` from 4.27.1 to 4.27.2 Commits See full diff in compare view Updates `org.apache.maven.plugins:maven-project-info-reports-plugin` from 3.6.0 to 3.6.1 Commits...

dependencies
java

Work around bugs in the forthcoming version of our nullness checker. RELNOTES=n/a

Test that `comparingExpectedFieldsOnly` is effective on nested `Any` values.