Add String based URI template and vararg to builder #22083
Comment From: rstoyanchev
Thanks for all the updates! This is now in good shape for inclusion. When master is switched to 5.3 development I'll process this right away.
Comment From: parviz-93
@rstoyanchev thank you for review. if there are issues which your hands do not reach, I am always ready to help
Comment From: rstoyanchev
Thanks! Keep an eye on the "ideal-for-contribution" label.
Comment From: jhoeller
@rstoyanchev I'm afraid we have do revisit this one since it turned out to create a package cycle between org.springframework.http (where RequestEntity lives) and org.springframework.web (where UriTemplateHandler lives). We'll have to put this getUrl overload into some utility method or introduce a dedicated RequestEntity subclass in the org.springframework.web package which may then integrate with specific facilities such as UriTemplateHandler there.
Comment From: rstoyanchev
This should be taken care of now.