This is an automated email from the ASF dual-hosted git repository.
snazy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris-tools.git
The following commit(s) were added to refs/heads/main by this push:
new ccc457f Graduation code base changes (#172)
ccc457f is described below
commit ccc457f9b2caaff71bf6c6b764a6363581dd596d
Author: Robert Stupp <[email protected]>
AuthorDate: Fri Feb 20 18:11:09 2026 +0100
Graduation code base changes (#172)
* Removal of "incubator" mentions
* Removal of the DISCLAIMER files
* GitHub workflows
---
DISCLAIMER | 10 ----------
README.md | 4 ++--
apprunner/DISCLAIMER | 10 ----------
apprunner/NOTICE | 4 ++--
apprunner/README.md | 4 ++--
apprunner/demo-tarball/build.gradle.kts | 2 +-
apprunner/gradle/jar-licenses/NOTICE | 4 ++--
console/DISCLAIMER | 10 ----------
console/NOTICE | 4 ++--
console/package.json | 2 +-
console/src/components/layout/Logo.tsx | 15 ++++-----------
console/src/pages/Home.tsx | 14 ++++++--------
iceberg-catalog-migrator/DISCLAIMER | 10 ----------
iceberg-catalog-migrator/NOTICE | 4 ++--
.../buildSrc/src/main/kotlin/publishing.kt | 2 +-
iceberg-catalog-migrator/cli/BUNDLE-NOTICE | 4 ++--
polaris-synchronizer/README.md | 2 +-
17 files changed, 28 insertions(+), 77 deletions(-)
diff --git a/DISCLAIMER b/DISCLAIMER
deleted file mode 100644
index 38e6a57..0000000
--- a/DISCLAIMER
+++ /dev/null
@@ -1,10 +0,0 @@
-Apache Polaris (incubating) is an effort undergoing incubation at The Apache
-Software Foundation (ASF), sponsored by the Apache Incubator PMC.
-
-Incubation is required of all newly accepted projects until a further review
-indicates that the infrastructure, communications, and decision making process
-have stabilized in a manner consistent with other successful ASF projects.
-
-While incubation status is not necessarily a reflection of the completeness
-or stability of the code, it does indicate that the project has yet to be
-fully endorsed by the ASF.
diff --git a/README.md b/README.md
index eb53225..2c55944 100644
--- a/README.md
+++ b/README.md
@@ -17,9 +17,9 @@
under the License.
-->
-# Apache Polaris (Incubating) Tools
+# Apache Polaris Tools
-Apache Polaris Tools provide a set of tools to help users of [Apache Polaris
(Incubating)](https://github.com/apache/polaris) to perform various tasks.
+Apache Polaris Tools provide a set of tools to help users of [Apache
Polaris](https://github.com/apache/polaris) to perform various tasks.
This repository is maintained by the [Apache Polaris
community](https://polaris.apache.org/).
## Tools
diff --git a/apprunner/DISCLAIMER b/apprunner/DISCLAIMER
deleted file mode 100644
index 38e6a57..0000000
--- a/apprunner/DISCLAIMER
+++ /dev/null
@@ -1,10 +0,0 @@
-Apache Polaris (incubating) is an effort undergoing incubation at The Apache
-Software Foundation (ASF), sponsored by the Apache Incubator PMC.
-
-Incubation is required of all newly accepted projects until a further review
-indicates that the infrastructure, communications, and decision making process
-have stabilized in a manner consistent with other successful ASF projects.
-
-While incubation status is not necessarily a reflection of the completeness
-or stability of the code, it does indicate that the project has yet to be
-fully endorsed by the ASF.
diff --git a/apprunner/NOTICE b/apprunner/NOTICE
index cb2c8b9..7d26708 100644
--- a/apprunner/NOTICE
+++ b/apprunner/NOTICE
@@ -1,5 +1,5 @@
-Apache Polaris (incubating)
-Copyright 2025 The Apache Software Foundation
+Apache Polaris
+Copyright 2026 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
diff --git a/apprunner/README.md b/apprunner/README.md
index 54df4dd..36f37bf 100644
--- a/apprunner/README.md
+++ b/apprunner/README.md
@@ -93,7 +93,7 @@ potentially the working directory.
configurations.creating { description = "Used to reference the
distribution tarball" }
dependencies {
-
polarisTarball("org.apache.polaris:polaris-quarkus-server:1.0.0-incubating-SNAPSHOT:@tgz")
+
polarisTarball("org.apache.polaris:polaris-quarkus-server:1.0.0-SNAPSHOT:@tgz")
}
// Directory where the Polaris tarball is extracted to
@@ -350,7 +350,7 @@ or Nessie or something else.
Make sure that Quarkus emits a line like the following:
```
-2025-01-16 13:29:25,959 INFO [io.quarkus] (main) Apache Polaris Server
(incubating) 1.0.0-incubating-SNAPSHOT on JVM (powered by Quarkus 3.17.7)
started in 0.998s. Listening on: http://0.0.0.0:8181. Management interface
listening on http://0.0.0.0:8182.
+2025-01-16 13:29:25,959 INFO [io.quarkus] (main) Apache Polaris Server
1.0.0-SNAPSHOT on JVM (powered by Quarkus 3.17.7) started in 0.998s. Listening
on: http://0.0.0.0:8181. Management interface listening on http://0.0.0.0:8182.
```
The important part is `Listening on: http://0.0.0.0:8181. Management interface
listening on http://0.0.0.0:8182.`,
diff --git a/apprunner/demo-tarball/build.gradle.kts
b/apprunner/demo-tarball/build.gradle.kts
index 8bbf65e..fcde4ed 100644
--- a/apprunner/demo-tarball/build.gradle.kts
+++ b/apprunner/demo-tarball/build.gradle.kts
@@ -28,7 +28,7 @@ val polarisTarball by
configurations.creating { description = "Used to reference the distribution
tarball" }
dependencies {
-
polarisTarball("org.apache.polaris:polaris-quarkus-server:1.0.0-incubating-SNAPSHOT:@tgz")
+
polarisTarball("org.apache.polaris:polaris-quarkus-server:1.0.0-SNAPSHOT:@tgz")
}
// Directory where the Polaris tarball is extracted to
diff --git a/apprunner/gradle/jar-licenses/NOTICE
b/apprunner/gradle/jar-licenses/NOTICE
index cb2c8b9..7d26708 100644
--- a/apprunner/gradle/jar-licenses/NOTICE
+++ b/apprunner/gradle/jar-licenses/NOTICE
@@ -1,5 +1,5 @@
-Apache Polaris (incubating)
-Copyright 2025 The Apache Software Foundation
+Apache Polaris
+Copyright 2026 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
diff --git a/console/DISCLAIMER b/console/DISCLAIMER
deleted file mode 100644
index e78e79b..0000000
--- a/console/DISCLAIMER
+++ /dev/null
@@ -1,10 +0,0 @@
-Apache Polaris (incubating) is an effort undergoing incubation at The Apache
-Software Foundation (ASF), sponsored by the Apache Incubator PMC.
-
-Incubation is required of all newly accepted projects until a further review
-indicates that the infrastructure, communications, and decision making process
-have stabilized in a manner consistent with other successful ASF projects.
-
-While incubation status is not necessarily a reflection of the completeness
-or stability of the code, it does indicate that the project has yet to be
-fully endorsed by the ASF.
\ No newline at end of file
diff --git a/console/NOTICE b/console/NOTICE
index d754794..9a5b012 100644
--- a/console/NOTICE
+++ b/console/NOTICE
@@ -1,5 +1,5 @@
-Apache Polaris (incubating)
-Copyright 2025 The Apache Software Foundation
+Apache Polaris
+Copyright 2026 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
\ No newline at end of file
diff --git a/console/package.json b/console/package.json
index 392ad71..8207f3e 100644
--- a/console/package.json
+++ b/console/package.json
@@ -1,7 +1,7 @@
{
"name": "polaris-console",
"private": true,
- "version": "1.3.0-incubating",
+ "version": "1.4.0",
"type": "module",
"scripts": {
"dev": "vite",
diff --git a/console/src/components/layout/Logo.tsx
b/console/src/components/layout/Logo.tsx
index e9f1e0e..f9fd08e 100644
--- a/console/src/components/layout/Logo.tsx
+++ b/console/src/components/layout/Logo.tsx
@@ -39,13 +39,13 @@ export function Logo({
{/* Logo Icon - Star logo */}
<img
src="/apache-polaris-logo.svg"
- alt=" (incubating) Logo"
+ alt="Logo"
className={isCompact ? "h-6 w-6" : "h-8 w-8"}
/>
{showText && (
<div className="flex flex-col">
<span className={`font-bold text-foreground ${isCompact ? "text-sm"
: "text-base"}`}>
- Apache Polaris (incubating)
+ Apache Polaris
</span>
</div>
)}
@@ -54,21 +54,14 @@ export function Logo({
if (clickable) {
return (
- <Link
- to="/"
- className={`flex items-center gap-2 ${className}`}
- aria-label="Apache Polaris (incubating)"
- >
+ <Link to="/" className={`flex items-center gap-2 ${className}`}
aria-label="Apache Polaris">
{logoContent}
</Link>
)
}
return (
- <div
- className={`flex items-center gap-2 ${className}`}
- aria-label="Apache Polaris (incubating)"
- >
+ <div className={`flex items-center gap-2 ${className}`} aria-label="Apache
Polaris">
{logoContent}
</div>
)
diff --git a/console/src/pages/Home.tsx b/console/src/pages/Home.tsx
index 15c2fa3..3ccfcbb 100644
--- a/console/src/pages/Home.tsx
+++ b/console/src/pages/Home.tsx
@@ -38,9 +38,7 @@ export function Home() {
<div className="space-y-8 p-8">
{/* Header */}
<div>
- <h1 className="text-3xl font-bold text-foreground">
- Get started with Apache Polaris (incubating)
- </h1>
+ <h1 className="text-3xl font-bold text-foreground">Get started with
Apache Polaris</h1>
</div>
{/* Overview Card */}
@@ -48,15 +46,15 @@ export function Home() {
<CardHeader>
<CardTitle className="text-xl">
Easily manage and secure Iceberg tables and catalogs with the{" "}
- <span className="text-primary">Apache Polaris (incubating)</span>.
+ <span className="text-primary">Apache Polaris</span>.
</CardTitle>
</CardHeader>
<CardContent>
<p className="text-muted-foreground mb-4">
- Apache Polaris (incubating) is an open source catalog for Apache
Iceberg. Built on the
- open standard Apache Iceberg REST catalog protocol, Apache Polaris
allows multiple
- engines to read and write Iceberg tables while consistently
managing security for all
- queries from all engines.
+ Apache Polaris is an open source catalog for Apache Iceberg. Built
on the open standard
+ Apache Iceberg REST catalog protocol, Apache Polaris allows
multiple engines to read and
+ write Iceberg tables while consistently managing security for all
queries from all
+ engines.
</p>
<div className="flex items-center justify-end">
<Sparkles className="h-24 w-24 text-primary/20" />
diff --git a/iceberg-catalog-migrator/DISCLAIMER
b/iceberg-catalog-migrator/DISCLAIMER
deleted file mode 100644
index e78e79b..0000000
--- a/iceberg-catalog-migrator/DISCLAIMER
+++ /dev/null
@@ -1,10 +0,0 @@
-Apache Polaris (incubating) is an effort undergoing incubation at The Apache
-Software Foundation (ASF), sponsored by the Apache Incubator PMC.
-
-Incubation is required of all newly accepted projects until a further review
-indicates that the infrastructure, communications, and decision making process
-have stabilized in a manner consistent with other successful ASF projects.
-
-While incubation status is not necessarily a reflection of the completeness
-or stability of the code, it does indicate that the project has yet to be
-fully endorsed by the ASF.
\ No newline at end of file
diff --git a/iceberg-catalog-migrator/NOTICE b/iceberg-catalog-migrator/NOTICE
index f5c840e..3b359f5 100755
--- a/iceberg-catalog-migrator/NOTICE
+++ b/iceberg-catalog-migrator/NOTICE
@@ -1,5 +1,5 @@
-Apache Polaris (incubating)
-Copyright 2025 The Apache Software Foundation
+Apache Polaris
+Copyright 2026 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
diff --git a/iceberg-catalog-migrator/buildSrc/src/main/kotlin/publishing.kt
b/iceberg-catalog-migrator/buildSrc/src/main/kotlin/publishing.kt
index d29f9bb..cfab6c6 100644
--- a/iceberg-catalog-migrator/buildSrc/src/main/kotlin/publishing.kt
+++ b/iceberg-catalog-migrator/buildSrc/src/main/kotlin/publishing.kt
@@ -61,7 +61,7 @@ fun Project.configurePublishing() {
version = project.version.toString()
pom {
- name.set("Apache Polaris Tools(incubating) - Iceberg Catalog
Migrator")
+ name.set("Apache Polaris Tools - Iceberg Catalog Migrator")
description.set("Iceberg Catalog Migrator from Apache Polaris
Tools")
url.set("https://polaris.apache.org/")
inceptionYear.set("2024")
diff --git a/iceberg-catalog-migrator/cli/BUNDLE-NOTICE
b/iceberg-catalog-migrator/cli/BUNDLE-NOTICE
index 3d04310..03211f2 100644
--- a/iceberg-catalog-migrator/cli/BUNDLE-NOTICE
+++ b/iceberg-catalog-migrator/cli/BUNDLE-NOTICE
@@ -1,5 +1,5 @@
-Apache Polaris (incubating)
-Copyright 2025 The Apache Software Foundation
+Apache Polaris
+Copyright 2026 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
diff --git a/polaris-synchronizer/README.md b/polaris-synchronizer/README.md
index 3340370..c7e754a 100644
--- a/polaris-synchronizer/README.md
+++ b/polaris-synchronizer/README.md
@@ -19,7 +19,7 @@
# Objective
-To provide users of [Apache Polaris
(Incubating)](https://github.com/apache/polaris) a tool to be able to easily
and efficiently
+To provide users of [Apache Polaris](https://github.com/apache/polaris) a tool
to be able to easily and efficiently
migrate their entities from one Polaris instance to another.
Polaris is a catalog of catalogs. It can become cumbersome to perform
catalog-by-catalog migration of each and every catalog contained