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 2b398563dc - Show all commits

View file

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