Skip to content
  1. Aug 03, 2015
    • gmantele's avatar
      [ADQL,TAP] Fix 2 bugs notified by M.Taylor: · b49f8160
      gmantele authored
      1/ Bad parsing of UDF's parameter type or return type. Database types whose the
      name has a space (e.g. 'double precision') were not accepted. These type names
      should be accepted according to TAPRegExt.
      2/ An error message thrown by the DBChecker has been modified for the cases
      the type of a parameter is unknown. Before the returned type was NUMERIC. Now,
      it will be 'param' followed by the parameter index (e.g. 'param1').
      b49f8160
  2. Jul 31, 2015
    • gmantele's avatar
      [UWS,TAP] Fix parameters parsing in UWS (or Async in TAP): · 1234f1a1
      gmantele authored
      when the content-type was not exactly 'application/x-www-form-urlencoded'
      for normal POST requests, no parameter was read by the UWS/TAP library.
      This content-type test has now been modified from a strict equality to a
      startsWith test.
      (Note: This bug only concerned the form encoded requests,
      not the multipart ones)
      1234f1a1
  3. Jul 20, 2015
  4. Jul 08, 2015
  5. Jun 18, 2015
  6. Jun 16, 2015
  7. Jun 09, 2015
  8. Jun 08, 2015
  9. Jun 03, 2015
  10. Jun 02, 2015
  11. May 21, 2015
  12. May 19, 2015
    • Mark Taylor's avatar
      fix ADQL build file to permit cross-compilation · 7a618199
      Mark Taylor authored
      You can now set the adql.bootclasspath system property to use
      an alternative bootclasspath, for instance that for a different
      JRE than that used by the compiler.
      
      For instance, this cross-compiles to java 1.5:
      
         ant -Dant.build.javac.target=1.5
             -Dadql.bootclasspath=/usr/java/jdk1.5.0_22/jre/lib/rt.jar
             -f buildADQL.xml
             buildLib
      
      Note the java used by ant has to be at least java 6 because of the
      @Override source constructs on methods inherited from interfaces
      (only methods from abstract or non-abstract classes can be annotated
      with @Override in java 5).
      7a618199
    • Mark Taylor's avatar
      replace references to since-J2SE6 methods in ADQL lib · 6f8ff70a
      Mark Taylor authored
      Replace uses of String.isEmpty and Arrays.copyOf methods
      (both introduced in java 6) with equivalent code that makes
      use of only methods available in the java 5 runtime.
      This allows the ADQL library, if cross-compiled for java 5,
      to run without errors on a java 5 runtime.
      6f8ff70a
  13. May 06, 2015
  14. May 04, 2015
  15. Apr 22, 2015
  16. Apr 13, 2015
  17. Apr 09, 2015
  18. Apr 08, 2015