To creat a proper user agent string. On Wed, Apr 6, 2016 at 4:41 AM, Thomas Mortagne <[email protected]> wrote:
> Why do you need to know the version to fix XWIKI-13284 ? Usually > xwiki-platform modules are supposed to be written for a specific > version of their dependencies. > > On Tue, Apr 5, 2016 at 11:19 PM, Sean Whalen <[email protected]> wrote: > > Hello, > > > > I'm very close to having code to contribute for XWIKI-13284 Add support > for > > loading RSS feeds over HTTPS in the RSS Macro > > > > https://jira.xwiki.org/browse/XWIKI-13284 > > > > I've looked over the code here > > > > > https://www.xwiki.org/xwiki/bin/view/FAQ/How+can+I+find+the+version+of+XWiki+I'm+running > > > > @Inject > > private CoreExtensionRepository coreExtensionRepository; > > ... > > CoreExtension distributionExtension = this.coreExtensionRepository. > > getEnvironmentExtension() > > Version version = distributionExtension.getId().getVersion() > > > > But I can't seem to import > > org.xwiki.extension.repository.CoreExtensionRepository from > > org.xwiki.rendering.internal.macro.rss. org.xwiki.extention will not > > resolve with org.xwiki.rendering.internal.macro.rss open in InteliJ. I'm > > new to Java web development. What am I missing? > > _______________________________________________ > > devs mailing list > > [email protected] > > http://lists.xwiki.org/mailman/listinfo/devs > > > > -- > Thomas Mortagne > _______________________________________________ > devs mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/devs > _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

