Strabon

log

age author description
2012-06-22 Babis Nikolaou changed Strabon.query to accept an output stream instead of returning the answer as an Object
2012-06-22 Babis Nikolaou some code beautification in Strabon
2012-06-22 Babis Nikolaou delegate KMZ encoding to KMLWriter
2012-06-22 Babis Nikolaou make logging to standard error (addresses Bug #04)
2012-06-21 Babis Nikolaou added support for KML
2012-06-21 Babis Nikolaou introduced WKTHelper for common operations on WKT strings
2012-06-21 Babis Nikolaou moved the implementation of StrabonPolyhedron.transform() to JTSWrapper and made StrabonPolyhedron.transform() a delegator
2012-06-21 Babis Nikolaou raised logging level to INFO instead to OFF
2012-06-21 Babis Nikolaou code beautification in Strabon.java
2012-06-21 Babis Nikolaou added geotools dependency on resultio/pom.xml for stSPARQLResultsKMLWriter
2012-06-21 Babis Nikolaou added template query for returning the number of hotspots. The alias is "hotspots"
2012-06-21 Babis Nikolaou added deregisterDriver method in Strabon to deregister the JDBC driver. In older versions of Tomcat the JDBC driver is not deregistered automatically, which leads to memory leaks
2012-06-21 Babis Nikolaou keep connection details in Strabon in datamembers
2012-06-21 Babis Nikolaou endpoint: close strabon only when not null (case when you shutdown tomcat and a connection has failed to be established)
2012-06-21 Kostis Kyzirakos Removing the execution of the Tomcat 7 maven plugin during the package phase.
2012-06-20 Babis Nikolaou revert logger version to 1.6.4 to be used by Java 1.6. Maybe we could configure the version dynamically depending on the java -version output
2012-06-20 Babis Nikolaou merge
2012-06-20 Babis Nikolaou ignore debug messages in logging from j2ee services in Tomcat
2012-06-20 Kostis Kyzirakos merge
2012-06-20 Kostis Kyzirakos Added the Geonames parser
2012-06-20 Babis Nikolaou forgot to add log4j.properties file
2012-06-20 Babis Nikolaou added log4j.properties file in endpoint to override the one used in strabon
2012-06-20 Kostis Kyzirakos Removing obsolete dependency on Apache CXF
2012-06-20 Babis Nikolaou downgrade sl4j to 1.5.8 instead of 1.6.6 due to warnings by Tomcat
2012-06-19 George Garbis merge with 301
2012-06-19 George Garbis merge with default branchnoa
2012-06-19 George Garbis add aggregate-tests-sridnoa
2012-06-19 George Garbis correct typonoa
2012-06-19 George Garbis remove interval_start and interval_end from create statementsnoa
2012-06-19 George Garbis add index (subj, obj) on property tables and (value) on datetime_valuesnoa
2012-06-19 Manos Karpathiotakis Merging again
2012-06-19 Manos Karpathiotakis merged successfully
2012-06-19 Manos Karpathiotakis Also tested with refinement query of NOA
2012-06-19 Manos Karpathiotakis Issue with double spatial predicates most likely resolved.
2012-06-19 Manos Karpathiotakis minor change to enable resolving files from the /resources folder (for our tests)
2012-06-19 Babis Nikolaou exclude dependency on slf4j-jdk4.jar introduced by cxf-rt-transports-http-jetty. This fixes Bug #3.
2012-06-19 Babis Nikolaou clean up poms. Now only slf4j-log4j12 is referenced as a dependency. slf4j-api and log4j jars are downloaded automatically
2012-06-19 Babis Nikolaou moved log4j.properties under runtime/src/main/resources/ to be found by class loaders either from Eclipse or command line. src/main/resources seems to be the typical directory for resource loading by class loaders in Maven projects
2012-06-18 Kostis Kyzirakos Fixed minor errorsnoa
2012-06-18 Kostis Kyzirakos Adding v2 queries and a modified version of the script that simulates the NOA workloadnoa
2012-06-18 Kostis Kyzirakos New branch that will be used for the experiments based on the NOA workloadnoa
2012-06-18 Kostis Kyzirakos Closing branch.temporal-function
2012-06-18 Kostis Kyzirakos Merge
2012-06-18 Kostis Kyzirakos Added queryfile function that takese as an argument the path of a file containing the query to be executed
2012-06-18 Babis Nikolaou set debug to OFF and ignore debugging from classes other than Strabon ones
2012-06-18 Babis Nikolaou check whether debug level is enabled before log
2012-06-18 Kostis Kyzirakos Added log4j dependencies.
2012-06-16 Babis Nikolaou added valid debug values in log4j.properties
2012-06-15 Babis Nikolaou print the actual SQL query for execution instead of the prepared one
2012-06-15 Manos Karpathiotakis minor correction regarding similarTermFunc
2012-06-14 Babis Nikolaou revert beans.xml to default connection details
2012-06-13 Kostis Kyzirakos Adding utf-8 support - fixed
2012-06-13 Kostis Kyzirakos merge
2012-06-13 Kostis Kyzirakos Adding utf-8 support - fix
2012-06-13 Manos Karpathiotakis Added function for undergraduates - retrieve query bindings
2012-06-13 Kostis Kyzirakos Decoding the SPARQLquery parameter
2012-06-13 Manos Karpathiotakis Added hook for undergraduate students to add their extension
2012-06-12 Michael Sioutis test
2012-06-12 Michael Sioutis test
2012-06-09 Babis Nikolaou added result format options (KML, GEOJSON, etc.). However, did not manage to get an answer different than XML. Someone should check it.