Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for DefaultRepositorySystemSessionFactory (0.24 sec)

  1. impl/maven-core/src/main/java/org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactory.java

    import org.slf4j.Logger;
    import org.slf4j.LoggerFactory;
    
    import static java.util.Objects.requireNonNull;
    
    /**
     * @since 3.3.0
     */
    @Named
    @Singleton
    public class DefaultRepositorySystemSessionFactory implements RepositorySystemSessionFactory {
    
        public static final String MAVEN_RESOLVER_TRANSPORT_DEFAULT = "default";
    
        public static final String MAVEN_RESOLVER_TRANSPORT_WAGON = "wagon";
    
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Thu Jul 17 05:56:35 UTC 2025
    - 25.8K bytes
    - Viewed (0)
  2. impl/maven-core/src/test/java/org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactoryTest.java

        @Inject
        protected VersionScheme versionScheme;
    
        @Test
        void isNoSnapshotUpdatesTest() throws InvalidRepositoryException {
            DefaultRepositorySystemSessionFactory systemSessionFactory = new DefaultRepositorySystemSessionFactory(
                    aetherRepositorySystem,
                    eventSpyDispatcher,
                    information,
                    defaultTypeRegistry,
                    versionScheme,
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Fri Jan 10 08:42:00 UTC 2025
    - 19.1K bytes
    - Viewed (0)
Back to top