Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Tip

OpenHub framework depends on several Camel components and if you want to use another Camel component with same Camel's version then you can do it:

  1. import dependencies from OpenHub framework

    Code Block
    <dependency>
     <groupId>org.openhubframework</groupId>
     <artifactId>openhub</artifactId>
     <version>${openhub-version}</version>
     <scope>import</scope>
     <type>pom</type>
    </dependency>


  2. use specific component which you want

    Code Block
    <dependency>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-crypto</artifactId>
    </dependency>

 



Spring contexts

OpenHub framework uses and is configured by Spring framework.

...

  • root application context; Apache Camel, database and security (Spring security) is initialized in this context
  • spring-ws: Spring Web Services context
  • spring-admin-mvc: Spring Web MVC context

Image Removed


 Spring contexts dependenciesImage Added

Spring configurationImage Modified

Spring profiles

...

Spring configuration for tests

Image Modified

Maven profiles

...