Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
java-jaxrs-server: replace CacheControl.valueOf as it is now deprecated
CacheControl.valueOf is now deprecated. Instead they suggest using RuntimeDelegate.getInstance().createHeaderDelegate(CacheControl.class).fromString
- Loading branch information