This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 0a01693  Merge pull request #3109 from apache/CAMEL-13853
     new 0ddda5b  Revert "cleanups for camel-netty9 to camel-netty component 
renaming"
     new 44b739b  Reflect reverting on MIGRATION guide

The 2 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:
 MIGRATION.md                                               |  2 +-
 .../META-INF/maven/archetype-metadata.xml                  |  4 ++--
 .../src/main/resources/archetype-resources/pom.xml         |  2 +-
 components/camel-jetty/pom.xml                             | 14 +++++++-------
 .../component/{jetty => jetty9}/AttachmentHttpBinding.java |  6 +++---
 .../component/{jetty => jetty9}/CamelHttpClient9.java      |  9 +++++----
 .../{jetty => jetty9}/CamelInputStreamContentProvider.java |  2 +-
 .../component/{jetty => jetty9}/HttpSendDynamicAware.java  |  2 +-
 .../component/{jetty => jetty9}/JettyContentExchange9.java |  4 +++-
 .../component/{jetty => jetty9}/JettyHttpComponent9.java   | 11 +++++++----
 .../component/{jetty => jetty9}/JettyHttpEndpoint9.java    | 12 ++++++++----
 .../org/apache/camel/component/jetty/BaseJettyTest.java    |  5 +++++
 .../component/jetty/HttpProducerSendEmptyHeaderTest.java   |  6 ++++--
 .../component/jetty/JettyComponentSpringConfiguredTest.xml |  2 +-
 .../org/apache/camel/component/jetty/jetty-https.xml       |  2 +-
 .../camel-salesforce/camel-salesforce-component/pom.xml    | 14 +++++++-------
 .../camel-salesforce/camel-salesforce-maven-plugin/pom.xml |  6 +++---
 examples/camel-example-cdi-rest-servlet/pom.xml            |  8 ++++----
 examples/camel-example-servlet-tomcat/pom.xml              |  2 +-
 parent/pom.xml                                             |  3 ++-
 .../springboot/JettyHttpComponentAutoConfiguration9.java   |  4 ++--
 .../springboot/JettyHttpComponentConfiguration9.java       |  2 +-
 .../src/main/resources/META-INF/spring.factories           |  2 +-
 tests/camel-performance/pom.xml                            |  8 ++++----
 24 files changed, 75 insertions(+), 57 deletions(-)
 rename components/camel-jetty/src/main/java/org/apache/camel/component/{jetty 
=> jetty9}/AttachmentHttpBinding.java (99%)
 rename components/camel-jetty/src/main/java/org/apache/camel/component/{jetty 
=> jetty9}/CamelHttpClient9.java (94%)
 rename components/camel-jetty/src/main/java/org/apache/camel/component/{jetty 
=> jetty9}/CamelInputStreamContentProvider.java (93%)
 rename components/camel-jetty/src/main/java/org/apache/camel/component/{jetty 
=> jetty9}/HttpSendDynamicAware.java (95%)
 rename components/camel-jetty/src/main/java/org/apache/camel/component/{jetty 
=> jetty9}/JettyContentExchange9.java (98%)
 rename components/camel-jetty/src/main/java/org/apache/camel/component/{jetty 
=> jetty9}/JettyHttpComponent9.java (95%)
 rename components/camel-jetty/src/main/java/org/apache/camel/component/{jetty 
=> jetty9}/JettyHttpEndpoint9.java (89%)
 rename 
platforms/spring-boot/components-starter/camel-jetty-starter/src/main/java/org/apache/camel/component/{jetty
 => jetty9}/springboot/JettyHttpComponentAutoConfiguration9.java (98%)
 rename 
platforms/spring-boot/components-starter/camel-jetty-starter/src/main/java/org/apache/camel/component/{jetty
 => jetty9}/springboot/JettyHttpComponentConfiguration9.java (99%)

Reply via email to