Merge pull request #2021 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:zzz2-gitlab-ci to zzz-gitlab-ci
* commit '94a42baa891b0cdbffa32e9258b9fa85148d4e7e': (32 commits)
Skip longest tests (vds, objcopy, btree2, fheap, links, cache) to see if GitLab will finish Serial Test batch job.
Fix encode and decode of tokens in H5VLnative
Fix various Java issues when deprecated symbols are disabled
Unify code between H5Lcopy and H5Lmove
Fix func enter macro in H5T_ref_reclaim()
Improvements in response to Allen's suggestions.
Corrections and improvements to testh5dump.sh.in changes.
Fix errors in testh5dump.sh tests that grep for reference error messages.
Update RELEASE.txt for reference changes
Fix reference type comparison in h5dump
Make wrappers, tests and tools use H5Treclaim() instead of H5Dvlen_reclaim()
Add new H5R API that abstracts object, region and attribute reference types
Remove ability to loc by ref from H5VL layer
Add support for retrieving object name by token
Add H5VL_OBJECT_GET_TYPE to get object type
Add H5VL_MAX_TOKEN_SIZE and H5VL_token_t
Adapt Jerome's "file info" H5VL 'get' query to retrieve container token info.
Fix H5VL_blob_get to return size of blob
Add 'blob' callbacks to VOL, along with a native implementation to store them in the global heap, and changed the VL datatype conversion code to use blobs.
Remove debugging logic from the new t_bigio test
...