Vincenzo Forchì

Results 9 issues of Vincenzo Forchì

Hi, I'm trying to define a UDF with the following signature: `INTERSECTION(region1 region, region2 region) -> region` I provided a class that implements it and it works, but if I...

help wanted

I am trying to upgrade my TAP implementation from Spring Boot 2 to 3. Among other things, this moves to Jakarta EE (meaning Servlet 6.0, Tomcat 10...) UWS uses Java...

enhancement

I am trying to port my TAP server to the adqLib 2.0, and I noticed that it doesn't find the user defined functions. With adqlLib-1.5 I just added them to...

question

I developed some custom functions by implementing `UserDefinedFunction`. One of these functions returns a Timestamp (a DATE in the signature), but when it is in one of the return columns...

bug

I noticed that the `ADQLParser` is not thread safe: I was reusing the same instance and noticed that the generated queries were incorrect. This is not necessarily a bug, but...

bug

Currently the endpoint quote returns the value of the field `quote` in the class `UWSJob`, with `-1` meaning no quote, but according to UWS it should return either the empty...

bug

I would like to store an array in a column of my TAP_SCHEMA, but since my DBMS (SQLServer) does not support this feature, I was thinking about saving it as...

question

I would like to be able to reload the TAP schema mappings without having to initialize the servlet. I was thinking of reinitializing TAP.service.metadata, but that field is private and...

enhancement

### Module Couchbase ### Testcontainers version 1.20.1 ### Using the latest Testcontainers version? Yes ### Host OS Linux ### Host Arch x86 ### Docker version ```shell 27-RC2 ``` ### What...

type/bug
modules/couchbase