• Phillip Webb's avatar
    Allow endpoint @Selector to capture all paths · 890ea153
    Phillip Webb authored
    Update `@Selector` with a `match` attribute that can be used to select
    all remaining path segments. An endpoint method like this:
    
    	 select(@Selector(match = Match.ALL_REMAINING) String... selection)
    
    Will now have all reaming path segments injected into the `selection`
    parameter.
    
    Closes gh-17743
    890ea153
production-ready-features.adoc 77.2 KB