summaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources/schema/common.rnc
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2023-01-03 16:04:33 +0100
committerGitHub <noreply@github.com>2023-01-03 16:04:33 +0100
commitc9f5856f0bdf25aa9e5f9053e94f085d6e98f827 (patch)
tree54fd0a8fc01c5f495b43af2bab981f605bdbd36f /config-model/src/main/resources/schema/common.rnc
parentfa06356d4182a0413be95669f0872b2b7c1f0af9 (diff)
parent1fe5fdc8794e04b23653cc076c380f94c961cc40 (diff)
Merge pull request #25373 from vespa-engine/hmusum/log-warning-when-deprecated-jvm-options-used
Log warning when deprecated jvm options used [run-systemtest]
Diffstat (limited to 'config-model/src/main/resources/schema/common.rnc')
-rw-r--r--config-model/src/main/resources/schema/common.rnc4
1 files changed, 2 insertions, 2 deletions
diff --git a/config-model/src/main/resources/schema/common.rnc b/config-model/src/main/resources/schema/common.rnc
index fcd9a68ca89..538a8f069f5 100644
--- a/config-model/src/main/resources/schema/common.rnc
+++ b/config-model/src/main/resources/schema/common.rnc
@@ -1,8 +1,8 @@
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
service.attlist &= attribute hostalias { xsd:NCName }
service.attlist &= attribute baseport { xsd:unsignedShort }?
-service.attlist &= attribute jvm-options { text }?
-service.attlist &= attribute jvm-gc-options { text }?
+service.attlist &= attribute jvm-options { text }? # Remove in Vespa 9
+service.attlist &= attribute jvm-gc-options { text }? # Remove in Vespa 9
# preload is for internal use only
service.attlist &= attribute preload { text }?