[GitHub] camel pull request #2568: [CAMEL-12605] Updated signature algorithms support...

2018-10-16 Thread punkhorn
GitHub user punkhorn opened a pull request:

https://github.com/apache/camel/pull/2568

[CAMEL-12605] Updated signature algorithms supported and refactored API.



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/punkhorn/camel-upstream master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/camel/pull/2568.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2568


commit 35e3c22d33f18052c47a8023ac1e7c5b9d56ee22
Author: William Collins 
Date:   2018-10-16T18:45:07Z

[CAMEL-12605] Updated signature algorithms supported and refactored API.




---


[GitHub] camel pull request #2536: [CAMEL-12605] Added support for encrypted and sign...

2018-09-26 Thread punkhorn
GitHub user punkhorn opened a pull request:

https://github.com/apache/camel/pull/2536

[CAMEL-12605] Added support for encrypted and signed AS2 message



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/punkhorn/camel-upstream master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/camel/pull/2536.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2536


commit 8277da3f5f54e2025c52cef78f915d121c3892f2
Author: William Collins 
Date:   2018-09-26T18:27:25Z

[CAMEL-12605] Added support for encrypted and signed AS2 message




---


[GitHub] camel pull request #2526: [CAMEL-12605] Updated client integration tests

2018-09-20 Thread punkhorn
GitHub user punkhorn opened a pull request:

https://github.com/apache/camel/pull/2526

[CAMEL-12605] Updated client integration tests



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/punkhorn/camel-upstream master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/camel/pull/2526.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2526


commit ff589dc13e836568a2c639bc4129c659ef987624
Author: William Collins 
Date:   2018-09-20T13:43:51Z

[CAMEL-12605] Updated client integration tests




---


[GitHub] camel pull request #2524: [CAMEL-12605] Refactored encryption algorithms and...

2018-09-18 Thread punkhorn
GitHub user punkhorn opened a pull request:

https://github.com/apache/camel/pull/2524

[CAMEL-12605] Refactored encryption algorithms and added tests for al…

…l supported algorithms.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/punkhorn/camel-upstream master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/camel/pull/2524.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2524


commit 2d1ec468da5198c820b17fb691461f7524c8a5de
Author: William Collins 
Date:   2018-09-19T02:01:28Z

[CAMEL-12605] Refactored encryption algorithms and added tests for all 
supported algorithms.




---


[GitHub] camel pull request #2500: [CAMEL-12605] Added test for enveloped request.

2018-08-29 Thread punkhorn
GitHub user punkhorn opened a pull request:

https://github.com/apache/camel/pull/2500

[CAMEL-12605] Added test for enveloped request.



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/punkhorn/camel-upstream master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/camel/pull/2500.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2500


commit 44b5d9347d8feec2070d0b2260771a725546729e
Author: William Collins 
Date:   2018-08-29T15:23:32Z

[CAMEL-12605] Added test for enveloped request.




---


[GitHub] camel pull request #2495: [CAMEL-12605] Integrated encryption logic into com...

2018-08-28 Thread punkhorn
GitHub user punkhorn opened a pull request:

https://github.com/apache/camel/pull/2495

[CAMEL-12605] Integrated encryption logic into component.



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/punkhorn/camel-upstream master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/camel/pull/2495.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2495


commit 5e55c4137bce2b109c544ce1182f915cf074adee
Author: William Collins 
Date:   2018-08-28T15:59:25Z

[CAMEL-12605] Integrated encryption logic into component.




---


[GitHub] camel pull request #2493: CAMEL-12605] Added encrypt/decrypt logic for envel...

2018-08-23 Thread punkhorn
GitHub user punkhorn opened a pull request:

https://github.com/apache/camel/pull/2493

CAMEL-12605] Added encrypt/decrypt logic for enveloped entities



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/punkhorn/camel-upstream master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/camel/pull/2493.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2493


commit 105e7dcb8a5bfa08edf4a900f94c19880ca4cecf
Author: William Collins 
Date:   2018-08-23T15:43:24Z

CAMEL-12605] Added encrypt/decrypt logic for enveloped entities




---


[GitHub] camel pull request #2489: [CAMEL-12605] First cut at mime envelope entity

2018-08-20 Thread punkhorn
GitHub user punkhorn opened a pull request:

https://github.com/apache/camel/pull/2489

[CAMEL-12605] First cut at mime envelope entity



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/punkhorn/camel-upstream master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/camel/pull/2489.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2489


commit 86ca4bcc9f33d4a2533306fc820670c2cf5bc945
Author: William Collins 
Date:   2018-08-20T18:41:28Z

