java-json-tools / json-patch

An RFC 6902 (JSON Patch) and reverse, plus RFC 7386 (JSON Merge Patch), implementation in Java using Jackson (2.2.x)
Other
645 stars 186 forks source link

Roadmap or planning for a the next release? #86

Open stephanedaviet opened 4 years ago

stephanedaviet commented 4 years ago

Do you have any plan to produce a 1.14 ou 1.2 release of the library with latest commits? The ones providing getters on attributes of JsonPatch, JsonPatchOperation and PathValueOperation are must-haves and I'm eagerly waiting for their release.

torshid commented 3 years ago

Any news?

clemstoquart commented 3 years ago

@Capstan Hi, any update on this ? 🙂

clemstoquart commented 3 years ago

cc @daveclayton @huggsboson

stephanedaviet commented 2 years ago

Looking at the graph, it seems that numbers of forks are far more active than this repository. Maybe the current maintainers of this repo could promote some new maintainers that can help with producing a new release with some expected features.

GavinF17 commented 2 years ago

Looking at the graph, it seems that numbers of forks are far more active than this repository. Maybe the current maintainers of this repo could promote some new maintainers that can help with producing a new release with some expected features.

@daveclayton @huggsboson @Capstan can @stephanedaviet's suggestion please be adopted, this is such a widely used and referenced library and it's a bit of a shame to see it neglected with such an active user base 😕

Capstan commented 2 years ago

I am no longer a maintainer of this organization's repos, and don't have a horse in the race. That said, there are extant alternative Java JSON libraries that have support for modern versions of the standard, so I'm not sure why people would want to continue to invest in this, which is so far behind. But the proliferation of active forks seems like people want to so 🤷‍♂️ .

stephanedaviet commented 2 years ago

@Capstan, perhaps you can enumerate here some of the alternatives you know? Some time ago, I haven't found much of them, but perhaps it has changed in the last couple of years.

valfirst commented 2 years ago

@Capstan, perhaps you can enumerate here some of the alternatives you know? Some time ago, I haven't found much of them, but perhaps it has changed in the last couple of years.

It's worth looking at https://github.com/flipkart-incubator/zjsonpatch

juherr commented 2 years ago

Ping @piotrdytkowski Why not make https://github.com/gravity9piotr/json-patch open and publish on a public repository?

BartekGravity commented 1 year ago

Hi all, We have decided to fork the project and take over the maintenance of the library + some additional features (the big thing being JSON Path support included by @gravity9piotr). We are currently working on a public release so please stay tuned.

You can find the repo here: https://github.com/gravity9-tech/json-patch-path