-
Thank you guys for the project and for helping with the last problem.
Can you tell me why the start of the update of the TortoiseSVN project starts more than 30-40 minutes?
A branch with over 2300…
-
every time, when I used dgraph4j to connect alpha, it take too much time to get result in first time,but then ,it was normal, there is any problem in dgraph4j? I used java client
-
- [x] auto-value-parcel: [Merged](https://github.com/rharter/auto-value-parcel/issues/131)
- [x] auto-value-gson: [Merged](https://github.com/rharter/auto-value-gson/issues/179)
- [x] auto-value-cur…
-
Please submit PRs to update the list of annotation processors that support incremental annotation processing:
https://github.com/gradle/gradle/blob/master/subprojects/docs/src/docs/userguide/java_p…
oehme updated
5 years ago
-
It is a somewhat well-known pattern that a "withPropertyName(...)" method in an immutable class returns a copy of that instance with only that one property changed.
Users can write these themselves, …
-
We get the following error message from time to time in our CI builds:
`warning: An exception occurred while looking for AutoValue extensions. No extensions will function. This may be due to a corrup…
-
AutoValue is great for working with complete representations of objects, but I don't want to operate on fully-hydrated objects for every operation. For example, I may want to load only a user's name a…
-
With AutoValue 1.6, the annotations are no longer part of the AutoValue processor and are in a separate dependency, `auto-value-annotations`. This processor assumes that these types will be present an…
-
Currently, the toBuilder methods are passed to extensions as properties, since the context is constructed before the builder methods are checked. These methods should not be sent to extensions as pro…
-
I hope I'm not missing an obvious limitation that would prevent this from happening, but it feels like AutoValue builders would be so much more readable with the ability to define a method body on eac…