This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 19d5ba7d9 deploy: 740993963cb41c2c1b4638be5e04dd00f1263c98
19d5ba7d9 is described below
commit 19d5ba7d9f29670713a57a63bb7c5feaf69949bf
Author: flyrain <[email protected]>
AuthorDate: Wed Sep 24 18:57:30 2025 +0000
deploy: 740993963cb41c2c1b4638be5e04dd00f1263c98
---
downloads/index.html | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/downloads/index.html b/downloads/index.html
index 95af9d4c4..0e3ccef44 100644
--- a/downloads/index.html
+++ b/downloads/index.html
@@ -1,2 +1,13 @@
<!doctype html><html itemscope itemtype=http://schema.org/WebPage lang=en
class=no-js><head><meta charset=utf-8><meta name=viewport
content="width=device-width,initial-scale=1,shrink-to-fit=no"><link
rel=alternate type=application/rss+xml
href=https://polaris.apache.org/downloads/index.xml><meta name=robots
content="index, follow"><link rel="shortcut icon"
href=/favicons/favicon.ico><link rel=apple-touch-icon
href=/favicons/apple-touch-icon.png sizes=180x180><link rel=icon type=image/png
[...]
-<meta name=description content="Powerful, extensible, and feature-packed
frontend toolkit. Build and customize with Sass, utilize prebuilt grid system
and components, and bring projects to life with powerful JavaScript
plugins."><meta property="og:title" content><meta property="og:description"
content="Powerful, extensible, and feature-packed frontend toolkit. Build and
customize with Sass, utilize prebuilt grid system and components, and bring
projects to life with powerful JavaScript p [...]
\ No newline at end of file
+<meta name=description content="Powerful, extensible, and feature-packed
frontend toolkit. Build and customize with Sass, utilize prebuilt grid system
and components, and bring projects to life with powerful JavaScript
plugins."><meta property="og:title" content><meta property="og:description"
content="Powerful, extensible, and feature-packed frontend toolkit. Build and
customize with Sass, utilize prebuilt grid system and components, and bring
projects to life with powerful JavaScript p [...]
+from <code>symmetric.pem</code> to <code>symmetric.key</code>.</li><li>For
migrations from 1.0.x to 1.1.x, users using JDBC persistence and wanting to
continue using v1 schema, must ensure
+that they, run following SQL statement under <code>POLARIS_SCHEMA</code> to
make sure version table exists:<div class=highlight><pre tabindex=0
style=color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-sql data-lang=sql><span style=display:flex><span><span
style=color:#66d9ef>CREATE</span> <span style=color:#66d9ef>TABLE</span> <span
style=color:#66d9ef>IF</span> <span style=color:#66d9ef>NOT</span> <span
style=color:#66d9ef>EXISTS</span> [...]
+</span></span><span style=display:flex><span> version_key TEXT <span
style=color:#66d9ef>PRIMARY</span> <span style=color:#66d9ef>KEY</span>,
+</span></span><span style=display:flex><span> version_value INTEGER <span
style=color:#66d9ef>NOT</span> <span style=color:#66d9ef>NULL</span>
+</span></span><span style=display:flex><span>);
+</span></span><span style=display:flex><span><span
style=color:#66d9ef>INSERT</span> <span style=color:#66d9ef>INTO</span> <span
style=color:#66d9ef>version</span> (version_key, version_value)
+</span></span><span style=display:flex><span> <span
style=color:#66d9ef>VALUES</span> (<span
style=color:#e6db74>'version'</span>, <span
style=color:#ae81ff>1</span>)
+</span></span><span style=display:flex><span><span
style=color:#66d9ef>ON</span> CONFLICT (version_key) <span
style=color:#66d9ef>DO</span> <span style=color:#66d9ef>UPDATE</span>
+</span></span><span style=display:flex><span> <span
style=color:#66d9ef>SET</span> version_value <span style=color:#f92672>=</span>
EXCLUDED.version_value;
+</span></span><span style=display:flex><span><span
style=color:#66d9ef>COMMENT</span> <span style=color:#66d9ef>ON</span> <span
style=color:#66d9ef>TABLE</span> <span style=color:#66d9ef>version</span> <span
style=color:#66d9ef>IS</span> <span style=color:#e6db74>'the version of the
JDBC schema in use'</span>;
+</span></span></code></pre></div></li></ul></li></ul><h2
id=101>1.0.1</h2><table><thead><tr><th>Artifact</th><th>PGP
Sig</th><th>SHA-512</th></tr></thead><tbody><tr><td><a
href=https://dlcdn.apache.org/incubator/polaris/1.0.1-incubating/apache-polaris-1.0.1-incubating.tar.gz>source
tar.gz</a></td><td><a
href=https://downloads.apache.org/incubator/polaris/1.0.1-incubating/apache-polaris-1.0.1-incubating.tar.gz.asc>.asc</a></td><td><a
href=https://downloads.apache.org/incubator/polaris/1.0 [...]
\ No newline at end of file