summaryrefslogtreecommitdiffstats
path: root/configgen
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2017-08-31 12:25:30 +0200
committergjoranv <gv@oath.com>2017-09-08 12:52:20 +0200
commitffd4ca0ba19d3d805c360a8356f05095b138f2c0 (patch)
tree48882de01e43fc1fb3916cd4b6d07f76f51d1f0c /configgen
parent1983053bd66f712cb2d825b1cd9e566ef7fe341b (diff)
Exclude scala-xml from provided classpath
- To prevent import-package for its packages. - scala-xml is only used to generate config classes, and is not needed or provided runtime. - Add scala-xml in scope test where it's used in unit tests. - Do not exclude scala-xml from config-bundle until the oldest active config model uses the new Java version of createClassName.
Diffstat (limited to 'configgen')
-rw-r--r--configgen/src/main/scala/com/yahoo/config/codegen/ConfigGenerator.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/configgen/src/main/scala/com/yahoo/config/codegen/ConfigGenerator.scala b/configgen/src/main/scala/com/yahoo/config/codegen/ConfigGenerator.scala
index f6876affe5d..391e1f0a0ef 100644
--- a/configgen/src/main/scala/com/yahoo/config/codegen/ConfigGenerator.scala
+++ b/configgen/src/main/scala/com/yahoo/config/codegen/ConfigGenerator.scala
@@ -452,7 +452,7 @@ object ConfigGenerator {
/**
* Deprecated!
- * TODO: Remove when no longer used in config-model
+ * TODO: Remove when no longer used by the oldest available config-model.
*/
@deprecated("Use ConfiggenUtil.createClassName() instead", "6.143")
def createClassName(defName: String): String = {