vert.x icon indicating copy to clipboard operation
vert.x copied to clipboard

JsonObject: better .stream(), use Map.entry

Open magicprinc opened this issue 1 year ago • 1 comments

Micro-step approach to https://github.com/eclipse-vertx/vert.x/pull/5001

I have split a big PR into smaller ones:

  1. use JDK Map.entry(key,value) instead of self-made Entry class in JsonObject
  2. better .stream() with flags and fewer lambdas
  3. tests

magicprinc avatar Feb 06 '24 10:02 magicprinc

@tsegismont @vietj Very short clean PR this time. Any chance?

magicprinc avatar Feb 07 '24 13:02 magicprinc