java-tutorials/messaging-modules/spring-apache-camel
Harry9656 6b0c4b9a80
JAVA-26760: Updated and standardized the junit-jupiter-engine library (#16357)
* JAVA-26760: Updated and standardized the junit-jupiter-engine library

* JAVA-26760: Updated and standardized the mockito-junit-jupiter library

* fix mockito-junit-jupiter properties

* fix maven-custom-plugin/usage-example properties

* Fix quarkus-funqy

* JAVA-26760: Fix NamespacedHierarchicalStore error in junit
2024-04-23 18:45:06 +02:00
..
src JAVA-22210 Upgrade dependencies versions for spring-apache-camel module (#14359) 2023-07-10 11:56:36 +03:00
.gitignore JAVA-2420 Merge spring-apache-camel and spring-boot-camel modules (#13409) 2023-02-20 23:36:57 +05:30
README.md JAVA-27682: Fix messaging-modules for JDK 17 (#15454) 2024-01-13 16:29:54 +02:00
pom.xml JAVA-26760: Updated and standardized the junit-jupiter-engine library (#16357) 2024-04-23 18:45:06 +02:00

README.md

Spring Apache Camel

This module contains articles about Spring with Apache Camel

Relevant Articles

Framework Versions:

  • Spring 5.3.25
  • Apache Camel 3.22.0

Build and Run Application

To build this application execute:

mvn clean install

To run this application you can either run our main class App from your IDE or you can execute following maven command:

mvn exec:java -Dexec.mainClass="com.baeldung.camel.main.App"