jamesnetherton commented on code in PR #8358:
URL: https://github.com/apache/camel-quarkus/pull/8358#discussion_r2876529843
##########
integration-tests-support/aws2/src/test/java/org/apache/camel/quarkus/test/support/aws2/Service.java:
##########
@@ -38,7 +38,8 @@ public enum Service {
CLOUDWATCHLOGS("logs"),
STS("sts"),
IAM("iam"),
- KMS("kms");
+ KMS("kms"),
+ TRANSLATE("translate");
Review Comment:
Please revert this as it's not related to this PR.
##########
docs/modules/ROOT/pages/reference/extensions/xml-io-dsl.adoc:
##########
@@ -22,7 +22,7 @@ An XML stack for parsing XML route definitions
[id="extensions-xml-io-dsl-whats-inside"]
== What's inside
-* xref:{cq-camel-components}:others:java-xml-io-dsl.adoc[XML DSL]
+* xref:{cq-camel-components}:others:xml-io-dsl.adoc[XML DSL]
Review Comment:
This change would lead to a broken link. Please revert it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]