zalando / nakadi

A distributed event bus that implements a RESTful API abstraction on top of Kafka-like queues
https://nakadi.io
MIT License
957 stars 292 forks source link

Update `org.json` version #1562

Closed a1exsh closed 7 months ago

a1exsh commented 11 months ago

We are using a 5+ years old release. For example, JSONObject::isEmpty() is not there yet.

sriganth3 commented 9 months ago

@a1exsh, I would like to contribute. I'm new to open source contribution.

a1exsh commented 9 months ago

@sriganth3 thank you for your interest (and reminding me of this issue I myself filed some months ago ;)

This project, while technically FOSS, is unfortunately not something that is used outside of Zalando, to the best of my knowledge. What is your personal interest to contribute?

a1exsh commented 7 months ago

Let's not do that, actually, because of issues like this one: https://github.com/stleary/JSON-java/pull/453#issuecomment-610819809 (I've tried first with the current latest version 20240205 and seen all tests in StrictJsonParserTest break: not sure these are that much useful)