You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sirona.apache.org by ol...@apache.org on 2014/03/18 07:35:34 UTC

svn commit: r1578755 - in /incubator/sirona/trunk: pom.xml server/reporting/src/main/java/org/apache/sirona/reporting/web/plugin/pathtracking/PathTrackingEndpoints.java

Author: olamy
Date: Tue Mar 18 06:35:33 2014
New Revision: 1578755

URL: http://svn.apache.org/r1578755
Log:
use last surefire version and fix compilation: my bad!!!!

Modified:
    incubator/sirona/trunk/pom.xml
    incubator/sirona/trunk/server/reporting/src/main/java/org/apache/sirona/reporting/web/plugin/pathtracking/PathTrackingEndpoints.java

Modified: incubator/sirona/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sirona/trunk/pom.xml?rev=1578755&r1=1578754&r2=1578755&view=diff
==============================================================================
--- incubator/sirona/trunk/pom.xml (original)
+++ incubator/sirona/trunk/pom.xml Tue Mar 18 06:35:33 2014
@@ -151,7 +151,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.16</version>
+          <version>2.17</version>
           <configuration>
             <systemPropertyVariables>
               <java.awt.headless>true</java.awt.headless>

Modified: incubator/sirona/trunk/server/reporting/src/main/java/org/apache/sirona/reporting/web/plugin/pathtracking/PathTrackingEndpoints.java
URL: http://svn.apache.org/viewvc/incubator/sirona/trunk/server/reporting/src/main/java/org/apache/sirona/reporting/web/plugin/pathtracking/PathTrackingEndpoints.java?rev=1578755&r1=1578754&r2=1578755&view=diff
==============================================================================
--- incubator/sirona/trunk/server/reporting/src/main/java/org/apache/sirona/reporting/web/plugin/pathtracking/PathTrackingEndpoints.java (original)
+++ incubator/sirona/trunk/server/reporting/src/main/java/org/apache/sirona/reporting/web/plugin/pathtracking/PathTrackingEndpoints.java Tue Mar 18 06:35:33 2014
@@ -76,7 +76,7 @@ public class PathTrackingEndpoints
             mapBuilder = mapBuilder.set( //
                                          new MapBuilder<String, String>() //
                                              .set( "trackingId", entry.getTrackingId() ) //
-                                             .set( "startTime", Long.toString( entry.getStartTime() ) ) //
+                                             .set( "startTime", Long.toString( entry.getStartTime().getTime() ) ) //
                                              .build()
             );
         }