You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting with google-cloud-datastore:1.2.1, a user exception thrown within a datastore transaction (runInTransaction) triggers a NullPointerException in com.google.cloud.datastore.TransactionExceptionHandler. The original exception is swallowed.
For reference, a minimal build.gradle which triggers the problem on gradle run is:
Starting with
google-cloud-datastore:1.2.1, a user exception thrown within a datastore transaction (runInTransaction) triggers aNullPointerExceptionincom.google.cloud.datastore.TransactionExceptionHandler. The original exception is swallowed.For reference, a minimal
build.gradlewhich triggers the problem ongradle runis: