Skip to content

pullrequests Search Results · repo:google/auto language:Java

Filter by

1.5k results  (186 ms)

1.5k 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 ...

Bumps the dependencies group in /value with 1 update: org.apache.maven.plugins:maven-invoker-plugin. Updates org.apache.maven.plugins:maven-invoker-plugin from 3.9.1 to 3.10.0 details summary Release ...
dependencies
java

Bumps the dependencies group in /factory with 1 update: org.apache.maven.plugins:maven-invoker-plugin. Updates org.apache.maven.plugins:maven-invoker-plugin from 3.9.1 to 3.10.0 details summary Release ...
dependencies
java

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 ...

Bumps the dependencies group in /value with 3 updates: org.jetbrains.kotlin:kotlin-stdlib, org.jetbrains.kotlin:kotlin-maven-plugin and org.jetbrains.kotlin:kotlin-metadata-jvm. Updates org.jetbrains.kotlin:kotlin-stdlib ...
dependencies
java

Bump Guava to 33.6.0. RELNOTES=n/a

Add @Nullable to nullable @Memoized fields. RELNOTES=Mark nullable @Memoized fields with @Nullable.

Bumps the dependencies group in /value with 2 updates: com.google.errorprone:error_prone_annotations and org.checkerframework:checker-qual. Updates com.google.errorprone:error_prone_annotations from 2.48.0 ...
dependencies
java

Bumps the dependencies group in /factory with 1 update: com.google.testparameterinjector:test-parameter-injector. Updates com.google.testparameterinjector:test-parameter-injector from 1.21 to 1.22 ![Dependabot ...
dependencies
java

Add a demo to AutoBuilderTest for null properties without defaults. RELNOTES=n/a