This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a change to branch jbonofre-5
in repository https://gitbox.apache.org/repos/asf/polaris.git


    omit 6b91a125 Upgrade to Apache Iceberg 1.6.1
     add 0c5f4c62 Bump gradle/actions from 4.0.0 to 4.0.1 (#239)
     add 33af172b Remove unused methods in PolarisTestMetaStoreManager (#237)
     add 4b55a83e Cleanup derby home dir (#228)
     add adc3e602 Support catalog backed by s3 in run_spark_sql.sh (#199)
     add fe4d16c6 License report & automatic `LICENSE` content check (#54)
     add ed4c0cbf Correct the handling of access delegation mode (#211)
     add 52f7165c Exclude .env file from rat checks (#242)
     add 4dd5105c Upgrade to Jetbrains annotations 24.1.0 (#260)
     add 4b8c69e8 Upgrade to hadoop 3.4.0 (#259)
     add 2a9fa77f Upgrade to h2 2.3.232 (#258)
     add 6b54124b Upgrade to google-cloud-storage 2.42.0 (#256)
     add e9bb74af Upgrade to eclipselink 4.0.4 (#255)
     add 8022717d Upgrade to commons-lang3 3.17.0 (#254)
     add 4815eff1 Upgrade to bouncycastle 1.78.1 (#252)
     add 0a539dbd Upgrade to AWS SDK 2.26.31 (#250)
     add 300f7ccf Fix missing parts in LICENSE (#266)
     add a15f251e Upgrade to guava 33.3.0-jre (#257)
     add b3be8c4a Upgrade to commons-codec 1.17.1 (#253)
     add 2a3e437e Upgrade to Azure SDK 1.2.27 (#251)
     add 9b0c7889 Upgrade to java JWT 4.4.0 (#249)
     add 8f14363a Upgrade to Dropwizard 4.0.8 (#248)
     add d3cdb1ca License: add missing notices related to eclipselink (#271)
     add 96284a94 Notification API reject out of order notifications (#232)
     add 8e04a352 Remove unused method (#221)
     add eefd1b6e Upgrade to Apache Iceberg 1.6.1

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (6b91a125)
            \
             N -- N -- N   refs/heads/jbonofre-5 (eefd1b6e)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/gradle.yml                       |    4 +-
 LICENSE                                            | 6711 +++++++++++++++++++-
 NOTICE                                             |    8 +
 aggregated-license-report/build.gradle.kts         |   62 +
 build-logic/build.gradle.kts                       |    1 +
 .../src/main/kotlin/LicenseFileValidation.kt       |  120 +
 .../main/kotlin/polaris-license-report.gradle.kts  |   84 +
 build.gradle.kts                                   |    2 +
 docs/index.html                                    |    6 +-
 docs/quickstart.md                                 |    2 +-
 gradle/baselibs.versions.toml                      |    1 +
 gradle/libs.versions.toml                          |   32 +-
 gradle/license/allowed-licenses.json               |   96 +
 gradle/license/normalizer-bundle.json              |   85 +
 gradle/projects.main.properties                    |    1 +
 notebooks/SparkPolaris.ipynb                       |    4 +-
 .../polaris/core/entity/TableLikeEntity.java       |   16 +
 .../persistence/PolarisTestMetaStoreManager.java   |  126 -
 polaris-service/build.gradle.kts                   |    1 +
 .../service/catalog/AccessDelegationMode.java      |   74 +
 .../service/catalog/BasePolarisCatalog.java        |   15 +-
 .../service/catalog/IcebergCatalogAdapter.java     |   34 +-
 .../catalog/PolarisCatalogHandlerWrapper.java      |    4 +-
 .../apache/polaris/service/auth/TokenUtils.java    |    6 -
 .../service/catalog/AccessDelegationModeTest.java  |   66 +
 .../service/catalog/BasePolarisCatalogTest.java    |   68 +-
 .../PolarisCatalogHandlerWrapperAuthzTest.java     |   16 +-
 regtests/run_spark_sql.sh                          |   97 +-
 regtests/setup.sh                                  |   10 +-
 regtests/t_pyspark/src/iceberg_spark.py            |    2 +-
 spec/index.yaml                                    |    2 +-
 spec/rest-catalog-open-api.yaml                    |   32 +-
 32 files changed, 7577 insertions(+), 211 deletions(-)
 create mode 100644 aggregated-license-report/build.gradle.kts
 create mode 100644 build-logic/src/main/kotlin/LicenseFileValidation.kt
 create mode 100644 
build-logic/src/main/kotlin/polaris-license-report.gradle.kts
 create mode 100644 gradle/license/allowed-licenses.json
 create mode 100644 gradle/license/normalizer-bundle.json
 create mode 100644 
polaris-service/src/main/java/org/apache/polaris/service/catalog/AccessDelegationMode.java
 create mode 100644 
polaris-service/src/test/java/org/apache/polaris/service/catalog/AccessDelegationModeTest.java

Reply via email to