pullrequests Search Results · repo:google/auto language:Java is:merged
Filter by
598 results (133 ms)
598 results
ingoogle/auto (press backspace or delete to remove)Refine the nullability logic for type variables.
We allow an AutoValue or AutoBuilder property of type T to be null (meaning we omit null checks) if T has a nullable
bound, for example T extends @Nullable ...
Fix J2KT build error for @Memoized methods returning reference types.
J2KT requires non-nullable Kotlin properties to be initialized. For @Memoized methods returning reference types,
AutoValue generates ...
Bump Guava to 33.6.0.
RELNOTES=n/a
Add a demo to AutoBuilderTest for null properties without defaults.
RELNOTES=n/a
Internal change.
RELNOTES=n/a
Improve handling of nullable properties in AutoBuilder:
- Support setters accepting Optional types for nullable properties.
- Support getters providing Optional types for nullable properties.
RELNOTES=AutoBuilder ...
Improve the documentation of ElementFactory.
Currently, the documentation references some Javadoc about how a given lowercase-e element may be represented by
different Element instances over time. However, ...
Delete the WeakHashMap recommendation.
RELNOTES=N/A
Use Temurin over Zulu.
And, for EscapeVelocity and Inject-Common, bump our newest testing JDK from 15 to 25. A bump would probably have been a
good idea years ago, but now it s forced by the fact that ...
Tiny improvement to the AutoValue documentation.
The principal purpose of this change is to attribute it to external user cowwoc@ in the hope that that will remove the
need for manual CI approval for ...