-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgraded Camel version to 3.7.0 (#19)
- Loading branch information
1 parent
084f9e9
commit 60d68c7
Showing
5 changed files
with
100 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,42 @@ | ||
(ns clj-camel.headers) | ||
|
||
(def dict {:camel-http-uri "CamelHttpUri" | ||
:camel-http-query "CamelHttpQuery" | ||
:camel-http-method "CamelHttpMethod" | ||
:camel-http-response-code "CamelHttpResponseCode" | ||
:camel-http-response-text "CamelHttpResponseText" | ||
:camel-filter-matched "CamelFilterMatched" | ||
|
||
:camel-ssh-stderr "CamelSshStderr" | ||
:camel-ssh-exit-value "CamelSshExitValue" | ||
|
||
:camel-content-type "Content-Type" | ||
|
||
:fired-time "firedTime" | ||
|
||
:camel-split-complete "CamelSplitComplete" | ||
:camel-split-size "CamelSplitSize" | ||
|
||
:camel-file-absolute "CamelFileAbsolute" | ||
:camel-file-absolute-path "CamelFileAbsolutePath" | ||
:camel-file-host "CamelFileHost" | ||
:camel-file-last-modified "CamelFileLastModified" | ||
:camel-file-length "CamelFileLength" | ||
:camel-file-name "CamelFileName" | ||
:camel-file-name-consumed "CamelFileNameConsumed" | ||
:camel-file-name-only "CamelFileNameOnly" | ||
:camel-file-name-produced "CamelFileNameProduced" | ||
:camel-file-parent "CamelFileParent" | ||
:camel-file-path "CamelFilePath" | ||
:camel-file-relative-path "CamelFileRelativePath" | ||
:camel-ftp-reply-code "CamelFtpReplyCode" | ||
:camel-ftp-reply-string "CamelFtpReplyString" | ||
|
||
:x-token "x-token" | ||
:x-service-origin "x-service-origin"}) | ||
(def dict {:camel-http-uri "CamelHttpUri" | ||
:camel-http-query "CamelHttpQuery" | ||
:camel-http-method "CamelHttpMethod" | ||
:camel-http-response-code "CamelHttpResponseCode" | ||
:camel-http-response-text "CamelHttpResponseText" | ||
:camel-filter-matched "CamelFilterMatched" | ||
|
||
:camel-ssh-stderr "CamelSshStderr" | ||
:camel-ssh-exit-value "CamelSshExitValue" | ||
|
||
:camel-content-type "Content-Type" | ||
|
||
:fired-time "firedTime" | ||
|
||
:camel-split-complete "CamelSplitComplete" | ||
:camel-split-size "CamelSplitSize" | ||
|
||
:camel-file-absolute "CamelFileAbsolute" | ||
:camel-file-absolute-path "CamelFileAbsolutePath" | ||
:camel-file-host "CamelFileHost" | ||
:camel-file-last-modified "CamelFileLastModified" | ||
:camel-file-length "CamelFileLength" | ||
:camel-file-name "CamelFileName" | ||
:camel-file-name-consumed "CamelFileNameConsumed" | ||
:camel-file-name-only "CamelFileNameOnly" | ||
:camel-file-name-produced "CamelFileNameProduced" | ||
:camel-file-parent "CamelFileParent" | ||
:camel-file-path "CamelFilePath" | ||
:camel-file-relative-path "CamelFileRelativePath" | ||
:camel-ftp-reply-code "CamelFtpReplyCode" | ||
:camel-ftp-reply-string "CamelFtpReplyString" | ||
|
||
:camel-google-pubsub-message-id "CamelGooglePubsub.MessageId" | ||
:camel-google-pubsub-msg-ack-id "CamelGooglePubsub.MsgAckId" | ||
:camel-google-pubsub-attributes "CamelGooglePubsub.Attributes" | ||
:camel-google-pubsub-publish-time "CamelGooglePubsub.PublishTime" | ||
|
||
:x-token "x-token" | ||
:x-service-origin "x-service-origin" | ||
:x-correlation-id "x-correlation-id"}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters