Deprecate Subject.Factory methods for Java 8 types.
They are no longer necessary.
RELNOTES=Deprecated Subject.Factory methods for Java 8 types. We won't remove them, but you can simplify your code by migrating off them: Just replace assertAbout(foos()).that(foo) with assertThat(foo).
Deprecate
Subject.Factory
methods for Java 8 types.They are no longer necessary.
RELNOTES=Deprecated
Subject.Factory
methods for Java 8 types. We won't remove them, but you can simplify your code by migrating off them: Just replaceassertAbout(foos()).that(foo)
withassertThat(foo)
.