[ https://jira.terracotta.org/jira//browse/CDV-924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alex Miller resolved CDV-924. ----------------------------- Bug Type: [Design Error] Fix Version/s: trunk-nightly Fixed In Revision: 10285 Resolution: Fixed Added new method and unit test that it works in ModulesLoaderTest. Fixed in 2.7 branch (post 2.7.0 release) and trunk. > DSOClientConfigHelper doesn't support adding modules with non-default group ID > ------------------------------------------------------------------------------ > > Key: CDV-924 > URL: https://jira.terracotta.org/jira//browse/CDV-924 > Project: Community Development > Issue Type: Bug > Components: Configuration > Affects Versions: 2.7.0, trunk-nightly > Reporter: Alex Miller > Assignee: Alex Miller > Fix For: trunk-nightly > > > In debugging an issue with Geert, noticed that DSOClientConfigHelper has an > addModule(String name, String version) method to add a module dependency but > here name is taken as the artifactId and there is no way to specify the > optional groupId. Thus only modules in default org.terracotta.modules group > can be added programmatically. This can be an issue for third-party system > tests that need to use programmatic config to test a tim outside our default > namespace. > All support exists internally, just need to expose a new method here: > addModule(String groupId, String artifactId, String version). -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://jira.terracotta.org/jira//secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira _______________________________________________ tc-dev mailing list tc-dev@lists.terracotta.org http://lists.terracotta.org/mailman/listinfo/tc-dev