amoscatelli

Results 21 issues of amoscatelli

When compiled with production flags (optimization, aot, buildOptimizer to true) TypedJSON is now broken for Angular since TypedJSON 1.7 version (and also 1.8 RC of course). The problem is the...

This is only the first commit. This is an example of what it will look like `CriteriaQuery createQuery = subject.createQuery(Person.class); Root from = createQuery.from(); CriteriaFunction count = from.count(); FunctionQuery select...

Hi there, I am trying to integrate JNoSql Document abstraction but I have some problem with the spec itself I believe. - I want to do a simple query :...

I believe we should support polymorphism, at least in KeyValue and Document abstraction. If I have a MongoDB (or other schema less Document databases) Collection for Animals, I can store...

Could you please publish ARM64 docker images ? Also, I can't find images for v3 : https://hub.docker.com/r/agenda/agendash Thank you

- [x] This only affects the JavaScript OpenTelemetry library - [x] This may affect other libraries, but I would like to get opinions here first I noticed http.target is missing...

**What are you trying to achieve?** I would like http.target to be added in client traces by spec (maybe replacing http.url) **Additional context.** (https://github.com/open-telemetry/opentelemetry-js/issues/3147) As already commented in the above...

area:semantic-conventions
spec:trace
semconv:HTTP
triaged-needmoreinfo

When using JdbcJobRepository PurgeBatchlet doesn't work propertly. By code, with JdbcJobRepository, PurgeBatchlet only uses sql and sqlFile parameters, but when using other parameters (like numberOfRecentJobExecutionsToKeep) JobExecutions are only removed from...

Hi @otaviojava Let's keep track of the missing operators / functionalities to extend yours DocumentCondition (https://github.com/eclipse-ee4j/nosql/issues/90) with : 1) 'Not' operator. Basic negation operator, I believe every nosql databases supports...