eric-maynard commented on PR #1000:
URL: https://github.com/apache/polaris/pull/1000#issuecomment-2658663914
The current build issues come from DI, e.g.:
```
Execution failed for task ':polaris-quarkus-server:quarkusAppPartsBuild'.
> There was a failure while executing work items
> A failure occurred while executing
io.quarkus.gradle.tasks.worker.BuildWorker
> io.quarkus.builder.BuildException: Build failure: Build failed due
to errors
[error]: Build step
io.quarkus.arc.deployment.ArcProcessor#validate threw an exception:
jakarta.enterprise.inject.spi.DeploymentException: Found 3 deployment problems:
[1] Unsatisfied dependency for type
org.apache.polaris.core.persistence.PolarisEntityManager and qualifiers
[@Default]
- injection target: parameter 'entityManager' of
org.apache.polaris.service.catalog.IcebergCatalogAdapter constructor
- declared on CLASS bean
[types=[org.apache.polaris.service.catalog.IcebergCatalogAdapter,
org.apache.polaris.service.catalog.api.IcebergRestCatalogApiService,
org.apache.polaris.service.catalog.api.IcebergRestConfigurationApiService,
java.lang.Object], qualifiers=[@Default, @Any],
target=org.apache.polaris.service.catalog.IcebergCatalogAdapter]
[2] Unsatisfied dependency for type
org.apache.polaris.core.persistence.PolarisMetaStoreManager and qualifiers
[@Default]
- injection target: parameter 'metaStoreManager' of
org.apache.polaris.service.catalog.IcebergCatalogAdapter constructor
- declared on CLASS bean
[types=[org.apache.polaris.service.catalog.IcebergCatalogAdapter,
org.apache.polaris.service.catalog.api.IcebergRestCatalogApiService,
org.apache.polaris.service.catalog.api.IcebergRestConfigurationApiService,
java.lang.Object], qualifiers=[@Default, @Any],
target=org.apache.polaris.service.catalog.IcebergCatalogAdapter]
[3] Unsatisfied dependency for type
org.apache.polaris.core.persistence.PolarisMetaStoreSession and qualifiers
[@Default]
- injection target: parameter 'session' of
org.apache.polaris.service.catalog.IcebergCatalogAdapter constructor
- declared on CLASS bean
[types=[org.apache.polaris.service.catalog.IcebergCatalogAdapter,
org.apache.polaris.service.catalog.api.IcebergRestCatalogApiService,
org.apache.polaris.service.catalog.api.IcebergRestConfigurationApiService,
java.lang.Object], qualifiers=[@Default, @Any],
target=org.apache.polaris.service.catalog.IcebergCatalogAdapter]
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]