helidon-io / helidon

Java libraries for writing microservices
https://helidon.io
Apache License 2.0
3.44k stars 562 forks source link

4.x: Remove unused methods 'produce' and 'dispose' from PersistenceExtension.ReferenceCountingProducer #8872

Open Captain1653 opened 3 weeks ago

Captain1653 commented 3 weeks ago

Description

I've found some unused overloaded methods produce and dispose in PersistenceExtension.ReferenceCountingProducer.

Screenshot 2024-06-11 at 21 07 54 Screenshot 2024-06-11 at 21 07 07

I think, that they can be deleted. Am I wrong?

These methods are private and the cleaning won't break any code.

These methods were added in this PR.