Postgres version #1

Merged
c4181 merged 17 commits from postgres-version into main 2025-11-19 17:38:10 +00:00
Showing only changes of commit 5af8062ed2 - Show all commits

View file

@ -9,7 +9,7 @@ import javax.enterprise.inject.Produces;
import javax.inject.Inject;
@ApplicationScoped
@RegisterForReflection(targets = {com.google.maps.GeocodingApi.Response.class})
@RegisterForReflection(targets = {com.google.maps.GeocodingApi.Response.class, com.google.maps.model.GeocodingResult.class})
public class GoogleApiBeans {
@Inject