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

github-bot pushed a change to branch quarkus-master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.


 discard b897516  Set quarkus.version to 999-SNAPSHOT
     add 2d2eeef  Stub Jira endpoints for integration testing
     add a1ee591  extension dependencies issue #1275
     new d608dd4  Set quarkus.version to 999-SNAPSHOT

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   (b897516)
            \
             N -- N -- N   refs/heads/quarkus-master (d608dd4)

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:
 extensions/jackson/deployment/pom.xml              |  2 +-
 extensions/jackson/runtime/pom.xml                 |  2 +-
 extensions/tagsoup/deployment/pom.xml              |  4 +-
 extensions/tagsoup/runtime/pom.xml                 |  2 +-
 extensions/xslt/deployment/pom.xml                 |  2 +-
 extensions/xslt/runtime/pom.xml                    |  4 +-
 integration-tests/jira/README.adoc                 |  8 ++--
 .../component/jira/it/FakeJiraResource.java}       | 47 +++++++++++-----------
 .../quarkus/component/jira/it/JiraResource.java    |  6 ++-
 .../jira/src/main/resources/application.properties | 10 +++--
 .../jira/src/main/resources/mock/createIssue.json  |  5 +++
 .../jira/src/main/resources/mock/getIssue.json     | 38 +++++++++++++++++
 .../jira/src/main/resources/mock/issueType.json    | 11 +++++
 .../camel/quarkus/component/jira/it/JiraIT.java    |  5 ---
 .../camel/quarkus/component/jira/it/JiraTest.java  | 12 +++---
 15 files changed, 105 insertions(+), 53 deletions(-)
 copy 
integration-tests/{amqp/src/main/java/org/apache/camel/quarkus/component/amqp/it/AmqpResource.java
 => 
jira/src/main/java/org/apache/camel/quarkus/component/jira/it/FakeJiraResource.java}
 (50%)
 create mode 100644 
integration-tests/jira/src/main/resources/mock/createIssue.json
 create mode 100644 integration-tests/jira/src/main/resources/mock/getIssue.json
 create mode 100644 
integration-tests/jira/src/main/resources/mock/issueType.json

Reply via email to