Strabon

log

age author description
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.