This is an automated email from the ASF dual-hosted git repository.
dimas pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
from 770a9d79a fix(deps): update quarkus platform and group to v3.28.2
(#2648)
add 359388efd Make ResolverFactory + ResolutionManifestFactory
request-scoped (#2540)
No new revisions were added by this update.
Summary of changes:
.../resolver/PolarisResolutionManifest.java | 16 +++----
.../resolver/ResolutionManifestFactory.java | 5 +-
.../resolver/ResolutionManifestFactoryImpl.java | 14 +++---
.../core/persistence/resolver/ResolverFactory.java | 5 +-
.../polaris/service/admin/PolarisAdminService.java | 42 ++++++-----------
.../service/catalog/common/CatalogHandler.java | 28 ++++-------
.../service/catalog/iceberg/IcebergCatalog.java | 2 +-
.../catalog/iceberg/IcebergCatalogAdapter.java | 2 +-
.../catalog/policy/PolicyCatalogHandler.java | 12 ++---
.../polaris/service/config/ServiceProducers.java | 55 +++++++++++-----------
.../service/admin/PolarisAdminServiceTest.java | 12 ++---
.../service/admin/PolarisAuthzTestBase.java | 2 +-
.../AbstractPolarisGenericTableCatalogTest.java | 2 +-
.../iceberg/AbstractIcebergCatalogTest.java | 9 ++--
.../iceberg/AbstractIcebergCatalogViewTest.java | 2 +-
.../service/catalog/io/FileIOFactoryTest.java | 5 +-
.../catalog/policy/AbstractPolicyCatalogTest.java | 2 +-
.../org/apache/polaris/service/TestServices.java | 7 +--
.../catalog/PolarisPassthroughResolutionView.java | 28 ++++-------
19 files changed, 103 insertions(+), 147 deletions(-)