2.3.3
innokenty
released this
16 Sep 16:21
·
202 commits
to master
since this release
- Refactored spring contexts to simplify overriding some beans if needed. Now all classpath files called
camelot-extensions.xml
will be added to the application context, overriding anything that is used by default. - Default properties file renamed to
camelot-default.properties
to avoid conflicts withcamelot.properties
provided by the user. The latter is loaded after the default to ensure properties overriding. - camelot-core.jar file is now runnable. When invoked via
java -jar
command it will search forcamelot.xml
across the whole classpath and launch a camelot instance with the specified plugins. No front-end will be initialized. - camelot-front module is added. When camelot-front.war is launched in a servlet container it will instantiate a web-front camelot engine, but skip the messages processing module.