[GitHub] camel pull request #1322: CAMEL-10490: Implemented consumeLockEntity and loc...

2016-11-30 Thread bgaudaen
GitHub user bgaudaen opened a pull request:

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

CAMEL-10490: Implemented consumeLockEntity and lockModeType options on 
JpaPollingConsumer



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

$ git pull https://github.com/bgaudaen/camel master

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

https://github.com/apache/camel/pull/1322.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 #1322


commit a972befaa7b27c6af49e40e0e5147939c66a189e
Author: Bob Gaudaen 
Date:   2016-11-18T16:01:12Z

CAMEL-10490 Wrote unit test to illustrate concurrency problem

commit dcdb619e60383105fdafc71fb94aed86c686f588
Author: Bob Gaudaen 
Date:   2016-11-18T16:04:08Z

CAMEL-10490 Added LockModeType in JpaPollingConsumer.

Still doesn't pass the test with the derby jdbc driver, but passes with 
MySQL...

commit 9a5f83f9a8a0d47038aeb16fa09c8db67c1ec6b0
Author: Bob Gaudaen 
Date:   2016-11-28T10:11:00Z

CAMEL-10490 Some code cleanup

commit 6795c114ac825f020b85d2a6929ddf5f200c78d5
Author: Bob Gaudaen 
Date:   2016-11-30T12:39:21Z

CAMEL-10490 Changed to optimistic lock mode type and added test for 
concurrent access without lock

commit f7586ffb04d4d8373856f899b3ed4b8095ad7ed9
Author: Bob Gaudaen 
Date:   2016-11-30T13:17:21Z

CAMEL-10490 CheckStyle warnings




---
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.
---


[GitHub] camel pull request #1124: CAMEL-10245 JPA detached entity fix

2016-08-16 Thread bgaudaen
Github user bgaudaen closed the pull request at:

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


---
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.
---


[GitHub] camel pull request #1124: CAMEL-10245 JPA detached entity fix

2016-08-15 Thread bgaudaen
GitHub user bgaudaen opened a pull request:

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

CAMEL-10245 JPA detached entity fix

Fixed JpaProducer when removing an entity that is not attached to current 
persistence context

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

$ git pull https://github.com/bgaudaen/camel jpa-detached-entity-fix

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

https://github.com/apache/camel/pull/1124.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 #1124


commit 10d5186f5e8a56371bad98307623f85c42273d35
Author: Bob Gaudaen 
Date:   2016-08-15T14:25:04Z

CAMEL-10245 Updated JpaProducerRemoveTest to remove previously persisted 
entity instead of new entity

commit f8e5bba6faa0b644867752564a28e5bf8f5f4c81
Author: Bob Gaudaen 
Date:   2016-08-15T14:31:30Z

CAMEL-10245 Fixed JpaProducer remove feature

Check if entity is managed in current persistence context and merge if 
needed before removing.




---
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.
---


[GitHub] camel pull request: CAMEL-9892 Wrapped completionPredicate

2016-04-22 Thread bgaudaen
Github user bgaudaen closed the pull request at:

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


---
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.
---


[GitHub] camel pull request: CAMEL-9892 Wrapped completionPredicate

2016-04-20 Thread bgaudaen
GitHub user bgaudaen opened a pull request:

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

CAMEL-9892 Wrapped completionPredicate

And renamed camel endpoints for readability

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

$ git pull https://github.com/bgaudaen/camel master

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

https://github.com/apache/camel/pull/951.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 #951


commit eeffd20c775369e9f6ea3f07220260ebdf5945c1
Author: Bob Gaudaen 
Date:   2016-04-19T11:40:46Z

CAMEL-9881 Fixed completionPredicate method definition for scala DSL and 
added a simple unit test

commit eb15068f47ed790f78c61307818c9aaa3c8d153f
Author: Bob Gaudaen 
Date:   2016-04-20T11:59:36Z

Merge remote-tracking branch 'upstream/master'

commit bf538f98034dfaf30282bfa1d00c8f3a28e0febb
Author: Bob Gaudaen 
Date:   2016-04-20T14:24:21Z

CAMEL-9892 Renamed endpoints for readability

commit 99e3110aff021802bbd4a43763a95a6328e39505
Author: Bob Gaudaen 
Date:   2016-04-20T14:27:33Z

CAMEL-9892 wrapped completionPredicate and added Unit Test




---
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.
---


[GitHub] camel pull request: CAMEL-9881 Fixed completionPredicate method de...

2016-04-20 Thread bgaudaen
Github user bgaudaen closed the pull request at:

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


---
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.
---


[GitHub] camel pull request: CAMEL-9881 Fixed completionPredicate method de...

2016-04-19 Thread bgaudaen
GitHub user bgaudaen opened a pull request:

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

CAMEL-9881 Fixed completionPredicate method definition

Fixed completionPredicate method definition
Added a simple unit test

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

$ git pull https://github.com/bgaudaen/camel master

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

https://github.com/apache/camel/pull/950.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 #950


commit eeffd20c775369e9f6ea3f07220260ebdf5945c1
Author: Bob Gaudaen 
Date:   2016-04-19T11:40:46Z

CAMEL-9881 Fixed completionPredicate method definition for scala DSL and 
added a simple unit test




---
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.
---