Closed HendPro12 closed 1 year ago
@HendPro12 Thanks for reporting this. Would you mind sharing your pom.xml or other build file? My expectation is that it is caused by a dependency conflict in the build, most likely related to two different versions of Guava being added by different build dependencies.
@olavloite Thanks. My project was built using two dependencies required by my employer that are using springboot 2.7.14 including spring-boot-starter-data-jpa. I think that is where the issue is stemming from.
@olavloite Thanks. My project was built using two dependencies required by my employer that are using springboot 2.7.14 including spring-boot-starter-data-jpa. I think that is where the issue is stemming from.
Thanks for getting back to us. Is there anything you would like us to do? Or can we close this issue for now?
@olavloite No, I think this is something I need to sort out from my end. Thanks for the guidance.
I'm following along with this documentation https://cloud.google.com/spanner/docs/use-spring-data-jpa-postgresql. My PGAdapter class matches the one in your example. When my service starts up I see the following logs.
However, after these additional log entries:
The following exception is thrown:
Here is the entry point of my Spring Boot application.
Im using postgres driver 42.6.0 and I've tried both 0.23.1 and 0.24.0 of google-cloud-spanner-pgadapter.