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

aldettinger pushed a change to branch CAMEL-13965
in repository https://gitbox.apache.org/repos/asf/camel.git.


 discard b3aa2af  CAMEL-14084: Initial import of 
camel-testcontainers-spring-junit5 from camel-testcontainers-spring
     add 245812a  CAMEL-14069 Update to ignore the 100-Continue response and 
continue to (#3279)
     add 6df6181  Regen
     add a3ebca6  CAMEL-14098 - Camel-netty-http: Update to fix the issue when 
populate the http request headers (#3280)
     add 2cb7f65  Add XML schema references for release 3.0.0-RC3
     new 3f71e20  CAMEL-14084: Initial import of 
camel-testcontainers-spring-junit5 from camel-testcontainers-spring

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (b3aa2af)
            \
             N -- N -- N   refs/heads/CAMEL-13965 (3f71e20)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 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:
 .../src/main/resources/META-INF/spring.schemas      |  1 +
 .../camel-etcd/src/main/docs/etcd-component.adoc    |  4 +++-
 .../netty/http/DefaultNettyHttpBinding.java         |  2 +-
 .../http/handlers/HttpClientChannelHandler.java     |  6 ++++++
 .../http/NettyHttpClientExpectContinueTest.java     |  2 --
 ...ContinueTest.java => NettyHttpPostDataTest.java} | 21 ++++++++-------------
 .../camel/component/netty/NettyConstants.java       |  1 +
 .../netty/handlers/ClientChannelHandler.java        |  7 +++++++
 .../src/main/resources/META-INF/spring.schemas      |  1 +
 .../src/main/resources/META-INF/spring.schemas      |  1 +
 .../src/main/resources/META-INF/spring.schemas      |  1 +
 .../junit5/ContainerAwareSpringTestSupportIT.java   |  1 -
 .../modules/ROOT/pages/etcd-component.adoc          |  4 +++-
 13 files changed, 33 insertions(+), 19 deletions(-)
 copy 
components/camel-netty-http/src/test/java/org/apache/camel/component/netty/http/{NettyHttpClientExpectContinueTest.java
 => NettyHttpPostDataTest.java} (73%)

Reply via email to