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 bc24c4111 Fix spelling in comments (#3212)
add 26561f679 Make each task attempt run in a dedicated CDI request
context (#3210)
No new revisions were added by this update.
Summary of changes:
.../polaris/service/config/ServiceProducers.java | 9 +--
.../service/context/RealmContextFilter.java | 3 +
.../context/catalog/RealmContextHolder.java | 33 ++++++-----
.../polaris/service/task/TaskExecutorImpl.java | 36 ++++++++++-
.../service/admin/PolarisAuthzTestBase.java | 9 +--
.../service/it/RestCatalogFileIntegrationTest.java | 13 ++++
.../polaris/service/task/TaskErrorHandler.java | 69 ++++++++++++++++++++++
.../polaris/service/task/TaskExecutorImplTest.java | 3 +
8 files changed, 142 insertions(+), 33 deletions(-)
copy
persistence/nosql/async/vertx/src/testFixtures/java/org/apache/polaris/nosql/async/vertx/VertxProvider.java
=>
runtime/service/src/main/java/org/apache/polaris/service/context/catalog/RealmContextHolder.java
(56%)
create mode 100644
runtime/service/src/test/java/org/apache/polaris/service/task/TaskErrorHandler.java