truth
truth copied to clipboard
Fluent assertions for Java and Android
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...
Fix some of the grammatical errors in regular comments and in javadoc comments
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...
Work around bugs in the forthcoming version of our nullness checker. RELNOTES=n/a
Test that `comparingExpectedFieldsOnly` is effective on nested `Any` values.