This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/gradle/com.azure-azure-sdk-bom-1.2.24
in repository https://gitbox.apache.org/repos/asf/iceberg.git
omit 619b349b2b Build: Bump com.azure:azure-sdk-bom from 1.2.23 to 1.2.24
add b4ffbf4f18 Build: Bump mkdocs-material from 9.5.23 to 9.5.25 (#10413)
add 1837c81758 Build: Bump org.assertj:assertj-core from 3.25.3 to 3.26.0
(#10416)
add ee11de91c9 Build: Bump guava from 33.2.0-jre to 33.2.1-jre (#10414)
add 2dfc0c66fa Build: Bump org.xerial:sqlite-jdbc from 3.45.3.0 to
3.46.0.0 (#10415)
add 252168419f Docs: Refer to the README.md in `site/` for the docs
(#10402)
add 7d75f823ac Build: Require approving review (#10424)
add 134345dd20 Parquet: Remove TestHelpers in parquet module (#10428)
add 67e181ea9b Core: Introduce AuthConfig (#10161)
add 45bdf3fd43 Build: Bump software.amazon.awssdk:bom from 2.25.60 to
2.25.64 (#10421)
add ab476abfdb Build: Bump com.google.errorprone:error_prone_annotations
(#10418)
add 3284a5399e Build: Bump com.azure:azure-sdk-bom from 1.2.23 to 1.2.24
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 (619b349b2b)
\
N -- N -- N
refs/heads/dependabot/gradle/com.azure-azure-sdk-bom-1.2.24 (3284a5399e)
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:
.asf.yaml | 3 +
.../aws/s3/signer/S3V4RestSignerClient.java | 26 ++--
.../apache/iceberg/rest/RESTSessionCatalog.java | 9 +-
.../auth/AuthConfig.java} | 58 +++++---
.../org/apache/iceberg/rest/auth/OAuth2Util.java | 151 ++++++++++-----------
gradle/libs.versions.toml | 10 +-
.../test/java/org/apache/iceberg/TestHelpers.java | 85 ------------
.../iceberg/parquet/TestBloomRowGroupFilter.java | 36 ++---
.../iceberg/parquet/TestParquetEncryption.java | 37 ++---
site/README.md | 18 +--
site/docs/how-to-release.md | 70 +---------
site/requirements.txt | 2 +-
12 files changed, 191 insertions(+), 314 deletions(-)
copy core/src/main/java/org/apache/iceberg/{view/BaseViewVersion.java =>
rest/auth/AuthConfig.java} (51%)
delete mode 100644 parquet/src/test/java/org/apache/iceberg/TestHelpers.java