This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel.git.
from f42d9f2 CAMEL-17308: Remove verb as an allowed CAMEL REST YAML element. (#6962) new 75cd4ae Polished new f49be0f Removed deprecated RouteIdFactory new 2acd6c8 CAMEL-17673: camel-core-model - Cleanup Rest DSL The 3 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: .../java/org/apache/camel/impl/RouteIdFactory.java | 218 --------------------- .../apache/camel/model/RouteDefinitionHelper.java | 5 +- .../apache/camel/model/rest/RestsDefinition.java | 19 +- .../apache/camel/model/rest/VerbDefinition.java | 9 - .../camel/impl/model/RouteIdFactoryTest.java | 80 -------- .../org/apache/camel/model/simpleRest.xml | 2 +- .../org/apache/camel/model/simpleRestToD.xml | 2 +- core/camel-xml-io/src/test/resources/barRest.xml | 2 +- .../camel-xml-io/src/test/resources/simpleRest.xml | 2 +- .../src/test/resources/simpleRestToD.xml | 2 +- .../ROOT/pages/camel-3x-upgrade-guide-3_16.adoc | 2 + 11 files changed, 11 insertions(+), 332 deletions(-) delete mode 100644 core/camel-core-engine/src/main/java/org/apache/camel/impl/RouteIdFactory.java delete mode 100644 core/camel-core/src/test/java/org/apache/camel/impl/model/RouteIdFactoryTest.java