-
Updated
Feb 12, 2021 - Java
Eclipse Vert.x
Eclipse Vert.x is a toolkit for writing reactive polyglot applications for the JVM. Vert.x comes with an extensive reactive ecosystem that is modular, performant, and easy to use. Developers can build many kinds of applications such as soft realtime web applications, microservices, IoT applications, protocol adapters, and distributed applications thanks to the wide variety of this ecosystem.
Here are 789 public repositories matching this topic...
-
Updated
Jan 4, 2021 - Java
-
Updated
Feb 13, 2021 - Java
-
Updated
Feb 14, 2021 - Java
-
Updated
Feb 13, 2021 - Java
-
Updated
Dec 13, 2018 - Java
I have a idea. Auto create a typescript project by run es4x init with --typescript or -t 。It's not manual copy file by sample.
And “mvnDependencies ” added to the package.json by default. Because a lot of people don't know about it。
If you agree, I can modify this code. ^_^
Create a Rust-Client
We should provide a Rust client in addition to the TypeScript and Python client.
-
Updated
Feb 9, 2021
-
Updated
Oct 19, 2018 - JavaScript
-
Updated
Feb 12, 2021 - JavaScript
-
Updated
Oct 13, 2020 - Java
-
Updated
Feb 3, 2021 - Java
-
Updated
May 23, 2020 - Java
The property is hibernate.create_empty_composites.enabled:
Hibernate ORM returns null for an embeddable having all fields set to null. This property change the behaviour and
return an instance with all the field set to null.
I expect this to work already, but a test would be ni
-
Updated
Jul 10, 2018 - Java


https://github.com/vert-x3/vertx-web/blob/bfe12934ec1251928c4744f41c898ee2d0dfc101/vertx-web/src/main/java/io/vertx/ext/web/sstore/impl/LocalSessionStoreImpl.java#L104
we discussed in the past already about this bug. Maybe you have a solution for this.
Its a race-bug, Sometimes there can be two or more unrelated Sessions be written, if different eventloops are on the same time on line 110 fo