- 35246cc Bump the dependencies group with 2 updates by dependabot[bot] · 6 days ago master
- 8d25ede Bump com.google.protobuf:protobuf-java from 4.32.1 to 4.33.0 in the dependencies group by dependabot[bot] · 13 days ago
- 611972f Suppress or address errors from a forthcoming Error Prone check that looks for calls like `containsExactly(null)` that always throw NPE. by cpovirk · 3 weeks ago
- 68bd0a9 Bump org.codehaus.mojo:animal-sniffer-maven-plugin from 1.24 to 1.26 in the dependencies group by dependabot[bot] · 3 weeks ago
- e631b6a Restore the `NullPointerTester` usage that I seem to have inadvertently removed in https://github.com/google/truth/commit/23fbc1ef5f62cf2d585d439816d15c82847af7cd. by cpovirk · 4 weeks ago
- e953e78 Bump the dependencies group with 2 updates by dependabot[bot] · 4 weeks ago
- ed2ce70 Standardize on the ID "`attach-javadocs`" for `maven-javadoc-plugin`. by cpovirk · 4 weeks ago
- e5251d7 Use Temurin over Zulu. by cpovirk · 5 weeks ago
- b8ba7bc Bump org.sonatype.central:central-publishing-maven-plugin from 0.8.0 to 0.9.0 in the dependencies group by dependabot[bot] · 5 weeks ago
- 22a4601 Bump the dependencies group with 3 updates by dependabot[bot] · 6 weeks ago
- 714d1ce Document tradeoffs between `isInstanceOf` and `as`/`assertIs`. by cpovirk · 7 weeks ago
- ac02aad Implement LiteProto Truth extension for J2CL by Kevin O'Connor · 7 weeks ago
- da88d68 Update `server-id` from the value required by `maven-deploy-plugin` to the value required by `central-publishing-maven-plugin`: by cpovirk · 7 weeks ago
- fc57e07 Stop explicitly requesting Javadoc and source jars. by cpovirk · 7 weeks ago
- ed794aa Document tradeoffs between `isNotNull()` and `!!`/`assertNotNull`. by cpovirk · 7 weeks ago
- c7b6eed Improve some links: by cpovirk · 7 weeks ago
- 0e4d97b Add J2ObjC and J2KT Native support for Truth LiteProto extensions. by Kevin O'Connor · 7 weeks ago
- 18f0b55 Move the proto extension `package-info` to `liteproto` by Kevin O'Connor · 7 weeks ago
- 8476baa Bump the dependencies group with 2 updates by dependabot[bot] · 7 weeks ago
- e134936 Stop requesting frames for Javadoc. by cpovirk · 7 weeks ago
- e25f2e2 Use `central-publishing-maven-plugin` for snapshot deployment, too. by cpovirk · 7 weeks ago
- 47d58a9 Remove explicit configuration of https://central.sonatype.com/repository/maven-snapshots. by cpovirk · 7 weeks ago
- 24b5a31 Fix TODO style. by cpovirk · 8 weeks ago
- 7261f72 Make `ActualValueInference` see through casts and also recognize some of Kotlin's collection-factory methods as having names that are "boring." by cpovirk · 8 weeks ago
- 3caa0e8 In `ExpectFailure`, never generate "value of" lines based on bytecode. by cpovirk · 8 weeks ago
- a29e1b2 Attempt to fix Javadoc snapshots: by cpovirk · 9 weeks ago
- 3a0cf9a Bump the github-actions group with 2 updates by dependabot[bot] · 9 weeks ago
- 3053945 Use the standard parameter name ("`expected`") in `MultimapSubject.isEqualTo`. by cpovirk · 10 weeks ago
- 079b919 Add a TODO to `containsNoDuplicates`. by cpovirk · 10 weeks ago
- b515e71 Show only the duplicate keys in the exception message, not all keys. by cpovirk · 10 weeks ago
- 534518e Don't bother to explicitly set [`publishingServerId`](https://central.sonatype.org/publish/publish-portal-maven/#publishingserverid) to its default value. by cpovirk · 10 weeks ago
- 2395d99 Trivial simplifications to `GraphMatchingTest`. by cpovirk · 2 months ago
- d3a917e Internal change. by cpovirk · 2 months ago
- 5f4c0d4 Modernize and improve `TruthAssertThatTest.java`. by Éamonn McManus · 2 months ago
- 0b5b6db Fix a small documentation error. In `usingTolerance`, the `tolerance` parameter is a `double`. by Éamonn McManus · 2 months ago
- 5e7264c Tweak a comment. by cpovirk · 2 months ago
- f0a3241 Fix an accidental reference to Guava `Optional` in `OptionalSubjectTest`. by Éamonn McManus · 2 months ago
- 958d895 Remove an obsolete Android restriction in `StackTraceCleanerTest`. by Éamonn McManus · 2 months ago
- ad5a021 Remove special handling for old versions of Android. by cpovirk · 3 months ago
- 5803bb6 Bump the dependencies group with 2 updates by dependabot[bot] · 3 months ago
- 96d29c6 Tweak documentation of `JUnitTestRule`. by cpovirk · 3 months ago
- 3110196 Add tests (and improve error messages) for specific cases that are harder to handle in JavaScript environments in which `String.matches` is not available. by cpovirk · 3 months ago
- 23589db Extract a `Platform` method for string regex matching. by cpovirk · 3 months ago
- 14c0011 Adjust an assertion about null in `LongSubjectTest`. by Éamonn McManus · 3 months ago
- dce5c05 Fix a typo in the name of a method and slightly simplify some logic. by Éamonn McManus · 3 months ago
- d0d81a6 Replace nonsense with a wall of text. by cpovirk · 3 months ago
- 29d3fbc Remove `<groupId>org.apache.maven.plugins</groupId>`. by cpovirk · 3 months ago
- bdd62eb internal change by Google Java Core Libraries · 3 months ago
- b9c4021 Tweaks, mostly around `Platform`: by cpovirk · 3 months ago
- ab7a5e4 Internal change. by cpovirk · 3 months ago
- ceba552 Move `isAndroid()` from `Platform` to `TestPlatform`. by cpovirk · 3 months ago
- 1f6f180 Fix some weird Javadoc in `TruthJUnit`. by cpovirk · 3 months ago
- 88238a9 Tweak annotation declarations: by cpovirk · 3 months ago
- c85c75c Bump minSdkVersion to 23 (Marshmallow). by cpovirk · 3 months ago
- bf15a67 Make `ComparableSubject` no longer be `abstract`. by cpovirk · 3 months ago
- 51e87b3 Annotate `ActualValueInference` as `@J2ObjCIncompatible`. by cpovirk · 3 months ago
- 072c126 Be less strict about requiring `ImmutableList` specifically. by cpovirk · 3 months ago
- 9ca936b Minor tweaks: by cpovirk · 3 months ago
- c24d253 Remove some unnecessary copies and improve a failure message. by Éamonn McManus · 3 months ago
- dcde76d Bump the dependencies group with 2 updates by dependabot[bot] · 3 months ago
- 6db013d Migrate to `central-publishing-maven-plugin`. by cpovirk · 3 months ago
- b14fb41 Loosen a test on the number of stack frames. by cpovirk · 3 months ago
- ffe1027 Adjust some edge cases in further tests, concerning null and varargs. by Éamonn McManus · 4 months ago
- 4428ee6 Make package-private fields private. by Éamonn McManus · 4 months ago
- ab42bb0 Apply the EffectivelyPrivate refactoring. by cpovirk · 4 months ago
- 3265fb8 Bump com.google.errorprone:error_prone_annotations from 2.39.0 to 2.40.0 in the dependencies group by dependabot[bot] · 4 months ago
- 79d3b60 Document why `PathSubject` exists even though it adds no assertions. by Éamonn McManus · 4 months ago
- 2452c3c Fix a persistent typo in the `BigDecimalSubject` javadoc. by Éamonn McManus · 4 months ago
- 79915a5 Adjust some edge cases in tests, concerning null and varargs. by Éamonn McManus · 4 months ago
- 1c70d83 Remove obsolete suppressions from b/122617528. by cpovirk · 4 months ago
- 11afb59 Simplify the `StreamSubject` constructor. by Éamonn McManus · 4 months ago
- f9ef285 Update AssertJ URL by Stefano Cordio · 4 months ago
- 465e1d9 Internal change by Éamonn McManus · 4 months ago
- 2cb308f Internal change by Éamonn McManus · 4 months ago
- b8f28c6 Bump the dependencies group with 2 updates by dependabot[bot] · 4 months ago
- f897e6c Proto Truth doesn't print objects for comparison, but does print objects as part of diagnostic messages. Instead of using the default toString output (which may change), explicitly print messages in TextFormat. by Xufei Tan · 4 months ago
- af6963c Make our versions of `@IgnoreJRERequirement` support `FIELD`. by cpovirk · 4 months ago
- 7dce3f2 Internal change. by cpovirk · 4 months ago
- ca2126b Use canonical class name in exception message rather than `Class.toString()`. by Éamonn McManus · 4 months ago
- 12f4ff2 Remove references to `strictfp` from doc comments. by Éamonn McManus · 4 months ago
- 2a3953f Standardize test Javadoc. by cpovirk · 4 months ago
- 29552f8 Bump com.google.errorprone:error_prone_annotations from 2.38.0 to 2.39.0 in the dependencies group by dependabot[bot] · 4 months ago
- 0f8520a Inline `ComparisonFailureWithFacts` into the one copy of `Platform` that needs it. by cpovirk · 4 months ago
- 6d2a6e4 Move some methods from `MathUtil` to their respective single clients. by Éamonn McManus · 4 months ago
- 7f6fa1a More J2KT prep for tests. by cpovirk · 4 months ago
- f9d0e7c Remove `@author` tags. These tags haven't kept pace with reality. The historical authors of the project are still recorded in the main `pom.xml`. by Kurt Alfred Kluever · 4 months ago
- e72fcf6 Consolidate varargs hackery to a common method. by cpovirk · 4 months ago
- f3c7312 Add explicit type checks and nullness annotations again. by cpovirk · 4 months ago
- 00903ef Add explicit type checks and nullness annotations. by cpovirk · 4 months ago
- 5e5b9a3 Standardize `Subject` constructor documentation. by cpovirk · 4 months ago
- ea32340 Standardize `Tolerant*Comparison` factory-method names to match `DoubleSubject`. by cpovirk · 4 months ago
- 0ba72d6 Sometimes use canonical names and simple names instead of binary names for classes. by cpovirk · 4 months ago
- 92262b8 Use `factsBuilder` a little more. by cpovirk · 4 months ago
- 37c875e Use shortcuts in one more place, and suppress a forthcoming suggestion. by cpovirk · 4 months ago
- 344af23 Look up `typeDescriptionOverride` only upon failure, and add a few entries. by cpovirk · 4 months ago
- 47da5b8 Introduce a method for retrieving the name of a class. by cpovirk · 4 months ago
- 29b6c15 Continue touching up sources. by cpovirk · 4 months ago
- da5d6e9 [Fail instead of throwing](https://github.com/google/truth/issues/207) for null maps and multimaps (and negative sizes). by cpovirk · 5 months ago
- e132196 Standardize on past tense. by cpovirk · 5 months ago
- 974ef19 [Avoid throwing](https://github.com/google/truth/issues/207) for `null` and other "weird" inputs. by cpovirk · 5 months ago