Bug: MapBoxTileBuilder Cannot obtain numeric id from featureId

I wasn’t able to report on Jira, so trying here.

We noticed lots of these warning in the logs regarding our feature ids even though we use valid BIGINT.

WARN [wms.mapbox] - Cannot obtain numeric id from featureId

I was able to identify the source of the issue:

The code should be parsing the feature id into long rather than int matching the method signature of the VectorTileEncode.addFeature

This is inline with the Vector Tile Spec which specifies uint64: