* GH-3677: Doc for URL conn customization in FeedCA Fixes https://github.com/spring-projects/spring-integration/issues/3677 If there is need to have a `URLConnection` customized, the `UrlResource` has to be used instead of plain `URL` injection into the `FeedEntryMessageSource` * * Add a sample to docs for connection customization