[CAMEL-12605] First cut at mime envelope entity




---


[GitHub] camel pull request #2485: [CAMEL-12706] added documentation for new options.

2018-08-20 Thread punkhorn
GitHub user punkhorn opened a pull request:

https://github.com/apache/camel/pull/2485

[CAMEL-12706] added documentation for new options.



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/punkhorn/camel-upstream master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/camel/pull/2485.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2485


commit 307286fc43e2fd5551500fc9c9c92ba50c7c5c3d
Author: William Collins 
Date:   2018-08-20T14:20:15Z

[CAMEL-12706] added documentation for new options.




---


[GitHub] camel pull request #2482: [CAMEL-12605] Refactored name and package of AS2 u...

2018-08-17 Thread punkhorn
GitHub user punkhorn opened a pull request:

https://github.com/apache/camel/pull/2482

[CAMEL-12605] Refactored name and package of AS2 utilities



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/punkhorn/camel-upstream master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/camel/pull/2482.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2482


commit 63cdc75ac21e0e232f2522816dd47fe9d1090982
Author: William Collins 
Date:   2018-08-17T15:47:15Z

[CAMEL-12605] Refactored name and package of AS2 utilities




---


[GitHub] camel pull request #2481: [CAMEL-12605] Refactored name and package of AS2 u...

2018-08-17 Thread punkhorn
GitHub user punkhorn opened a pull request:

https://github.com/apache/camel/pull/2481

[CAMEL-12605] Refactored name and package of AS2 utilities



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/punkhorn/camel-upstream master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/camel/pull/2481.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2481


commit 644c3b79529e7350a243cae154075fdeb1c3778a
Author: William Collins 
Date:   2018-08-17T14:37:17Z

[CAMEL-12605] Refactored name and package of AS2 utilities




---


[GitHub] camel pull request #2404: [CAMEL-11257] Updated documentation fixed processi...

2018-07-02 Thread punkhorn
GitHub user punkhorn opened a pull request:

https://github.com/apache/camel/pull/2404

[CAMEL-11257] Updated documentation fixed processing of asynchronous MDN



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/punkhorn/camel-upstream master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/camel/pull/2404.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2404


commit 913664c5497f07f0c2946298ce955c3ef23c28e4
Author: William Collins 
Date:   2018-07-02T18:24:57Z

[CAMEL-11257] Updated documentation fixed processing of asynchronous MDN




---


[GitHub] camel pull request #2364: [CAMEL-11257] Updated api for sending asynchronous...

2018-06-07 Thread punkhorn
Github user punkhorn closed the pull request at:

https://github.com/apache/camel/pull/2364


---


[GitHub] camel pull request #2364: [CAMEL-11257] Updated api for sending asynchronous...

2018-06-06 Thread punkhorn
GitHub user punkhorn opened a pull request:

https://github.com/apache/camel/pull/2364

[CAMEL-11257] Updated api for sending asynchronous MDNs



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/punkhorn/camel-upstream master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/camel/pull/2364.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2364


commit 15b74320d77575b7cc26a14f9b4a7a2a833e3f8f
Author: William Collins 
Date:   2018-06-06T16:57:24Z

[CAMEL-11257] Updated api for sending asynchronous MDNs




---


[GitHub] camel pull request #2363: [CAMEL-11257] Added test for Asynchronous MDN cont...

2018-06-05 Thread punkhorn
GitHub user punkhorn opened a pull request:

https://github.com/apache/camel/pull/2363

[CAMEL-11257] Added test for Asynchronous MDN contruction



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/punkhorn/camel-upstream master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/camel/pull/2363.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2363


commit f1f07003324efd62fef636e90519b271cba3c955
Author: William Collins 
Date:   2018-06-05T15:12:39Z

[CAMEL-11257] Added test for Asynchronous MDN contruction




---


[GitHub] camel pull request #2360: [CAMEL-11257] Fixed content type header constructi...

2018-06-04 Thread punkhorn
GitHub user punkhorn opened a pull request:

https://github.com/apache/camel/pull/2360

[CAMEL-11257] Fixed content type header construction for disposition …

…notification

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/punkhorn/camel-upstream master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/camel/pull/2360.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2360


commit 151b71f692f05cba20c46fea4b21c9517b516439
Author: William Collins 
Date:   2018-06-04T14:40:40Z

[CAMEL-11257] Fixed content type header construction for disposition 
notification




---


[GitHub] camel pull request #2348: [CAMEL-11257] Fixed serialization issue with non-M...

