Quarkus: Error with Google Firestore client after upgrading to 1.4.1

Created on 29 Apr 2020  路  3Comments  路  Source: quarkusio/quarkus

Describe the bug
After upgrading to version 1.4.1, the Firestore client throws an error.

Expected behavior
The Firestore client should work as in version 1.3.2.

Actual behavior
Calling the Firestore API throws an error and cancels the request.

Additional context
This error occurs at runtime, when executing the query in Firestore.
Version 1.3.2 does not display warning messages.
JDK 11 is used in both cases.
The error occurs in Dev and Production mode.

The following messages are displayed in the log.

Screenshot_1
Screenshot_2

kinquestion

Most helpful comment

I would bet on a version mismatch between the protobuf version we impose in our BOM and the version your component uses.

All 3 comments

I would bet on a version mismatch between the protobuf version we impose in our BOM and the version your component uses.

Yeah this almost certainly isn't a bug in Quarkus, not least because we don't do anything with Firestore

I would bet on a version mismatch between the protobuf version we impose in our BOM and the version your component uses.

@gsmet I think you're right, they use an old version in the build.

com.google.protobuf:protobuf-java:jar:3.6.1:compile

Was this page helpful?
0 / 5 - 0 ratings