aldettinger commented on a change in pull request #2813:
URL: https://github.com/apache/camel-quarkus/pull/2813#discussion_r655420470
##########
File path: docs/modules/ROOT/pages/migration-guide/2.0.0.adoc
##########
@@ -19,3 +19,8 @@ The empty `camel-quarkus-main` artifact was removed
completely in Camel Quarkus
As long as your application depends on any other Camel Quarkus extension, it
is enough to remove the `camel-quarkus-main` dependency.
This is because all Camel Quarkus extensions transitively depend on
`camel-quarkus-core` where the the original `camel-quarkus-main` functionality
is hosted now.
+
+== `quarkus.camel.native.resources.*` replaced by
`quarkus.native.resources.includes`
+
+The `quarkus.camel.native.resources.include-patterns` and
`quarkus.camel.native.resources.exclude-patterns` configuration properties were
removed in Camel Quarkus 2.0.0.
+Please use `quarkus.native.resources.includes` and
`quarkus.native.resources.includes` instead respectively.
Review comment:
Maybe a typo ?
includes and quarkus.native.resources.**excludes** instead
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]