- 19 Aug, 2010 5 commits
-
-
Christophe Demarey authored
-
Christophe Demarey authored
-
Christophe Demarey authored
Remove frascati.version property beacause it breaks maven-release-plugin and it is not useful. It's better to use project.version instead.
-
Christophe Demarey authored
-
Christophe Demarey authored
-
- 18 Aug, 2010 5 commits
-
-
Philippe Merle authored
-
Philippe Merle authored
-
Philippe Merle authored
* Replaced USTL by University of Lille 1. * Added University of Lille 1 when missed. * Updated to 2010 as copyright date. Cosmetic updates.
-
Philippe Merle authored
-
Philippe Merle authored
* Cosmetic updates.
-
- 17 Aug, 2010 5 commits
-
-
Philippe Merle authored
* Documented new profiles 'explorer-fscript', 'fscript-console', 'fscript-console-explorer', and 'explorer-jdk6'. * Cosmetic updates and typos. * Replaced USTL by University of Lille 1
-
Philippe Merle authored
-
Philippe Merle authored
-
Philippe Merle authored
* Factorized Java system properties used with exec-maven-plugin.
-
Christophe Demarey authored
-
- 16 Aug, 2010 1 commit
-
-
Christophe Demarey authored
-
- 14 Aug, 2010 1 commit
-
-
Philippe Merle authored
-
- 13 Aug, 2010 4 commits
-
-
Philippe Merle authored
Excluded artifacts cxf-rt-transports-http-jetty and servlet-api as they are not needed when deploying on a Web Application server.
-
Philippe Merle authored
-
Philippe Merle authored
Excluded artifacts cxf-rt-transports-http-jetty and servlet-api as they are not needed when deploying on a Web Application server.
-
Philippe Merle authored
storeJavaInterface() must be called even when a ClassNotFoundException is thrown. * Added a test case for examples/examples-native/helloworld-binding-native
-
- 12 Aug, 2010 1 commit
-
-
Philippe Merle authored
-
- 11 Aug, 2010 5 commits
-
-
Philippe Merle authored
-
Philippe Merle authored
-
Philippe Merle authored
-
Philippe Merle authored
-
Philippe Merle authored
* Cosmetic updates.
-
- 10 Aug, 2010 2 commits
-
-
Romain Rouvoy authored
-
Romain Rouvoy authored
-
- 09 Aug, 2010 1 commit
-
-
Philippe Merle authored
- Added 'final' to all not overridden methods. - Moved from 'protected' to 'private' fields. - Removed 'public' to interface methods. - Removed 'public static final' to interface fields. - Removed unused import statements. - Added @SuppressWarnings("serial"). - Added missed brackets for if/else statements. - Added getter methods into Twitter JAXB-based classes. * Replaced 'USTL' by 'University of Lille 1'. * Updated copyright date to 2010. * Cosmetic updates.
-
- 04 Aug, 2010 3 commits
-
-
Philippe Merle authored
Previously, interfaces of @Service xor all implemented interfaces were reified. Now, interfaces of @Service and only implemented interfaces annotated with @Service are reified. The issue appeared when running code coverage with Sonar.
-
Philippe Merle authored
-
Philippe Merle authored
* Declared 'Map' instead of 'HashMap' fields. * Switched from 'protected' to 'private' fields and added needed getter methods. * Added a 'final' modifier to methods not overridden. * Removed string constant duplications. * Removed local variable declarations when they are immediately returned. * Avoided to catch Throwable. * Declared a protected constructor for utility classes. * Removed unnecessary 'public' modifier for interface methods. * Added 'final' modifier to all constants. * Avoided to throw Error instances. * Added brackets for if, if/else, while statements.
-
- 02 Aug, 2010 1 commit
-
-
Philippe Merle authored
Added logging.properties into directory examples/ to be sure that this is always the same logging.properties file used in both the global build and the standalone distribution.
-
- 01 Aug, 2010 1 commit
-
-
Philippe Merle authored
-
- 23 Jul, 2010 3 commits
-
-
Philippe Merle authored
-
Philippe Merle authored
* Add dependency to Xerces to the configuration of the FraSCAti compiler Maven plugin.
-
Philippe Merle authored
-
- 22 Jul, 2010 2 commits
-
-
Christophe Demarey authored
Adapt the reconfig example to the new architecture of FScript. Now use an SCA component implemented by an fscript file.
-
Christophe Demarey authored
Specify the fscript factory to use to avoid random success/failures with some examples using FraSCAti Script.
-