private List<RepositoryListener> listeners = Collections.emptyList();
/**
- * TODO: this could be multiple implementations and needs to be configured.
+ * FIXME: this could be multiple implementations and needs to be configured.
*/
@Inject
private RepositorySessionFactory repositorySessionFactory;
private List<String> includes = new ArrayList<String>( 0 );
/**
- * FIXME: can be of other types
+ * FIXME: this could be multiple implementations and needs to be configured.
*/
@Inject
private RepositorySessionFactory repositorySessionFactory;
@Named( value = "archivaTaskScheduler#repository" )
private RepositoryArchivaTaskScheduler repositoryTaskScheduler;
+ /**
+ * FIXME: this could be multiple implementations and needs to be configured.
+ */
@Inject
private RepositorySessionFactory repositorySessionFactory;
private RepositoryStatisticsManager repositoryStatisticsManager;
/**
- * TODO: may be different implementations
+ * FIXME: this could be multiple implementations and needs to be configured.
*/
@Inject
private RepositorySessionFactory repositorySessionFactory;
protected UserRepositories userRepositories;
+ /**
+ * FIXME: this could be multiple implementations and needs to be configured.
+ */
@Inject
@Named(value = "repositorySessionFactory")
protected RepositorySessionFactory repositorySessionFactory;
private HttpAuthenticator httpAuth;
+ /**
+ * FIXME: this could be multiple implementations and needs to be configured.
+ */
private RepositorySessionFactory repositorySessionFactory;
public void init( javax.servlet.ServletConfig servletConfig )
private AuditManager auditManager;
/**
- * FIXME: this could be multiple implementations and needs to be configured. It also starts a separate session to
- * the originator of the audit event that we may rather want to pass through.
- *
- *
+ * FIXME: this could be multiple implementations and needs to be configured.
+ * It also starts a separate session to the originator of the audit event that we may rather want to pass through.
*/
@Inject
private RepositorySessionFactory repositorySessionFactory;
{
private Logger log = LoggerFactory.getLogger( DuplicateArtifactsConsumer.class );
- /**
- * default-value="duplicate-artifacts"
- */
private String id = "duplicate-artifacts";
- /**
- * default-value="Check for Duplicate Artifacts via SHA1 Checksums"
- */
private String description = "Check for Duplicate Artifacts via SHA1 Checksums";
- /**
- *
- */
@Inject
private ArchivaConfiguration configuration;
- /**
- *
- */
@Inject
private FileTypes filetypes;
/**
- * FIXME: can be of other types
+ * FIXME: this could be multiple implementations and needs to be configured.
*/
@Inject
private RepositorySessionFactory repositorySessionFactory;