Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 69 for ecosystem (0.33 sec)

  1. CHANGELOG/CHANGELOG-1.29.md

    - github.com/gorilla/websocket: [v1.4.2 → v1.5.0](https://github.com/gorilla/websocket/compare/v1.4.2...v1.5.0)
    - github.com/grpc-ecosystem/grpc-gateway/v2: [v2.7.0 → v2.16.0](https://github.com/grpc-ecosystem/grpc-gateway/v2/compare/v2.7.0...v2.16.0)
    - github.com/ishidawataru/sctp: [7c296d4 → 7ff4192](https://github.com/ishidawataru/sctp/compare/7c296d4...7ff4192)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 03:42:38 UTC 2024
    - 324.5K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_7.adoc

    In Gradle 8.0, `java-base` handles this configuration.
    No changes are required for projects that already apply the
    `java-base` plugin directly or indirectly through the `java`, `application`, `java-library`, or other JVM ecosystem plugins.
    
    ==== Upload Task should not be used
    
    The `Upload` task remains deprecated and is now scheduled for removal in Gradle 9.0.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 87.7K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.26.md

    - github.com/go-logr/stdr: [v1.2.2](https://github.com/go-logr/stdr/tree/v1.2.2)
    - github.com/google/martian: [v2.1.0+incompatible](https://github.com/google/martian/tree/v2.1.0)
    - github.com/grpc-ecosystem/grpc-gateway/v2: [v2.7.0](https://github.com/grpc-ecosystem/grpc-gateway/v2/tree/v2.7.0)
    - github.com/hashicorp/consul/api: [v1.1.0](https://github.com/hashicorp/consul/api/tree/v1.1.0)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 16:24:51 UTC 2024
    - 425.7K bytes
    - Viewed (0)
  4. maven-core/src/main/java/org/apache/maven/plugin/internal/DefaultPluginDependenciesResolver.java

        private final RepositorySystem repoSystem;
    
        private final List<MavenPluginDependenciesValidator> dependenciesValidators;
    
        @Inject
        public DefaultPluginDependenciesResolver(
                RepositorySystem repoSystem, List<MavenPluginDependenciesValidator> dependenciesValidators) {
            this.repoSystem = repoSystem;
            this.dependenciesValidators = dependenciesValidators;
        }
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Jun 12 07:49:10 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  5. maven-core/src/main/java/org/apache/maven/project/DefaultProjectDependenciesResolver.java

        private final RepositorySystem repoSystem;
        private final List<RepositorySessionDecorator> decorators;
    
        @Inject
        public DefaultProjectDependenciesResolver(
                RepositorySystem repoSystem, List<RepositorySessionDecorator> decorators) {
            this.repoSystem = repoSystem;
            this.decorators = decorators;
        }
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Jun 12 07:49:10 UTC 2024
    - 9.3K bytes
    - Viewed (0)
  6. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/maven/ApiMavenResolver.groovy

                ))
    
            // Resolve graph & rethrow any exceptions
            CollectResult graph = repoSystem.collectDependencies(session, graphResolutionRequest)
            graph.getExceptions().each { throw it }
    
            // Resolve artifacts to ensure they are all present
            DependencyResult result = repoSystem.resolveDependencies(session, new DependencyRequest(graph.getRoot(), null))
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 7.5K bytes
    - Viewed (0)
  7. maven-embedder/src/main/java/org/apache/maven/cli/internal/BootstrapCoreExtensionManager.java

            this.ideWorkspaceReader = ideWorkspaceReader;
            this.repoSystem = repoSystem;
        }
    
        public List<CoreExtensionEntry> loadCoreExtensions(
                MavenExecutionRequest request, Set<String> providedArtifacts, List<CoreExtension> extensions)
                throws Exception {
            try (CloseableSession repoSession = repositorySystemSessionFactory
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Jun 12 07:49:10 UTC 2024
    - 13K bytes
    - Viewed (0)
  8. maven-compat/src/test/java/org/apache/maven/project/TestProjectBuilder.java

                RepositorySystem repoSystem,
                RemoteRepositoryManager repositoryManager,
                ProjectDependenciesResolver dependencyResolver,
                RootLocator rootLocator) {
            super(
                    modelBuilder,
                    modelProcessor,
                    projectBuildingHelper,
                    repositorySystem,
                    repoSystem,
                    repositoryManager,
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Apr 25 14:13:36 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  9. docs/de/docs/deployment/cloud.md

    Einige Cloud-Anbieter ✨ [**sponsern FastAPI**](../help-fastapi.md#den-autor-sponsern){.internal-link target=_blank} ✨, dies gewährleistet die kontinuierliche und gesunde **Entwicklung** von FastAPI und seinem **Ökosystem**.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 20:30:18 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  10. maven-core/src/main/java/org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactory.java

                Map<String, MavenExecutionRequestExtender> requestExtenders,
                Map<String, RepositorySystemSessionExtender> sessionExtenders) {
            this.repoSystem = repoSystem;
            this.settingsDecrypter = settingsDecrypter;
            this.eventSpyDispatcher = eventSpyDispatcher;
            this.runtimeInformation = runtimeInformation;
            this.typeRegistry = typeRegistry;
            this.versionScheme = versionScheme;
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Apr 25 14:13:36 UTC 2024
    - 27.5K bytes
    - Viewed (0)
Back to top