You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by al...@apache.org on 2021/02/24 07:58:36 UTC

[camel-quarkus] branch master updated (e39b836 -> 0c66505)

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

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


    from e39b836  Updated CHANGELOG.md
     add 0c66505  bindy: fixed reflective classes registration, fixes #2268

No new revisions were added by this update.

Summary of changes:
 .../component/bindy/deployment/BindyProcessor.java |  89 +++++++++++++-
 integration-tests/bindy/pom.xml                    |   7 +-
 .../quarkus/component/bindy/it/BindyResource.java  | 128 ++++++++++++++-------
 .../quarkus/component/bindy/it/BindyTestRoute.java |  12 +-
 .../component/bindy/it/model/FixedLengthOrder.java |   2 +-
 .../model/NameWithLengthSuffixFormatFactory.java   |   2 -
 .../component/bindy/it/model/TestConverter.java    |   2 -
 .../quarkus/component/bindy/it/CsvRecordTest.java  |  30 +----
 .../component/bindy/it/FixedLengthRecordTest.java  |  29 +----
 .../component/bindy/it/MessageRecordIT.java        |   2 +-
 .../component/bindy/it/MessageRecordTest.java      |  76 ------------
 .../quarkus/component/bindy/it/MessageTest.java    |  15 +--
 12 files changed, 197 insertions(+), 197 deletions(-)
 delete mode 100644 integration-tests/bindy/src/test/java/org/apache/camel/quarkus/component/bindy/it/MessageRecordTest.java
 copy extensions-jvm/asterisk/integration-test/src/test/java/org/apache/camel/quarkus/component/asterisk/it/AsteriskTest.java => integration-tests/bindy/src/test/java/org/apache/camel/quarkus/component/bindy/it/MessageTest.java (72%)