Seva Safris

Results 25 issues of Seva Safris

Provide a configuration parameter to specify whether "set" methods should return "this" instance (aka as a "builder"). Call this configuration parameter: `setBuilder`.

enhancement

If a field is named `org`, the JVM considers anything that start with `org` as a reference to the field. However, `org` may also be desired to represent the root...

bug

Currently, the exception message reads something like: ``` The type binding "java.math.BigDecimal" in BigDecimal is not "encode" compatible with java.lang.String or java.lang.CharSequence ``` The subject type here is "BigDecimal", but...

enhancement

There are several rules in SpecialAgent that intercept the same class, such as the `spring-web-*` rules. These rules share the same intercept so as to allow SpecialAgent to select the...

request
core
P1

- [ ] **[`spring-jms`](https://app.circleci.com/pipelines/github/opentracing-contrib/java-specialagent/123/workflows/71529182-5bbd-47bf-9133-f8f82b7d9237/jobs/1914/parallel-runs/0/steps/0-102)** Received Active span: {traceId:1, spanId:3, parentId:2, operationName:"onMessage"} -------> Intercept [SpringJmsMQAgentRule@DefaultMessageListenerContainer-1]: public void org.springframework.jms.listener.adapter.MessagingMessageListenerAdapter.onMessage(javax.jms.Message,javax.jms.Session) throws javax.jms.JMSException -------> Intercept [ExecutorAgentRule@DefaultMessageListenerContainer-1]: public void java.util.concurrent.ThreadPoolExecutor.execute(java.lang.Runnable) ... -------> Intercept [ExecutorAgentRule@ActiveMQ Broker[localhost]...

bug
test
P2

The JDBC tracer replaces the connection with a tracing connection with built in tracing stuff, like a wrapper around the entire database connection. ``` connect_1 | java.lang.ClassCastException: io.opentracing.contrib.jdbc.TracingConnection cannot be...

bug
1
rule
P1

```xml org.apache.camel camel-opentracing 3.0.0 ```

request
rule
P2

- [x] `akka-actor` - [x] `couchbase-client` - [ ] `camel`

request
2
test
P2