forked from quarkusio/quarkus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove deprecated Kubernetes/OpenShift properties
This pull request removes the deprecated properties: - `quarkus.kubernetes.expose` -> `quarkus.kubernetes.ingress.expose` - `quarkus.openshift.expose` -> `quarkus.openshift.route.expose` - `quarkus.kubernetes.host` -> `quarkus.kubernetes.ingress.host` - `quarkus.openshift.host` -> `quarkus.openshift.route.host` - `quarkus.kubernetes.group` -> `quarkus.kubernetes.part-of` - `quarkus.openshift.group` -> `quarkus.openshift.part-of` Plus, properties with a prefix won't be used anylonger. For example, before these changes we could add `kubernetes.name` and this property will be mapped to `quarkus.kubernetes.name`. After these changes, we're not going to do this anylonger, to avoid issues like quarkusio#30850.
- Loading branch information
Showing
6 changed files
with
4 additions
and
134 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
46 changes: 0 additions & 46 deletions
46
...rd-way/src/test/java/io/quarkus/it/kubernetes/KubernetesWithDeprecatedPropertiesTest.java
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
.../kubernetes/quarkus-standard-way/src/test/resources/kubernetes-with-deprecated.properties
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
.../quarkus-standard-way/src/test/resources/openshift-with-legacy-sidecar-and-s2i.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...on-tests/kubernetes/quarkus-standard-way/src/test/resources/openshift-with-s2i.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
quarkus.openshift.expose=true | ||
quarkus.openshift.route.expose=true | ||
quarkus.s2i.base-jvm-image=my.registry.example/openjdk/openjdk-11-rhel7 | ||
quarkus.s2i.jvm-arguments=-Djava.util.logging.manager=org.jboss.logmanager.LogManager |
2 changes: 1 addition & 1 deletion
2
...ernetes/quarkus-standard-way/src/test/resources/openshift-with-sidecar-and-s2i.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters