This is an automated email from the git hooks/post-receive script. New change to branch develop in repository observe. See http://git.codelutin.com/observe.git from b6e205a Allez! tout sur develop! Merge branch 'feature/7463' into develop new ea3b474 Corrige le build (scopes et noms des modules changés) new 1391c81 Debut de travail sur la partie serveur new 2ec3a0b Ajout Service pour gérer une data source The 3 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 2ec3a0b9194fb1890cda1fb278de9ba1689b6c0b Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Aug 21 10:51:11 2015 +0200 Ajout Service pour gérer une data source commit 1391c8136e6c7267f2451ac77b346f1ed29c3ef8 Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Aug 21 10:50:28 2015 +0200 Debut de travail sur la partie serveur commit ea3b47410e0171d09a220467689df7f7df6dce51 Author: Brendan Le Ny <bleny@codelutin.com> Date: Fri Aug 21 10:50:06 2015 +0200 Corrige le build (scopes et noms des modules changés) Summary of changes: .../application/web/ObserveServiceInjector.java | 55 ++++++++++++++++ .../web/ObserveWebApplicationContext.java | 12 +++- .../web/ObserveWebApplicationListener.java | 24 +++---- .../application/web/ObserveWebMotionFilter.java | 33 +++------- .../application/web/ObserveWebMotionRender.java | 5 +- .../application/web/ObserveWebRequestContext.java | 77 ++++++++++++++++++++++ .../{ => v1}/ReferentialServiceController.java | 3 +- observe-application-web/src/main/resources/mapping | 7 +- .../services/service/DataSourceService.java | 24 +++++++ .../services/dto/gson/ObserveDtoGsonSupplier.java | 53 ++++++++------- observe-services-runner/pom.xml | 8 +-- 11 files changed, 232 insertions(+), 69 deletions(-) create mode 100644 observe-application-web/src/main/java/fr/ird/observe/application/web/ObserveServiceInjector.java create mode 100644 observe-application-web/src/main/java/fr/ird/observe/application/web/ObserveWebRequestContext.java rename observe-application-web/src/main/java/fr/ird/observe/application/web/controller/{ => v1}/ReferentialServiceController.java (94%) create mode 100644 observe-services-api/src/main/java/fr/ird/observe/services/service/DataSourceService.java -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@list.forge.codelutin.com>.