Open DaanGroot-KSO opened 5 months ago
Is the issue still happening with the latest BingAds Java SDK (13.0.20.2 at the moment)?
@dennis-yemelyanov we have tried 13.0.20.1 which still has the memory leak, so I assume it's the same for 13.0.20.2
Thank you for confirming, @daangroot2. 4.0.4 has some other regressions and may cause intermittent timeouts.
To workaround the memory leak issue, could you exclude the CXF dependency and include some of the following?
jersey-client
(for calling CampaignManagement, Bulk and Reporting services), please also see Customizing HTTP client for how to enabled things like compression, logging etc.jaxws-rt
(for calling CustomerManagement, Billing or AdInsight services)
This fixes the OOM issues introduced by cxf 4.0.2: https://github.com/BingAds/BingAds-Java-SDK/issues/154