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

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


    from 0cd370ea5ee --- (#14210)
     new 7a3099b8552 (chores) camel-test-junit5: split context creation logic
     new 5398b903fb8 (chores) camel-test-junit5: duplicated code cleanup
     new f10cab0ab6f (chores) camel-test-junit5: duplicated code cleanup
     new f0d174649ad CAMEL-20785: cleanup setting up a breakpoint debugger

The 4 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:
 .../apache/camel/test/junit5/CamelTestSupport.java | 81 ++++++++--------------
 .../apache/camel/test/junit5/DebugBreakpoint.java  | 67 ++++++++++++++++++
 .../test/junit5/util/CamelContextTestHelper.java   | 59 ++++++++++++++++
 .../test/junit5/patterns/DebugJUnit5Test.java      | 16 ++---
 .../patterns/DebugNoLazyTypeConverterTest.java     | 14 +---
 .../camel/test/junit5/patterns/DebugTest.java      | 14 +---
 .../test/junit5/patterns/TestDebugBreakpoint.java} | 40 ++++++-----
 .../camel/test/patterns/DebugSpringTest.java       | 27 +++++---
 8 files changed, 203 insertions(+), 115 deletions(-)
 create mode 100644 
components/camel-test/camel-test-junit5/src/main/java/org/apache/camel/test/junit5/DebugBreakpoint.java
 create mode 100644 
components/camel-test/camel-test-junit5/src/main/java/org/apache/camel/test/junit5/util/CamelContextTestHelper.java
 copy 
components/camel-test/{camel-test-main-junit5/src/main/java/org/apache/camel/test/main/junit5/DebuggerCallback.java
 => 
camel-test-junit5/src/test/java/org/apache/camel/test/junit5/patterns/TestDebugBreakpoint.java}
 (58%)

Reply via email to