Projet

Général

Profil

« Précédent | Suivant » 

Révision 8fd1d584

Ajouté par Remy Menard il y a plus de 11 ans

Version 2.0

  • All:
    - upgrades Apache CXF to 2.7.5
    - upgrades Apache ActiveMQ to 5.8.0
    - license LGPL-3 for client libraries
    - a few bugs fixed!
  • new DS and DSeTa applications:
    - use Apache CXF
    - use JMS to store events to publish
  • LaMBDa:
    - uses GaMMa for event mapping with OpenLayers
    - "trace" and "DS" services are fully functionnal
  • DiscoveryPHI:
    - uses YPSilon
    - access to the web interface of policy management is made by
    certificate
  • EpcisPHI:
    - adds the MasterData to the web interface of policy management
  • ETa:
    - retrieves the owner of MasterData in the attributes if missing from
    the extensions
  • EPCIS:
    - removes calls to old CXF classes to avoid compatibility problems
  • Installer:
    - installs and configures the new DS and DSeTa
    - adds GaMMa to LaMBDa
    - upgrades Apache Tomcat to 7.0.41 and mysql-connector to 5.1.25

Voir les différences:

DSeTa/DSeTa/pom.xml
<modelVersion>4.0.0</modelVersion>
<groupId>fr.unicaen.iota</groupId>
<artifactId>dseta-server</artifactId>
<version>1.99</version>
<artifactId>dseta</artifactId>
<version>2.0</version>
<packaging>war</packaging>
<name>DSeTa Server</name>
<name>DSeTa</name>
<properties>
<lib-spring-version>2.5.6.SEC03</lib-spring-version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<axis2-version>1.5.6</axis2-version>
</properties>
<dependencies>
......
<dependency>
<groupId>fr.unicaen.iota</groupId>
<artifactId>discovery-client</artifactId>
<artifactId>ds-commons</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>fr.unicaen.iota</groupId>
<artifactId>ds-xi-client</artifactId>
<version>${project.version}</version>
</dependency>
......
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>fr.unicaen.iota</groupId>
<artifactId>mu</artifactId>
<version>${project.version}</version>
</dependency>
<!-- Spring dependencies -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>${lib-spring-version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>${lib-spring-version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-orm</artifactId>
<version>${lib-spring-version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
<version>${lib-spring-version}</version>
</dependency>
<!-- Other dependencies -->
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.0.1</version>
<scope>provided</scope>
</dependency>
<!-- Log dependencies -->
<dependency>
<groupId>commons-logging</groupId>
......
<version>1.2.16</version>
</dependency>
<!-- Log for ActiveMQ -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.6.6</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>

Formats disponibles : Unified diff