You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed reflection from parameter resolver cache to allow for serialization
Utilizing the radix tree to resolve class methods and attributes
Caching up reflection instances
Added support for non-backed enums, through matching on case name
Added multiple new unit tests, ensuring the code is solid
Added a BETA version of the adapter "MethodAwareRouter" which allows for validating route based on HTTP method. Please note that this is still in BETA and may change in the future. Any feedback is welcome!