You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Request to remove java 8 from geojson module and as result remove the static method decleration of toJson on the Geometry interface, see here. Since the method isn't public can we patch this up without breaking semver?
@zugaldia@tobrun By making GeoJson and abstract class instead of an interface we do not need to remove any methods. Please see the PR if you are Ok with that
Request to remove java 8 from geojson module and as result remove the static method decleration of toJson on the Geometry interface, see here. Since the method isn't public can we patch this up without breaking semver?
cc @osana @zugaldia
The text was updated successfully, but these errors were encountered: