Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for ecosystem (0.19 sec)

  1. hack/unwanted-dependencies.json

          "github.com/gorilla/schema": "unmaintained, archive mode",
          "github.com/gregjones/httpcache": "unmaintained, archive mode",
          "github.com/grpc-ecosystem/go-grpc-prometheus": "unmaintained, archive mode",
          "github.com/grpc-ecosystem/grpc-gateway": "use github.com/grpc-ecosystem/grpc-gateway/v2",
          "github.com/hashicorp/consul": "MPL license not in CNCF allowlist",
          "github.com/hashicorp/errwrap": "MPL license not in CNCF allowlist",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 13 12:31:38 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  2. .space/CODEOWNERS

    /libraries/tools/kotlin-gradle-plugin-annotations/ "Kotlin Build Tools" "Kotlin Apple Ecosystem"
    /libraries/tools/kotlin-gradle-plugin-api/ "Kotlin Build Tools" "Kotlin Apple Ecosystem"
    /libraries/tools/kotlin-gradle-plugin-dsl-codegen/ "Kotlin Build Tools" "Kotlin Apple Ecosystem"
    /libraries/tools/kotlin-gradle-plugin-idea/ "Kotlin Build Tools"
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 29 17:55:49 UTC 2024
    - 24K bytes
    - Viewed (2)
  3. subprojects/diagnostics/src/integTest/groovy/org/gradle/api/tasks/diagnostics/ProjectReportTaskIntegrationTest.groovy

                        create("softwareTypeRegistrator") {
                            id = "com.example.restricted.ecosystem"
                            implementationClass = "com.example.restricted.SoftwareTypeRegistrationPlugin"
                        }
                    }
                }
            """
    
            and: "a build that applies that ecosystem plugin to a multi-project build, with each project using a different software type"
            settingsFile << """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 03 16:02:32 UTC 2024
    - 10K bytes
    - Viewed (0)
  4. go.mod

    	github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
    	github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect
    	github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
    	github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
    	github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect
    	github.com/imdario/mergo v0.3.6 // indirect
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:11 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  5. go.mod

    	github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
    	github.com/google/uuid v1.6.0
    	github.com/gorilla/mux v1.8.1
    	github.com/gorilla/websocket v1.5.1
    	github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
    	github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
    	github.com/hashicorp/go-multierror v1.1.1
    	github.com/hashicorp/go-version v1.7.0
    	github.com/hashicorp/golang-lru/v2 v2.0.7
    	github.com/howardjohn/unshare-go v0.4.0
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 15:32:28 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  6. platforms/core-configuration/declarative-dsl-provider/src/integTest/groovy/org/gradle/internal/declarativedsl/project/DeclarativeDslProjectBuildFileIntegrationSpec.groovy

                            implementationClass = "com.example.restricted.RestrictedPlugin"
                        }
                        create("softwareTypeRegistrator") {
                            id = "com.example.restricted.ecosystem"
                            implementationClass = "com.example.restricted.SoftwareTypeRegistrationPlugin"
                        }
                    }
                }
            """
    
            file(extensionFile) << extensionCode
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 30 12:25:47 UTC 2024
    - 12.9K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/dep-man/03-controlling-transitive-dependencies/component_metadata_rules.adoc

    Because we also need both a _compile_ and _runtime_ for Java 8, we create two new variants but use the existing _compile_ and _runtime_ variants as _base_.
    This way, all other Java ecosystem attributes are already set correctly and all dependencies are carried over.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 15:10:53 UTC 2024
    - 33.2K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/dep-man/02-declaring-dependency-versions/dependency_locking.adoc

    One trivial example in the JVM ecosystem is the Scala version that is often found in artifact coordinates.
    
    .Changing the lock file name
    ====
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jun 06 16:55:22 UTC 2024
    - 15.5K bytes
    - Viewed (0)
  9. pilot/pkg/bootstrap/server.go

    	"crypto/tls"
    	"crypto/x509"
    	"encoding/json"
    	"fmt"
    	"net"
    	"net/http"
    	"os"
    	"strings"
    	"sync"
    	"sync/atomic"
    	"time"
    
    	"github.com/fsnotify/fsnotify"
    	grpcprom "github.com/grpc-ecosystem/go-grpc-prometheus"
    	"golang.org/x/net/http2"
    	"google.golang.org/grpc"
    	"google.golang.org/grpc/credentials"
    	"google.golang.org/grpc/reflection"
    	corev1 "k8s.io/api/core/v1"
    	"k8s.io/client-go/rest"
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 17:48:28 UTC 2024
    - 46.3K bytes
    - Viewed (0)
  10. 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)
Back to top