This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel.git.
from 388db1b FHIR component add extended operations support new 019a809 Refactored new 4482cbf CAMEL-12598: Camel maven tooling validate to detect direct/send endpoints missing names, eg sending to none existing seda queue which has no consumers etc. new deb326f CAMEL-12598: Camel maven tooling validate to detect direct/send endpoints missing names, eg sending to none existing seda queue which has no consumers etc. new 3fa3008 CAMEL-12598: Camel maven tooling validate to detect direct/send endpoints missing names, eg sending to none existing seda queue which has no consumers etc. The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../apache/camel/parser/RouteBuilderParser.java | 71 +++---- .../camel/parser/model/CamelEndpointDetails.java | 44 ----- ...leRouteBuilder.java => MySedaRouteBuilder.java} | 20 +- .../parser/java/RoasterEndpointInjectTest.java | 14 +- ...est.java => RoasterMySedaRouteBuilderTest.java} | 35 ++-- .../java/org/apache/camel/maven/ValidateMojo.java | 220 +++++++++++++++++---- 6 files changed, 243 insertions(+), 161 deletions(-) copy tooling/camel-route-parser/src/test/java/org/apache/camel/parser/java/{MySimpleRouteBuilder.java => MySedaRouteBuilder.java} (69%) copy tooling/camel-route-parser/src/test/java/org/apache/camel/parser/java/{RoasterSimpleProcessorTest.java => RoasterMySedaRouteBuilderTest.java} (58%)