TCK changes required
1. The signature test is still looking for
ServerEndpointConfig$Configurator.matchesURI which has been removed.
Also [En|De]coder.Adapter and ServerContainerProvider
Specification questions
1. Are ServerApplicationConfig instances permitted to return null or
should they return an empty Set? I had read the Javadoc to mean a Set
should be returned but some instances in the TCK are returning null.
I may have more feedback/questions once I have worked through the
remaining test failures.
Mark