Rafael Bey

Results 9 issues of Rafael Bey

Today `-123` is parsed as `minus(123)`. This limits the negative number range, where users cannot do operations with the minimum 64 bit integral number since it cause an overflow. This...

cla-present

Bouncycastle libraries are signed as required by [JCA](https://docs.oracle.com/javase/8/docs/technotes/guides/security/crypto/HowToImplAProvider.html). Given the snowflake relocates the library, we are seeing failures on our applications if snowflake JDBC driver is loaded first (adding the...

feature
Backlog

This is the interpreted side of https://github.com/finos/legend-pure/pull/681, which enable this for compile.

#### What type of PR is this? #### What does this PR do / why is it needed ? #### Which issue(s) this PR fixes: Fixes # #### Other notes...

Currently, the [TracingInterceptor](https://github.com/opentracing-contrib/java-jaxrs/blob/master/opentracing-jaxrs2/src/main/java/io/opentracing/contrib/jaxrs2/serialization/TracingInterceptor.java) just add the error tag whenever an exception occurs. I will like to be able to decorate the Span with other details about the exception, like the...

Per issue #147, this aims to increase flexibility around decorating Spans when an error occurs when reading request payload or writing back response entity. The current proposal aims to keep...