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

yuqi4733 pushed a commit to branch branch-1.1
in repository https://gitbox.apache.org/repos/asf/gravitino.git


The following commit(s) were added to refs/heads/branch-1.1 by this push:
     new ec59106da0 [MINOR] fix(release): fix LICENSE/NOTICE issues and add 
v1.1.1 Docker changelog entries for branch-1.1 (#10516)
ec59106da0 is described below

commit ec59106da0a045cec83de879feb638f683d756bc
Author: Qi Yu <[email protected]>
AuthorDate: Tue Mar 24 20:45:46 2026 +0800

    [MINOR] fix(release): fix LICENSE/NOTICE issues and add v1.1.1 Docker 
changelog entries for branch-1.1 (#10516)
    
    ### What changes were proposed in this pull request?
    
    Mimicking PRs #10197 and #10395 for the branch-1.1 (v1.1.1 release):
    
    1. **NOTICE copyright year**: Updated to 2026 in 4 NOTICE files
    (`NOTICE`, `clients/client-python/NOTICE`, `mcp-server/NOTICE`,
    `web/web/NOTICE`)
    2. **LICENSE fixes**:
    - Fix `./bin/common.sh` → `./bin/common.sh.template` under Apache
    Submarine section
       - Add 4 Trino-derived JSON utility files under the Trino section
    - Fix BSD section paths: add leading `./` and rename `kdc.acl→kdc.conf`,
    `krb5.acl→krb5.conf`
    3. **release-build.sh**: Add removal of `LICENSE/NOTICE.iceberg`,
    `LICENSE/NOTICE.lance`, `web-v2/web/LICENSE/NOTICE.bin` from source
    packages
    4. **docs/docker-image-details.md**: Add v1.1.1 changelog entries for
    all 5 Docker images
    
    ### Why are the changes needed?
    
    Required for a clean v1.1.1 Apache release: correct copyright years,
    accurate LICENSE file paths, and proper source package cleanup.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    Manual review of file changes against the reference PRs (#10197,
    #10395).
    
    ---------
    
    Co-authored-by: Claude Sonnet 4.6 <[email protected]>
---
 LICENSE                      | 12 ++++++++----
 NOTICE                       |  2 +-
 NOTICE.bin                   |  2 +-
 NOTICE.iceberg               |  2 +-
 NOTICE.lance                 |  2 +-
 NOTICE.trino                 |  2 +-
 clients/client-python/NOTICE |  2 +-
 dev/release/release-build.sh |  4 ++++
 docs/docker-image-details.md | 15 +++++++++++++++
 mcp-server/NOTICE            |  2 +-
 web/web/NOTICE               |  2 +-
 11 files changed, 35 insertions(+), 12 deletions(-)

diff --git a/LICENSE b/LICENSE
index 9136038ffb..84b61cc0f7 100644
--- a/LICENSE
+++ b/LICENSE
@@ -280,7 +280,7 @@
    ./core/src/main/java/org/apache/gravitino/utils/Bytes.java
 
    Apache Submarine
-   ./bin/common.sh
+   ./bin/common.sh.template
 
    Confluent Kafka Streams Examples
    
./catalogs/catalog-kafka/src/test/java/org/apache/gravitino/catalog/kafka/embedded/KafkaClusterEmbedded.java
@@ -294,6 +294,10 @@
    
./integration-test-common/src/test/java/org/apache/gravitino/integration/test/util/CloseableGroup.java
    
./trino-connector/trino-connector/src/main/java/org/apache/gravitino/trino/connector/catalog/hive/SortingColumn.java
    
./trino-connector/integration-test/src/test/resources/trino-ci-testset/testsets/hive/00012_format.sql
+   
./trino-connector/trino-connector/src/main/java/org/apache/gravitino/trino/connector/util/json/AbstractTypedJacksonModule.java
+   
./trino-connector/trino-connector/src/main/java/org/apache/gravitino/trino/connector/util/json/BlockJsonSerde.java
+   
./trino-connector/trino-connector/src/main/java/org/apache/gravitino/trino/connector/util/json/TypeDeserializer.java
+   
./trino-connector/trino-connector/src/main/java/org/apache/gravitino/trino/connector/util/json/TypeSignatureDeserializer.java
 
    Apache Arrow
    ./dev/ci/util_free_space.sh
@@ -323,6 +327,6 @@
 
     This product bundles a third-party component under the
     BSD License.
-   .dev/docker/kerberos-hive/kadm5.acl
-   .dev/docker/kerberos-hive/kdc.acl
-   .dev/docker/kerberos-hive/krb5.acl
+   ./dev/docker/kerberos-hive/kadm5.acl
+   ./dev/docker/kerberos-hive/kdc.conf
+   ./dev/docker/kerberos-hive/krb5.conf
diff --git a/NOTICE b/NOTICE
index 405ece426b..fc8060f51e 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache Gravitino
-Copyright 2025 The Apache Software Foundation
+Copyright 2026 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/NOTICE.bin b/NOTICE.bin
index 98127def2a..6df85783e4 100644
--- a/NOTICE.bin
+++ b/NOTICE.bin
@@ -1,5 +1,5 @@
 Apache Gravitino
-Copyright 2024 The Apache Software Foundation
+Copyright 2026 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/NOTICE.iceberg b/NOTICE.iceberg
index 0560ff8924..8234f2f380 100644
--- a/NOTICE.iceberg
+++ b/NOTICE.iceberg
@@ -1,5 +1,5 @@
 Apache Gravitino
-Copyright 2025 The Apache Software Foundation
+Copyright 2026 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/NOTICE.lance b/NOTICE.lance
index 0bac43e237..24087343b2 100644
--- a/NOTICE.lance
+++ b/NOTICE.lance
@@ -1,5 +1,5 @@
 Apache Gravitino
-Copyright 2025 The Apache Software Foundation
+Copyright 2026 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/NOTICE.trino b/NOTICE.trino
index 12a19d5668..055f5a7f7a 100644
--- a/NOTICE.trino
+++ b/NOTICE.trino
@@ -1,5 +1,5 @@
 Apache Gravitino
-Copyright 2025 The Apache Software Foundation
+Copyright 2026 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/clients/client-python/NOTICE b/clients/client-python/NOTICE
index a1e72cbf1d..52e766588e 100644
--- a/clients/client-python/NOTICE
+++ b/clients/client-python/NOTICE
@@ -1,5 +1,5 @@
 Apache Gravitino
-Copyright 2025 The Apache Software Foundation
+Copyright 2026 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/dev/release/release-build.sh b/dev/release/release-build.sh
index 49d9e5b846..ba4a42d33d 100755
--- a/dev/release/release-build.sh
+++ b/dev/release/release-build.sh
@@ -210,6 +210,10 @@ if [[ "$1" == "package" ]]; then
   rm -f gravitino-$GRAVITINO_VERSION-src/NOTICE.rest
   rm -f gravitino-$GRAVITINO_VERSION-src/LICENSE.trino
   rm -f gravitino-$GRAVITINO_VERSION-src/NOTICE.trino
+  rm -f gravitino-$GRAVITINO_VERSION-src/LICENSE.iceberg
+  rm -f gravitino-$GRAVITINO_VERSION-src/NOTICE.iceberg
+  rm -f gravitino-$GRAVITINO_VERSION-src/LICENSE.lance
+  rm -f gravitino-$GRAVITINO_VERSION-src/NOTICE.lance
   rm -f gravitino-$GRAVITINO_VERSION-src/web/web/LICENSE.bin
   rm -f gravitino-$GRAVITINO_VERSION-src/web/web/NOTICE.bin
 
diff --git a/docs/docker-image-details.md b/docs/docker-image-details.md
index 0976325fa6..233b285372 100644
--- a/docs/docker-image-details.md
+++ b/docs/docker-image-details.md
@@ -23,6 +23,9 @@ JVM heap and metaspace are controlled by `GRAVITINO_MEM` 
(default `-Xms1024m -Xm
 
 Changelog
 
+- apache/gravitino:1.1.1
+  - Based on Gravitino 1.1.1. For more information, see the 1.1.1 [release 
notes](https://github.com/apache/gravitino/releases/tag/v1.1.1).
+
 - apache/gravitino:1.1.0
   - Based on Gravitino 1.1.0, you can know more information from 1.1.0 
[release notes](https://github.com/apache/gravitino/releases/tag/v1.1.0).
 
@@ -83,6 +86,9 @@ Use `GRAVITINO_MEM` to size the JVM (default `-Xms1024m 
-Xmx1024m -XX:MaxMetaspa
 
 Changelog
 
+- apache/gravitino-iceberg-rest:1.1.1
+  - Based on Gravitino 1.1.1. For more information, see the 1.1.1 [release 
notes](https://github.com/apache/gravitino/releases/tag/v1.1.1).
+
 - apache/gravitino-iceberg-rest:1.1.0
   - Support scan planning endpoint
   - Support get credentials endpoint
@@ -135,6 +141,9 @@ docker run --rm -d -p 8000:8000 
apache/gravitino-mcp-server:latest --metalake te
 
 Changelog
 
+- apache/gravitino-mcp-server:1.1.1
+  - Built with Gravitino 1.1.1. For more information, see 1.1.1 [release 
notes](https://github.com/apache/gravitino/releases/tag/v1.1.1).
+
 - apache/gravitino-mcp-server:1.1.0
   - Built with Gravitino 1.1.0. For more information, see 1.1.0 [release 
notes](https://github.com/apache/gravitino/releases/tag/v1.1.0).
 
@@ -167,6 +176,9 @@ It's not advised to change `LANCE_REST_NAMESPACE_BACKEND`, 
`LANCE_REST_HOST` and
 
 Changelog
 
+- apache/gravitino-lance-rest:1.1.1
+  - Built with Gravitino 1.1.1. For more information, see 1.1.1 [release 
notes](https://github.com/apache/gravitino/releases/tag/v1.1.1).
+
 - apache/gravitino-lance-rest:1.1.0
   - Initial release of Lance REST server
   - Support Lance tables integration through REST API
@@ -197,6 +209,9 @@ Changelog
 
 Changelog
 
+- apache/gravitino-playground:trino-435-gravitino-1.1.1
+  - Use Gravitino release 1.1.1 Dockerfile to build the image.
+
 - apache/gravitino-playground:trino-435-gravitino-1.1.0
   - Use Gravitino release 1.1.0 Dockerfile to build the image.
 
diff --git a/mcp-server/NOTICE b/mcp-server/NOTICE
index e7b0873033..43926a5979 100644
--- a/mcp-server/NOTICE
+++ b/mcp-server/NOTICE
@@ -1,5 +1,5 @@
 Apache Gravitino
-Copyright 2025 The Apache Software Foundation
+Copyright 2026 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/web/web/NOTICE b/web/web/NOTICE
index 1dbdf0a120..35f87ed678 100644
--- a/web/web/NOTICE
+++ b/web/web/NOTICE
@@ -1,5 +1,5 @@
 Apache Gravitino
-Copyright 2024 The Apache Software Foundation
+Copyright 2026 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

Reply via email to