Skip to content

Commit ab228af

Browse files
authored
Rename quarkus as runtime (#1695)
1 parent c15e62b commit ab228af

File tree

212 files changed

+137
-137
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

212 files changed

+137
-137
lines changed

.github/workflows/check-md-link.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ jobs:
4141
with:
4242
use-quiet-mode: 'yes'
4343
config-file: '.github/workflows/check-md-link-config.json'
44-
folder-path: 'regtests, .github, build-logic, polaris-core, service, quarkus, persistence, spec, k8, getting-started, helm'
44+
folder-path: 'regtests, .github, build-logic, polaris-core, service, runtime, persistence, spec, k8, getting-started, helm'
4545
file-path: 'CHAT_BYLAWS.md, CODE_OF_CONDUCT.md, CONTRIBUTING.md, README.md, SECURITY.md'

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
- name: Build
8787
run: ./gradlew compileAll
8888
- name: Run selected tests
89-
run: ./gradlew :polaris-quarkus-service:intTest
89+
run: ./gradlew :polaris-runtime-service:intTest
9090

9191
- name: Archive test results
9292
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4

.github/workflows/helm.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ jobs:
8686
run: |
8787
eval $(minikube -p minikube docker-env)
8888
./gradlew \
89-
:polaris-quarkus-server:assemble \
90-
:polaris-quarkus-server:quarkusAppPartsBuild --rerun \
91-
:polaris-quarkus-admin:assemble \
92-
:polaris-quarkus-admin:quarkusAppPartsBuild --rerun \
89+
:polaris-server:assemble \
90+
:polaris-server:quarkusAppPartsBuild --rerun \
91+
:polaris-admin:assemble \
92+
:polaris-admin:quarkusAppPartsBuild --rerun \
9393
-Dquarkus.container-image.build=true
9494
minikube image ls
9595

.github/workflows/python-client.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ jobs:
8181
- name: Image build
8282
run: |
8383
./gradlew \
84-
:polaris-quarkus-server:assemble \
85-
:polaris-quarkus-server:quarkusAppPartsBuild --rerun \
84+
:polaris-server:assemble \
85+
:polaris-server:quarkusAppPartsBuild --rerun \
8686
-Dquarkus.container-image.build=true
8787
8888
- name: Integration Tests

.github/workflows/regtest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ jobs:
4949
- name: Image build
5050
run: |
5151
./gradlew \
52-
:polaris-quarkus-server:assemble \
53-
:polaris-quarkus-server:quarkusAppPartsBuild --rerun \
52+
:polaris-server:assemble \
53+
:polaris-server:quarkusAppPartsBuild --rerun \
5454
-Dquarkus.container-image.build=true
5555
5656
- name: Regression Test

.github/workflows/spark_client_regtests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ jobs:
5252
- name: Image build
5353
run: |
5454
./gradlew \
55-
:polaris-quarkus-server:assemble \
56-
:polaris-quarkus-server:quarkusAppPartsBuild --rerun \
55+
:polaris-server:assemble \
56+
:polaris-server:quarkusAppPartsBuild --rerun \
5757
-Dquarkus.container-image.build=true
5858
5959
# NOTE: the regression test runs with spark 3.5.5 and scala 2.12 in Java 17. We also have integration

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ This product includes code from Project Nessie.
269269
* build-logic/src/main/kotlin/publishing/PublishingHelperPlugin.kt
270270
* build-logic/src/main/kotlin/Utilities.kt
271271
* build-logic/src/main/kotlin/polaris-shadow-jar.gradle.kts
272-
* build-logic/src/main/kotlin/polaris-quarkus.gradle.kts
272+
* build-logic/src/main/kotlin/polaris-runtime.gradle.kts
273273
* tools/config-docs/annotations/src/main/java/org/apache/polaris/docs/ConfigDocs.java
274274
* tools/config-docs/generator/src/main/java/org/apache/polaris/docs/generator/DocGenDoclet.java
275275
* tools/config-docs/generator/src/main/java/org/apache/polaris/docs/generator/MarkdownFormatter.java
@@ -309,7 +309,7 @@ This product includes code from Project Nessie.
309309
* tools/config-docs/generator/src/test/java/tests/smallrye/SomeEnum.java
310310
* tools/config-docs/generator/src/test/java/tests/smallrye/VeryNested.java
311311
* tools/container-spec-helper/src/main/java/org/apache/polaris/containerspec/ContainerSpecHelper.java
312-
* quarkus/admin/src/main/java/org/apache/polaris/admintool/PolarisAdminTool.java
312+
* runtime/admin/src/main/java/org/apache/polaris/admintool/PolarisAdminTool.java
313313
* helm/polaris/tests/logging_storage_test.yaml
314314
* helm/polaris/tests/quantity_test.yaml
315315
* helm/polaris/tests/service_monitor_test.yaml

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ Apache Polaris is organized into the following modules:
5353
- `polaris-api-iceberg-service` - The Iceberg REST service
5454
- Service modules:
5555
- `polaris-service-common` - The main components of the Polaris server
56-
- Quarkus runtime modules:
57-
- `polaris-quarkus-service` - The Quarkus-specific components of the Polaris server
58-
- `polaris-quarkus-defaults` - The Quarkus-specific configuration defaults
59-
- `polaris-quarkus-server` - The Polaris server runtime
60-
- `polaris-quarkus-admin-tool` - The Polaris admin & maintenance tool
56+
- Runtime modules:
57+
- `polaris-runtime-service` - The runtime components of the Polaris server
58+
- `polaris-runtime-defaults` - The runtime configuration defaults
59+
- `polaris-server` - The Polaris server
60+
- `polaris-admin` - The Polaris admin & maintenance tool
6161
- Persistence modules:
6262
- `polaris-eclipselink` - The Eclipselink implementation of the MetaStoreManager interface
6363
- `polaris-relational-jdbc` - The JDBC implementation of BasePersistence to be used via AtomicMetaStoreManager
@@ -88,8 +88,8 @@ select * from db1.table1;
8888
- To build the image locally:
8989
```bash
9090
./gradlew \
91-
:polaris-quarkus-server:assemble \
92-
:polaris-quarkus-server:quarkusAppPartsBuild --rerun \
91+
:polaris-server:assemble \
92+
:polaris-server:quarkusAppPartsBuild --rerun \
9393
-Dquarkus.container-image.build=true
9494
```
9595
- `docker run -p 8181:8181 -p 8182:8182 apache/polaris:latest` - To run the image.
@@ -116,7 +116,7 @@ Polaris Servers can be configured using a variety of ways.
116116
Please see the [Configuration Guide](site/content/in-dev/unreleased/configuration.md)
117117
for more information.
118118

119-
Default configuration values can be found in `quarkus/defaults/src/main/resources/application.properties`.
119+
Default configuration values can be found in `runtime/defaults/src/main/resources/application.properties`.
120120

121121
#### Building docs
122122

aggregated-license-report/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import org.gradle.kotlin.dsl.support.unzipTo
2222
val licenseReports by configurations.creating { description = "Used to generate license reports" }
2323

2424
dependencies {
25-
licenseReports(project(":polaris-quarkus-service", "licenseReports"))
25+
licenseReports(project(":polaris-runtime-service", "licenseReports"))
2626
}
2727

2828
val collectLicenseReportJars by

bom/build.gradle.kts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ dependencies {
4444
api(project(":polaris-eclipselink"))
4545
api(project(":polaris-relational-jdbc"))
4646

47-
api(project(":polaris-quarkus-admin"))
48-
api(project(":polaris-quarkus-common"))
49-
api(project(":polaris-quarkus-test-commons"))
50-
api(project(":polaris-quarkus-defaults"))
51-
api(project(":polaris-quarkus-server"))
52-
api(project(":polaris-quarkus-service"))
53-
api(project(":polaris-quarkus-spark-tests"))
47+
api(project(":polaris-admin"))
48+
api(project(":polaris-runtime-common"))
49+
api(project(":polaris-runtime-test-common"))
50+
api(project(":polaris-runtime-defaults"))
51+
api(project(":polaris-server"))
52+
api(project(":polaris-runtime-service"))
53+
api(project(":polaris-runtime-spark-tests"))
5454

5555
api(project(":polaris-tests"))
5656
}

0 commit comments

Comments
 (0)