This is an automated email from the ASF dual-hosted git repository.
yufei pushed a change to branch release/1.0.x
in repository https://gitbox.apache.org/repos/asf/polaris.git
from e9b118dfa Fix two wrong links in README.md (#1879)
new ee5cb4111 docs: Add `Polaris Evolution` page (#1890)
new 6439bde21 Add webpage for Generic Table support (#1889)
new 5bcfea60a feat(build): Add Checkstyle plugin and an IllegalImport rule
(#1880)
new 8b25377bb Reuse shadowJar for spark client bundle jar maven publish
(#1857)
new 23f3e7d0e Avoid using org.testcontainers.shaded.** (#1876)
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../src/main/kotlin/polaris-java.gradle.kts | 19 ++-
.../src/main/kotlin/polaris-spotless.gradle.kts | 2 -
.../kotlin/publishing/PublishingHelperPlugin.kt | 5 -
codestyle/checkstyle.xml | 51 +++++++
gradle/libs.versions.toml | 2 +
integration-tests/build.gradle.kts | 1 +
.../it/test/PolarisApplicationIntegrationTest.java | 2 +-
.../PolarisManagementServiceIntegrationTest.java | 4 +-
plugins/spark/README.md | 8 +-
plugins/spark/v3.5/spark/build.gradle.kts | 52 ++-----
.../admintool/el/EclipselinkPurgeCommandTest.java | 2 +-
.../jdbc/RelationalJdbcPurgeCommandTest.java | 2 +-
quarkus/service/build.gradle.kts | 1 +
.../service/quarkus/metrics/MetricsTestBase.java | 2 +-
quarkus/test-commons/build.gradle.kts | 8 +-
.../configuring-polaris-for-production.md | 5 +
site/content/in-dev/unreleased/evolution.md | 115 ++++++++++++++
site/content/in-dev/unreleased/generic-table.md | 169 +++++++++++++++++++++
.../in-dev/unreleased/polaris-spark-client.md | 11 ++
19 files changed, 397 insertions(+), 64 deletions(-)
create mode 100644 codestyle/checkstyle.xml
create mode 100644 site/content/in-dev/unreleased/evolution.md
create mode 100644 site/content/in-dev/unreleased/generic-table.md