jakartaee / jsonb-api

Jakarta JSON Binding
https://eclipse-ee4j.github.io/jsonb-api/
Other
79 stars 39 forks source link

Verify Jsonb calls close methods #351

Open marschall opened 10 months ago

marschall commented 10 months ago

The stream based methods in Jsonb specify close being called upon successful completion. Add tests that verify an implementation calls these methods.