Lazar Bulić

Results 12 issues of Lazar Bulić

#### Describe the feature While using the redis client there might be cases where sent Commands will hang because of the network issue or load issue on Redis server. In...

enhancement

Add support to: https://redis.io/topics/distlock

enhancement
good first issue

#### Describe the feature As explained here we should improve the discovery mechanism to support all possible flows enabled by the provider. We should not force user to choose the...

enhancement

### Version 3.9.2 ### Context When @'DataObject' is generated with its fromJson method objects that are import io.vertx.core.json.JsonObject only accept JsonObject as valid option for mapping. Example generated constructor: `private...

bug

Introduce configurable retry mechanism on Future interface. There are many use causes where this feature would be useful and would shorten a lot of boilerplate code that is copied and...

enhancement

I already see that there was a request to support starent #30 . Unfortunately this vendor changed the spec and introduced 2 byte size of VSA Type and Length fields....

In-Progress

### Version * vert.x core: 3.8.1 * vert.x jdbc-client: 3.8.1 * jdbc driver: postgres * RDBMS: ### General info * What is your jdbc driver * What is your RDBMS...

Desktop icon is broken. ![Selection_001](https://user-images.githubusercontent.com/1239791/65246081-26d3d800-daee-11e9-9787-c01695ac0064.png)

Currently netty 4.x does not provide multi threaded support for NIO DatagramChannel. Info about this issue can be found here https://github.com/netty/netty/issues/1706 There is a working workaround also presented in linked...

### Version 4.5.7 ### Context Rx Version of OAuth2AuthHandler Handler fails to send correct scopes. This happens because during initialization of the OAuth2AuthHandler object new instance is ignored because of...

bug