dan-s1 commented on PR #10558:
URL: https://github.com/apache/nifi/pull/10558#issuecomment-3570947195

   It looks like many methods were deprecated in the upgraded version of geoip2 
as seen in the logs below. Can you please see if there are alternatives to 
these methods?
   ```
   2025-11-24T12:34:30.3864090Z [WARNING] 
/Users/runner/work/nifi/nifi/nifi-extension-bundles/nifi-enrich-bundle/nifi-enrich-processors/src/main/java/org/apache/nifi/processors/GeoEnrichIP.java:[174,93]
 [removal] getCity() in CityResponse has been deprecated and marked for removal
   2025-11-24T12:34:30.3966810Z [WARNING] 
/Users/runner/work/nifi/nifi/nifi-extension-bundles/nifi-enrich-bundle/nifi-enrich-processors/src/main/java/org/apache/nifi/processors/GeoEnrichIP.java:[174,103]
 [removal] getName() in City has been deprecated and marked for removal
   2025-11-24T12:34:30.4071130Z [WARNING] 
/Users/runner/work/nifi/nifi/nifi-extension-bundles/nifi-enrich-bundle/nifi-enrich-processors/src/main/java/org/apache/nifi/processors/GeoEnrichIP.java:[176,40]
 [removal] getLocation() in CityResponse has been deprecated and marked for 
removal
   2025-11-24T12:34:30.4172570Z [WARNING] 
/Users/runner/work/nifi/nifi/nifi-extension-bundles/nifi-enrich-bundle/nifi-enrich-processors/src/main/java/org/apache/nifi/processors/GeoEnrichIP.java:[176,54]
 [removal] getLatitude() in Location has been deprecated and marked for removal
   2025-11-24T12:34:30.4276850Z [WARNING] 
/Users/runner/work/nifi/nifi/nifi-extension-bundles/nifi-enrich-bundle/nifi-enrich-processors/src/main/java/org/apache/nifi/processors/GeoEnrichIP.java:[181,41]
 [removal] getLocation() in CityResponse has been deprecated and marked for 
removal
   2025-11-24T12:34:30.4379720Z [WARNING] 
/Users/runner/work/nifi/nifi/nifi-extension-bundles/nifi-enrich-bundle/nifi-enrich-processors/src/main/java/org/apache/nifi/processors/GeoEnrichIP.java:[181,55]
 [removal] getLongitude() in Location has been deprecated and marked for removal
   2025-11-24T12:34:30.4482740Z [WARNING] 
/Users/runner/work/nifi/nifi/nifi-extension-bundles/nifi-enrich-bundle/nifi-enrich-processors/src/main/java/org/apache/nifi/processors/GeoEnrichIP.java:[186,41]
 [removal] getLocation() in CityResponse has been deprecated and marked for 
removal
   2025-11-24T12:34:30.4588070Z [WARNING] 
/Users/runner/work/nifi/nifi/nifi-extension-bundles/nifi-enrich-bundle/nifi-enrich-processors/src/main/java/org/apache/nifi/processors/GeoEnrichIP.java:[186,55]
 [removal] getAccuracyRadius() in Location has been deprecated and marked for 
removal
   2025-11-24T12:34:30.4711490Z [WARNING] 
/Users/runner/work/nifi/nifi/nifi-extension-bundles/nifi-enrich-bundle/nifi-enrich-processors/src/main/java/org/apache/nifi/processors/GeoEnrichIP.java:[192,46]
 [removal] getSubdivisions() in CityResponse has been deprecated and marked for 
removal
   2025-11-24T12:34:30.4814050Z [WARNING] 
/Users/runner/work/nifi/nifi/nifi-extension-bundles/nifi-enrich-bundle/nifi-enrich-processors/src/main/java/org/apache/nifi/processors/GeoEnrichIP.java:[193,111]
 [removal] getName() in Subdivision has been deprecated and marked for removal
   2025-11-24T12:34:30.4916630Z [WARNING] 
/Users/runner/work/nifi/nifi/nifi-extension-bundles/nifi-enrich-bundle/nifi-enrich-processors/src/main/java/org/apache/nifi/processors/GeoEnrichIP.java:[194,119]
 [removal] getIsoCode() in Subdivision has been deprecated and marked for 
removal
   2025-11-24T12:34:30.5044370Z [WARNING] 
/Users/runner/work/nifi/nifi/nifi-extension-bundles/nifi-enrich-bundle/nifi-enrich-processors/src/main/java/org/apache/nifi/processors/GeoEnrichIP.java:[197,96]
 [removal] getCountry() in CityResponse has been deprecated and marked for 
removal
   2025-11-24T12:34:30.5163980Z [WARNING] 
/Users/runner/work/nifi/nifi/nifi-extension-bundles/nifi-enrich-bundle/nifi-enrich-processors/src/main/java/org/apache/nifi/processors/GeoEnrichIP.java:[197,109]
 [removal] getName() in Country has been deprecated and marked for removal
   2025-11-24T12:34:30.5288060Z [WARNING] 
/Users/runner/work/nifi/nifi/nifi-extension-bundles/nifi-enrich-bundle/nifi-enrich-processors/src/main/java/org/apache/nifi/processors/GeoEnrichIP.java:[198,104]
 [removal] getCountry() in CityResponse has been deprecated and marked for 
removal
   2025-11-24T12:34:30.5404700Z [WARNING] 
/Users/runner/work/nifi/nifi/nifi-extension-bundles/nifi-enrich-bundle/nifi-enrich-processors/src/main/java/org/apache/nifi/processors/GeoEnrichIP.java:[198,117]
 [removal] getIsoCode() in Country has been deprecated and marked for removal
   2025-11-24T12:34:30.5507460Z [WARNING] 
/Users/runner/work/nifi/nifi/nifi-extension-bundles/nifi-enrich-bundle/nifi-enrich-processors/src/main/java/org/apache/nifi/processors/GeoEnrichIP.java:[199,99]
 [removal] getPostal() in CityResponse has been deprecated and marked for 
removal
   2025-11-24T12:34:30.5614990Z [WARNING] 
/Users/runner/work/nifi/nifi/nifi-extension-bundles/nifi-enrich-bundle/nifi-enrich-processors/src/main/java/org/apache/nifi/processors/GeoEnrichIP.java:[199,111]
 [removal] getCode() in Postal has been deprecated and marked for removal
   2025-11-24T12:34:30.5619020Z [WARNING] 
/Users/runner/work/nifi/nifi/nifi-extension-bundles/nifi-enrich-bundle/nifi-enrich-processors/src/main/java/org/apache/nifi/processors/GeoEnrichIPRecord.java:[383,27]
 [removal] getCity() in CityResponse has been deprecated and marked for removal
   2025-11-24T12:34:30.5723210Z [WARNING] 
/Users/runner/work/nifi/nifi/nifi-extension-bundles/nifi-enrich-bundle/nifi-enrich-processors/src/main/java/org/apache/nifi/processors/GeoEnrichIPRecord.java:[387,64]
 [removal] getCity() in CityResponse has been deprecated and marked for removal
   2025-11-24T12:34:30.5825850Z [WARNING] 
/Users/runner/work/nifi/nifi/nifi-extension-bundles/nifi-enrich-bundle/nifi-enrich-processors/src/main/java/org/apache/nifi/processors/GeoEnrichIPRecord.java:[387,74]
 [removal] getName() in City has been deprecated and marked for removal
   2025-11-24T12:34:30.5930190Z [WARNING] 
/Users/runner/work/nifi/nifi/nifi-extension-bundles/nifi-enrich-bundle/nifi-enrich-processors/src/main/java/org/apache/nifi/processors/GeoEnrichIPRecord.java:[388,70]
 [removal] getCountry() in CityResponse has been deprecated and marked for 
removal
   2025-11-24T12:34:30.6035310Z [WARNING] 
/Users/runner/work/nifi/nifi/nifi-extension-bundles/nifi-enrich-bundle/nifi-enrich-processors/src/main/java/org/apache/nifi/processors/GeoEnrichIPRecord.java:[388,83]
 [removal] getName() in Country has been deprecated and marked for removal
   2025-11-24T12:34:30.6139520Z [WARNING] 
/Users/runner/work/nifi/nifi/nifi-extension-bundles/nifi-enrich-bundle/nifi-enrich-processors/src/main/java/org/apache/nifi/processors/GeoEnrichIPRecord.java:[389,70]
 [removal] getCountry() in CityResponse has been deprecated and marked for 
removal
   2025-11-24T12:34:30.6228680Z [WARNING] 
/Users/runner/work/nifi/nifi/nifi-extension-bundles/nifi-enrich-bundle/nifi-enrich-processors/src/main/java/org/apache/nifi/processors/GeoEnrichIPRecord.java:[389,83]
 [removal] getIsoCode() in Country has been deprecated and marked for removal
   2025-11-24T12:34:30.6336640Z [WARNING] 
/Users/runner/work/nifi/nifi/nifi-extension-bundles/nifi-enrich-bundle/nifi-enrich-processors/src/main/java/org/apache/nifi/processors/GeoEnrichIPRecord.java:[390,67]
 [removal] getLocation() in CityResponse has been deprecated and marked for 
removal
   2025-11-24T12:34:30.6442470Z [WARNING] 
/Users/runner/work/nifi/nifi/nifi-extension-bundles/nifi-enrich-bundle/nifi-enrich-processors/src/main/java/org/apache/nifi/processors/GeoEnrichIPRecord.java:[390,81]
 [removal] getLatitude() in Location has been deprecated and marked for removal
   2025-11-24T12:34:30.6544740Z [WARNING] 
/Users/runner/work/nifi/nifi/nifi-extension-bundles/nifi-enrich-bundle/nifi-enrich-processors/src/main/java/org/apache/nifi/processors/GeoEnrichIPRecord.java:[391,68]
 [removal] getLocation() in CityResponse has been deprecated and marked for 
removal
   2025-11-24T12:34:30.6646970Z [WARNING] 
/Users/runner/work/nifi/nifi/nifi-extension-bundles/nifi-enrich-bundle/nifi-enrich-processors/src/main/java/org/apache/nifi/processors/GeoEnrichIPRecord.java:[391,82]
 [removal] getLongitude() in Location has been deprecated and marked for removal
   2025-11-24T12:34:30.6749740Z [WARNING] 
/Users/runner/work/nifi/nifi/nifi-extension-bundles/nifi-enrich-bundle/nifi-enrich-processors/src/main/java/org/apache/nifi/processors/GeoEnrichIPRecord.java:[392,73]
 [removal] getPostal() in CityResponse has been deprecated and marked for 
removal
   2025-11-24T12:34:30.6848390Z [WARNING] 
/Users/runner/work/nifi/nifi/nifi-extension-bundles/nifi-enrich-bundle/nifi-enrich-processors/src/main/java/org/apache/nifi/processors/GeoEnrichIPRecord.java:[392,85]
 [removal] getCode() in Postal has been deprecated and marked for removal
   2025-11-24T12:34:30.6950950Z [WARNING] 
/Users/runner/work/nifi/nifi/nifi-extension-bundles/nifi-enrich-bundle/nifi-enrich-processors/src/main/java/org/apache/nifi/processors/ISPEnrichIP.java:[116,22]
 [removal] getAutonomousSystemNumber() in IspResponse has been deprecated and 
marked for removal
   2025-11-24T12:34:30.7053580Z [WARNING] 
/Users/runner/work/nifi/nifi/nifi-extension-bundles/nifi-enrich-bundle/nifi-enrich-processors/src/main/java/org/apache/nifi/processors/ISPEnrichIP.java:[117,111]
 [removal] getAutonomousSystemNumber() in IspResponse has been deprecated and 
marked for removal
   2025-11-24T12:34:30.7154110Z [WARNING] 
/Users/runner/work/nifi/nifi/nifi-extension-bundles/nifi-enrich-bundle/nifi-enrich-processors/src/main/java/org/apache/nifi/processors/ISPEnrichIP.java:[119,38]
 [removal] getAutonomousSystemOrganization() in IspResponse has been deprecated 
and marked for removal
   2025-11-24T12:34:30.7256840Z [WARNING] 
/Users/runner/work/nifi/nifi/nifi-extension-bundles/nifi-enrich-bundle/nifi-enrich-processors/src/main/java/org/apache/nifi/processors/ISPEnrichIP.java:[124,39]
 [removal] getIsp() in IspResponse has been deprecated and marked for removal
   2025-11-24T12:34:30.7357370Z [WARNING] 
/Users/runner/work/nifi/nifi/nifi-extension-bundles/nifi-enrich-bundle/nifi-enrich-processors/src/main/java/org/apache/nifi/processors/ISPEnrichIP.java:[129,44]
 [removal] getOrganization() in IspResponse has been deprecated and marked for 
removal
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to