Ludovic Champenois
Ludovic Champenois
It seems these classes are missing from the newer GAE API jar. Only the proto1 version is there. The are repackaged as com.google.appengine.repackaged.com.google.storage.onestore.v3.proto2api so we need to adapt the remoteapis...
Version ```2.0.37``` of all artifacts are being pushed right now. Will take a few minutes to show up in maven central. Try in an hour or less and let us...
Reopened. Strange, as this relocation rule https://github.com/GoogleCloudPlatform/appengine-java-standard/blob/main/remoteapi/pom.xml#L123 is in place. What is the entire stack trace? Any change to share output of mvn compile dependency:tree ?
Ideally, knowing which jar is still referencing this class would help.
Cannot repro. I downloaded the jar from https://repo1.maven.org/maven2/com/google/appengine/appengine-remote-api/2.0.37/ with version 2.0.37, extracted it and used javap to introspect the class TransactionBuilder.class javap -v TransactionBuilder.class |grep Datastore #26 = Utf8 com/google/apphosting/api/proto2api/DatastorePb$QueryResult...
Yes, if you cannot get the dep tree, can you do a directory listing of the built web-inf/lib directory?
Thanks. To be clear, all is working with 2.0.21 right?
Thanks! I can understand and fix com/google/appengine/repackaged/io/grpc/Context But still puzzled with com/google/apphosting/datastore/proto2api/DatastoreV3Pb$DeleteRequestOrBuilder Can you confirm you also still see this one? Need to investigate more.
Thanks!. I've a lead now, complicated but will resolve this soon.
> I've tried the snapshot after recompiling locally on my machine. Now it works on local development server, while it doesn't work on real remote server, having now an other...