This is an automated email from the git hooks/post-receive script. New change to branch feature/7494 in repository observe. See http://git.codelutin.com/observe.git from b65d39b Mise en place du boot de l'application web (configuration, mapping, ...) (See 7494) new ea81a8f Suppresion des injectors, mise en place des controlleurs The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit ea81a8f26ca2bf01cf7a49f4bb9caf65774e1dae Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun Aug 30 10:17:12 2015 +0200 Suppresion des injectors, mise en place des controlleurs Summary of changes: .../application/web/ObserveServiceInjector.java | 55 ---------------------- .../web/ObserveWebApplicationContext.java | 38 ++++++++++----- .../web/ObserveWebApplicationContextInjector.java | 53 --------------------- .../web/ObserveWebApplicationListener.java | 3 -- .../application/web/ObserveWebMotionFilter.java | 4 +- .../application/web/ObserveWebRequestContext.java | 28 ++++------- .../web/controller/ObserveWebMotionController.java | 18 ++++++- .../web/controller/v1/DocController.java | 9 ++-- .../v1/ReferentialServiceController.java | 10 +++- observe-application-web/src/main/resources/mapping | 8 ++-- .../services/ObserveServiceApplicationContext.java | 17 +++++-- 11 files changed, 81 insertions(+), 162 deletions(-) delete mode 100644 observe-application-web/src/main/java/fr/ird/observe/application/web/ObserveServiceInjector.java delete mode 100644 observe-application-web/src/main/java/fr/ird/observe/application/web/ObserveWebApplicationContextInjector.java -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@list.forge.codelutin.com>.