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

davsclaus pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 92ef961  CAMEL-7444: MDC logging now supports setting a pattern to 
allow to propagte custom keys that matches the pattern.
     new 6a34f29  CAMEL-7550: Polished
     new f1d33ff  CAMEL-7550: camel-jpa producer now has findEntity option to 
find a single entity using enity manager find which should be faster and more 
optimized via jpa.
     new 19f4a11  Regen

The 3 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:
 .../camel-jpa/src/main/docs/jpa-component.adoc     |  3 +-
 .../apache/camel/component/jpa/JpaEndpoint.java    | 16 ++++++-
 .../apache/camel/component/jpa/JpaProducer.java    | 41 ++++++++++++++++-
 .../apache/camel/component/jpa/QueryFactory.java   |  3 +-
 ...endTest.java => JpaProducerFindEntityTest.java} | 52 ++++++++++++++--------
 .../endpoint/dsl/JpaEndpointBuilderFactory.java    | 26 +++++++++++
 .../modules/ROOT/pages/jpa-component.adoc          |  3 +-
 .../components/modules/ROOT/pages/spring-boot.adoc |  3 +-
 .../modules/ROOT/pages/test-blueprint.adoc         |  3 +-
 .../modules/ROOT/pages/aggregate-eip.adoc          | 11 +++--
 .../modules/ROOT/pages/serviceCall-eip.adoc        |  2 +-
 11 files changed, 132 insertions(+), 31 deletions(-)
 copy 
components/camel-jpa/src/test/java/org/apache/camel/processor/jpa/{JpaFlushOnSendTest.java
 => JpaProducerFindEntityTest.java} (57%)

Reply via email to