This is an automated email from the ASF dual-hosted git repository.
yuqi4733 pushed a change to branch fix-10705-skip-web-war
in repository https://gitbox.apache.org/repos/asf/gravitino.git
from 756632a6c4 fix
add 46fe89a155 [#10705] fix(build): support skipping web war packaging
add 1335674840 [#10705] fix(server): restore UI redirect filters when
webui enabled
add 557dae8b15 [#10705] build: add skipWeb and wire CI to skip frontend
tasks
add c27a7f2f51 [#10706] feat(build): add skipWebBuild and auto-disable UI
without WAR
add 825fa24132 [#10629]Improvement(core): Add tagName field and getter to
GetTagForMetadata (#10651)
add 287a3643c8 [#10277] fix(core): validate privilege array lengths in
POConverters.fromSecurableObjectPO (#10292)
add cf625bbcd8 [#10272] Improvement : nsure JobManager.close() always
shuts down background executors when jobExecutor.close() fails (#10440)
add 1c09b66380 issue/10268: Handled configs servlet write failures with
explicit HTT… (#10300)
add 4df3859037 [#10125] fix(server): prevent NPE when statistics update
request body is null (#10190)
add daef532338 [#10327] improvement(server): ensure shutdown hook runs app
cleanup on SIGTERM (#10435)
add 81ef654a8a [#10656] improvement(core): Centralize schema persistence
error messa… (#10676)
add f132f2a89c [#10658] Improvement(core) : preserve original exception
when EventBus listener fails (#10665)
add 8bc8cc2c2f Fix malformed multi-role names in group revoke error
handling (#10322)
add 0462892e8e [#10623] fix(core): reverse cleanup ordering in
JobManager.cleanUpStagingDirs (#10627)
add 482aad4984 [#10173] improvement(core): Guard the empty list case in
sql generation for PostgreSQL (#10261)
add 57abf5d5ac [#10660] fix: Move model version request validation inside
try block (#10663)
add 0492a7ed22 [#10709] docs(design): Add design document for AWS Glue
Data Catalog support (#10539)
add c9ff65a16b [#10718] feat(catalog-glue): Initialize catalog-glue module
structure (#10719)
add 4524c2aa2a [#10715] improvement(catalog-lakehouse-hudi): Exclude
unused transitive commons-beanutils (#10716)
add 70a9b6cd13 [#7750] test(client-python): add integration tests for
relational catalog (#10689)
add cf9bc255c1 [#10728] revert(core): revert #10627 to fix TestJobManager
CI failure (#10729)
add b1941cb70d [#10710] improvement(catalog-hive): Exclude unused
jasper-compiler/runtime from hive-metastore2-libs (#10711)
add 93d06a6aa1 Fix misleading success log when schema drop returns false
(#10722)
add a0f5c9f541 [#10746] fix(auth): Cache JWKSource and downgrade token
validation log to WARN (#10723)
add 76c3522148 [#10743] fix(mcp): pin fakeredis below 2.35.0 for FastMCP
compatibility (#10744)
add 0054f6e67e [#10700] test: Harden retention count assertions in
TestFunctionMetaService and TestFilesetMetaService (#10701)
add 2865716334 [#10753] fix(client-python): use PUT method for alter_tag
API call (#10754)
add c4dfc7f708 [MINOR] docs: supplement missing request path description
for set owner API (#10736)
add 443cc6aefe [#10763] Revert(#10656): Revert "Schema creation returns
success when SchemaEntity persistence fails" (#10764)
add 505135997f chore: Upgrade nimbus-jose-jwt from 9.37.3 to 10.9 (#10773)
add d96001d84b [#10725] feat(catalog-glue): Add GlueClientProvider and
configuration properties metadata (#10726)
add 67e1f949ed [#10672] improvement(auth): Return specific error message
when authentication token is expired (#10673)
add 0e281c462a [#10762] fix(common): Lazy-initialize Version to fix
TestVersion without jar task (#10779)
add 5819d87238 [#10705] simplify web skip with auto UI detection
add ce90eca20c [#10705] remove legacy skipWebBuild fallback
add 3668a21830 [#10706] ci: disable web build in non-frontend workflows
add 89504e3812 [#10706] ci: remove redundant web-v2 exclusion in backend IT
add 1be0b7fd33 Merge branch 'fix-10705-skip-web-war' of
github.com:datastrato/graviton into fix-10705-skip-web-war
No new revisions were added by this update.
Summary of changes:
.../workflows/access-control-integration-test.yml | 8 +++----
.../workflows/backend-integration-test-action.yml | 4 ++--
.github/workflows/build.yml | 12 ++++++----
.github/workflows/cron-integration-test.yml | 4 ++--
.../workflows/flink-integration-test-action.yml | 8 +++----
.github/workflows/gvfs-fuse-build-test.yml | 5 ++--
.../maintenance-integration-test-action.yml | 6 ++---
.github/workflows/python-integration-test.yml | 4 ++--
.../workflows/spark-integration-test-action.yml | 10 ++++----
.github/workflows/trino-integration-test.yml | 2 +-
.github/workflows/trino-multi-version-test.yml | 2 +-
README.md | 6 +++++
build.gradle.kts | 28 ++++++++++++----------
conf/gravitino.conf.template | 1 -
docs/how-to-build.md | 6 +++++
.../apache/gravitino/server/web/JettyServer.java | 3 ++-
.../apache/gravitino/server/GravitinoServer.java | 1 -
web-v2/integration-test/build.gradle.kts | 5 +++-
web/integration-test/build.gradle.kts | 5 +++-
19 files changed, 70 insertions(+), 50 deletions(-)