Looking at the code, this seems to have changed for geotools 19: - maxAngleChange = cursor.getMaxAngleChange(startOrdinate, endOrdinate); + maxAngleChange = cursor.getMaxAngleChange(startOrdinate, endOrdinate, step);
The new getMaxAngleChange was added and the loop inside this new method does not run in a fixed number of steps as the old one. This could lead to thread blocking if the while condition is never reached. https://github.com/geotools/geotools/commit/40a928dff0a60576fe8c3cd5dd27c930341b83b5#diff-7b89b71b1f93aa48e01be0dacb878948 -- Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Geoserver-users mailing list Please make sure you read the following two resources before posting to this list: - Earning your support instead of buying it, but Ian Turton: http://www.ianturton.com/talks/foss4g.html#/ - The GeoServer user list posting guidelines: http://geoserver.org/comm/userlist-guidelines.html If you want to request a feature or an improvement, also see this: https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
