Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 15 for RC1 (0.03 sec)

  1. compat/maven-artifact/src/test/java/org/apache/maven/artifact/versioning/DefaultArtifactVersionTest.java

            assertVersionOlder("2.0.1-xyz-SNAPSHOT", "2.0.1-123-SNAPSHOT");
        }
    
        @Test
        void testSnapshotVsReleases() {
            assertVersionOlder("1.0-RC1", "1.0-SNAPSHOT");
            assertVersionOlder("1.0-rc1", "1.0-SNAPSHOT");
            assertVersionOlder("1.0-rc-1", "1.0-SNAPSHOT");
        }
    
        @Test
        void testHashCode() {
            ArtifactVersion v1 = newArtifactVersion("1");
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 9.5K bytes
    - Viewed (0)
  2. .github/workflows/tests.yml

          - name: Waiting for GaussDB to be ready
            run: |
              container_name=$(docker ps --filter "ancestor=opengauss/opengauss:7.0.0-RC1.B023" --format "{{.Names}}")
              if [ -z "$container_name" ]; then
                echo "Error: failed to find a container created from the 'opengauss/opengauss:7.0.0-RC1.B023' image."
                exit 1
              fi
              max_retries=12
              retry_count=0
              if [ -t 0 ]; then
    Registered: Sun Sep 07 09:35:13 UTC 2025
    - Last Modified: Mon Jul 21 02:46:58 UTC 2025
    - 8.9K bytes
    - Viewed (0)
  3. tests/go.mod

    	gorm.io/driver/sqlite v1.6.0
    	gorm.io/driver/sqlserver v1.6.1
    	gorm.io/gorm v1.30.2
    )
    
    require (
    	filippo.io/edwards25519 v1.1.0 // indirect
    	github.com/HuaweiCloudDeveloper/gaussdb-go v1.0.0-rc1 // indirect
    	github.com/davecgh/go-spew v1.1.1 // indirect
    	github.com/go-sql-driver/mysql v1.9.3 // indirect
    	github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect
    Registered: Sun Sep 07 09:35:13 UTC 2025
    - Last Modified: Thu Sep 04 13:13:16 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  4. tests/compose.yml

      tidb:
        image: 'pingcap/tidb:v6.5.0'
        ports:
          - "127.0.0.1:9940:4000"
        command: /tidb-server -store unistore -path "" -lease 0s > tidb.log 2>&1 &
      gaussdb:
        image: 'opengauss/opengauss:7.0.0-RC1.B023'
        hostname: opengauss-server
        ports:
          - "127.0.0.1:9950:5432"
        environment:
          - TZ=Asia/Shanghai
          - GS_PASSWORD=Gaussdb@123
          - GS_CLUSTER_NAME=opengauss_cluster
    Registered: Sun Sep 07 09:35:13 UTC 2025
    - Last Modified: Mon Aug 04 04:07:30 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  5. compat/maven-artifact/src/test/java/org/apache/maven/artifact/versioning/ComparableVersionTest.java

            assertEquals(c1, c2, "reused instance should be equivalent to new instance");
        }
    
        /**
         * Test <a href="https://issues.apache.org/jira/browse/MNG-7644">MNG-7644</a> edge cases
         * 1.0.0.RC1 &lt; 1.0.0-RC2 and more generally:
         * 1.0.0.X1 &lt; 1.0.0-X2 for any string X
         */
        @Test
        void testMng7644() {
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Fri Mar 21 04:56:21 UTC 2025
    - 17.8K bytes
    - Viewed (0)
  6. compat/maven-artifact/src/main/java/org/apache/maven/artifact/versioning/ComparableVersion.java

                digitPart = parseItem(true, value.substring(index));
            }
    
            @Override
            public int compareTo(Item item) {
                if (item == null) {
                    // 1-rc1 < 1, 1-ga1 > 1
                    return stringPart.compareTo(item);
                }
                int result = 0;
                switch (item.getType()) {
                    case INT_ITEM:
                    case LONG_ITEM:
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Wed Jul 23 17:27:08 UTC 2025
    - 26.4K bytes
    - Viewed (0)
  7. CHANGELOG.md

     *  New: Support OSGi metadata.
     *  Upgrade: [Okio 2.9.0][okio_2_9_0].
    
        ```kotlin
        implementation("com.squareup.okio:okio:2.9.0")
        ```
    
    Note that this was originally released on 2020-10-06 as 4.10.0-RC1. The only change from that
    release is the version name.
    
    
    [GraalVM]: https://www.graalvm.org/
    [Gradle module metadata]: https://docs.gradle.org/current/userguide/publishing_gradle_module_metadata.html
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Mon Jul 07 19:32:33 UTC 2025
    - 31.6K bytes
    - Viewed (1)
  8. CHANGELOG/CHANGELOG-1.16.md

        - [Server Binaries](#server-binaries-17)
        - [Node Binaries](#node-binaries-17)
      - [Changelog since v1.16.0-rc.1](#changelog-since-v1160-rc1)
        - [Other notable changes](#other-notable-changes-6)
    - [v1.16.0-rc.1](#v1160-rc1)
      - [Downloads for v1.16.0-rc.1](#downloads-for-v1160-rc1)
        - [Client Binaries](#client-binaries-18)
        - [Server Binaries](#server-binaries-18)
        - [Node Binaries](#node-binaries-18)
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Oct 23 20:13:20 UTC 2024
    - 345.2K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.34.md

      - [Changelog since v1.34.0-rc.1](#changelog-since-v1340-rc1)
      - [Changes by Kind](#changes-by-kind-1)
        - [Feature](#feature-1)
        - [Documentation](#documentation)
        - [Bug or Regression](#bug-or-regression-1)
      - [Dependencies](#dependencies-1)
        - [Added](#added-1)
        - [Changed](#changed-1)
        - [Removed](#removed-1)
    - [v1.34.0-rc.1](#v1340-rc1)
      - [Downloads for v1.34.0-rc.1](#downloads-for-v1340-rc1)
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Aug 27 10:36:10 UTC 2025
    - 292.8K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.29.md

      - [Changelog since v1.29.0-rc.1](#changelog-since-v1290-rc1)
      - [Changes by Kind](#changes-by-kind-16)
        - [Feature](#feature-12)
      - [Dependencies](#dependencies-16)
        - [Added](#added-16)
        - [Changed](#changed-16)
        - [Removed](#removed-16)
    - [v1.29.0-rc.1](#v1290-rc1)
      - [Downloads for v1.29.0-rc.1](#downloads-for-v1290-rc1)
        - [Source Code](#source-code-17)
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Mar 12 00:36:01 UTC 2025
    - 429.6K bytes
    - Viewed (1)
Back to top