2018-05-18 Thread punkhorn
GitHub user punkhorn opened a pull request:

https://github.com/apache/camel/pull/2348

[CAMEL-11257] Fixed serialization issue with non-MIME messages



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/punkhorn/camel-upstream master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/camel/pull/2348.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2348


commit 68325433005b5ac0d31381383fe44b4f23e4394e
Author: William Collins <punkhornsw@...>
Date:   2018-05-18T19:30:39Z

[CAMEL-11257] Fixed serialization issue with non-MIME messages




---


[GitHub] camel pull request #2340: [CAMEL-11257] Enhance unit tests and fixed Javadoc

2018-05-14 Thread punkhorn
GitHub user punkhorn opened a pull request:

https://github.com/apache/camel/pull/2340

[CAMEL-11257] Enhance unit tests and fixed Javadoc



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/punkhorn/camel-upstream master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/camel/pull/2340.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2340


commit b8dc688d532204b1bbece7ff43e061ce5473c7bf
Author: William Collins <punkhornsw@...>
Date:   2018-05-14T19:15:21Z

[CAMEL-11257] Enhance unit tests and fixed Javadoc




---


[GitHub] camel pull request #2336: [CAMEL-11257] Fixed deserialization of transfer en...

2018-05-11 Thread punkhorn
GitHub user punkhorn opened a pull request:

https://github.com/apache/camel/pull/2336

[CAMEL-11257] Fixed deserialization of transfer encoded MIME entities



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/punkhorn/camel-upstream master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/camel/pull/2336.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2336


commit 822ed63890fbca33bb4ab95217cc377c7dc90d18
Author: William Collins <punkhornsw@...>
Date:   2018-05-11T16:00:49Z

[CAMEL-11257] Fixed deserialization of transfer encoded MIME entities




---


[GitHub] camel pull request #2324: [CAMEL-11257] Fixed build issue.

2018-05-07 Thread punkhorn
GitHub user punkhorn opened a pull request:

https://github.com/apache/camel/pull/2324

[CAMEL-11257] Fixed build issue.



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/punkhorn/camel-upstream master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/camel/pull/2324.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2324


commit a03fcde34bf8363e01ee849e3e9d9a3a0b360ea4
Author: William Collins <punkhornsw@...>
Date:   2018-05-07T15:14:13Z

[CAMEL-11257] Fixed build issue.




---


[GitHub] camel pull request #2310: [CAMEL-11257] Fixed multipart parsing logic and up...

2018-04-30 Thread punkhorn
GitHub user punkhorn opened a pull request:

https://github.com/apache/camel/pull/2310

[CAMEL-11257] Fixed multipart parsing logic and updated tests



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/punkhorn/camel-upstream master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/camel/pull/2310.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2310






---


[GitHub] camel pull request #2300: First Phase of AS2 Camel Component

2018-04-17 Thread punkhorn
GitHub user punkhorn opened a pull request:

https://github.com/apache/camel/pull/2300

First Phase of AS2 Camel Component

This development phase of the AS2 Component provides support for signed and 
unsigned transport of EDI message and synchronous signed and unsigned Message 
Disposition Notification (MDN) reports.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/punkhorn/camel-upstream master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/camel/pull/2300.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2300


commit ffaf0913428f0b94b16d953b38372976cdea516f
Author: William Collins <punkhornsw@...>
Date:   2017-05-10T15:23:51Z

[CAMEL-11257] Initial commit AS2 Component

commit 5e2bc00dfb1f5e1fe53973527c61f003da6436d7
Author: William Collins <punkhornsw@...>
Date:   2017-05-13T14:11:28Z

[CAMEL-11257] Refactored connection logic into 
AS2 client and server connection objects

commit 925970df9820c643dffaf185e5302472c227ceea
Author: William Collins <punkhornsw@...>
Date:   2017-07-24T14:26:10Z

Updated Camel version for AS2 Component

commit 3267738c0171513467b2c0eb94ae2956d3c7ae91
Author: William Collins <punkhornsw@...>
Date:   2017-05-16T17:01:36Z

[CAMEL-11257] Updated Integration Tests

commit 731f09b6faa9dfc5273c1fd8515fa79cb708545f
Author: William Collins <punkhornsw@...>
Date:   2017-07-25T19:03:39Z

[ENTESB-6202] Refactored client and server connection
code and added api unit test.

commit 03347b64a272a8588506212bc94653156ad4d1bb
Author: William Collins <punkhornsw@...>
Date:   2018-01-05T16:33:34Z

[CAMEL-11257] Added unit test

