Details
-
Type:
Feature Request
-
Status: Resolved (View Workflow)
-
Priority:
Trivial
-
Resolution: Done
-
Affects Version/s: 3.0.0.Beta1
-
Fix Version/s: 3.0.0.Beta1
-
Component/s: Core
-
Labels:None
-
Git Pull Request:
Description
Many times in the catch code, a raw type is used instead of a parameterized type - e.g. (Set<HandlerMethod> instead of Set<HandlerMethod<?>>) resulting in compiler warnings.
Jozef, where is the warning you're receiving? The only one I'm seeing is when building the jaxrs example.