These mvc router need to be marked as deprecated: - `mvc(Object.class);` - `mvc(Class.class, *);` All them were replaced by `mvc(MvcExtension)` They are going to be removed in 4.x
These mvc router need to be marked as deprecated:
mvc(Object.class);mvc(Class.class, *);All them were replaced by
mvc(MvcExtension)They are going to be removed in 4.x