glassfox

Results 8 issues of glassfox

### Context All data that previously has been persisted in the context, available in next iteration of thread. Following test: ``` java import java.util.Objects; import java.util.UUID; import java.util.concurrent.ConcurrentHashMap; import java.util.concurrent.ConcurrentMap;...

ConcurrentModificationException has been occurred in JsonObject.encode. Following the inputs: 1. Json Object is a part of Message from EventBus.publish event 2. JsonCodec provided by JacksonFactory as singletone in spi manner...

bug

version 2.0.8 All errors in module starting with prefix 'ERR'. Example: 'ERR new objects must be created at the root' In case of 'wrong type' error no prefix occurred. #Reproducer...

bug

version 4.1.2 The performance of Redis client in Load is very pure. Lot of errors: 1. java.io.IOException: Broken pipe 2. io.netty.channel.StacklessClosedChannelException: null 3. java.net.SocketException: Connection reset Following test: ``` @Test...

bug

### Context Currently all exceptions has been logged. Example: ``` io.vertx.ext.web.handler.sockjs.impl.EventBusBridgeImpl: Failure in bridge event handler ```

bug

In case of reroute, routing flow occurred more than once. This behavior will affect on process time and add extra activity in handlers. As in handler alternative, @pmlopes propose to...

enhancement

After upgrade to vertx 3.7 - following flow do not working: 1. in vertx start, saved some object to vertx context data 2. http request handling (via Router) do not...

HI @tsegismont, Great post. Currently we are trying to implement Contextual Logging in our application and have an several inputs: 1. Redis Client do not restore context data. 2. EventBus.addInboundInterceptor...

question