commit 03a2efb970813adf92e7757ad80730ab8c42eef0
Author: William Collins <punkhornsw@...>
Date:   2018-04-16T14:50:09Z

[CAMEL-11257] Updated api layer to receive parameters via HTTP context.

commit bbf32945758facec2762b38c71fe40829bd60f75
Author: William Collins <punkhornsw@...>
Date:   2018-01-15T20:50:03Z

[CAMEL-11257] Updated AS2MessageTest

commit ce026e8337b2165fa5fd60ca7b28e9c9b97ae369
Author: William Collins <punkhornsw@...>
Date:   2018-04-16T14:54:28Z

[CAMEL-11257] Updated unit tests

commit ca4ee06b5209681c5e42ad5d6993322c1e5a30fd
Author: William Collins <punkhornsw@...>
Date:   2018-01-31T20:55:59Z

[CAMEL-11257] Updated Client Send Test, refactored Application EDI Entity 
parsing and added partial implementation of Multipart Signed Entity parsing.

commit a26a055874823e5d72ef5a47bc9d06f84895d050
Author: William Collins <punkhornsw@...>
Date:   2018-02-07T21:20:07Z

[CAMEL-11257] Partial implementation of signature validation

commit 39bc10dccd7104c2fda96577cf2537b226c02f12
Author: William Collins <punkhornsw@...>
Date:   2018-02-08T21:38:50Z

[CAMEL-11257] Fixes and testing of signature validation

commit fecf9b600a41af1eee35dd0d522dc90044e5384e
Author: William Collins <punkhornsw@...>
Date:   2018-02-09T17:04:14Z

[CAMEL-11257] Fixes for signature validation

commit ec9481b0dd244465a20576bd8ff19af66e6d0e17
Author: William Collins <punkhornsw@...>
Date:   2018-02-12T19:48:15Z

[CAMEL-11257] Refactored Entity parsing logic

commit e1f5acdb63ce1a11e76a4c5b1baa1eba9e12cd90
Author: William Collins <punkhornsw@...>
Date:   2018-04-16T15:24:55Z

[CAMEL-11257] Updated tests and configuration.

commit 5d9d5137eaae3c8dc3a1e7bf132243f3e0b568d1
Author: William Collins <punkhornsw@...>
Date:   2018-02-16T20:57:05Z

[CAMEL-11257] Updated component tests

commit d04d33eb3ab8e71a707dfd4f44abf478389d3ba5
Author: William Collins <punkhornsw@...>
Date:   2018-02-19T20:48:27Z

[CAMEL-11257] Refactored ConnectionHelper and updated Server Manager 
Integration test.

commit d65f71034a2110112d73f997a2cf2d05cce55240
Author: William Collins <punkhornsw@...>
Date:   2018-02-20T17:13:23Z

[CAMEL-11257] Updated Server Manager integration tests.

commit 9b74d872efae01071d23cbf2b0c1bb7a7e079ed4
Author: William Collins <punkhornsw@...>
Date:   2018-02-21T19:38:43Z

[CAMEL-11257] Added MDN request protocol support

commit 6d5749ebbcb4f9be4bfb853e1b8fd2afdcb4ffb3
Author: William Collins <punkhornsw@...>
Date:   2018-02-22T21:58:14Z

[CAMEL-11257] Initial work on MDN entities

commit e075f038281b3bef76c068b0cf8fd25a570f7927
Author: William Collins <punkhornsw@...>
Date:   2018-02-23T21:04:13Z

[CAMEL-11257] Continuing work on MDN entities

commit f6a4c679a335940e7f0cb3ef0e7045969e3dd4b0
Author: William Collins <punkhornsw@...>
Date:   2018-02-27T21:53:22Z

[CAMEL-11257] Continuing work on MDN entities

commit 9ce6ce55f97602ace80933c7e06deb3adc1496a2
Author: William Collins <punkhornsw@...>
Date:   2018-02-28T22:57:36Z

[CAMEL-11257]

[GitHub] camel pull request #1505: CAMEL-9047: Replace deprecated boxjavalibv2 with b...

2017-03-03 Thread punkhorn
GitHub user punkhorn opened a pull request:

https://github.com/apache/camel/pull/1505

CAMEL-9047: Replace deprecated boxjavalibv2 with box-java-sdk



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/punkhorn/camel-upstream master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/camel/pull/1505.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1505


commit 1b82a0d3b07f47d786660dc81186c7927dacbd86
Author: William Collins <punkhor...@gmail.com>
Date:   2017-03-03T17:30:29Z

CAMEL-9047: Replace deprecated boxjavalibv2 with box-java-sdk




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---