Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for 13841 (0.04 sec)

  1. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_5.adoc

    This change requires Buildship version 3.1.1 or later.
    
    ==== Embedded Kotlin upgraded to 1.3.41
    
    Gradle Kotlin DSL scripts and Gradle Plugins authored using the `kotlin-dsl` plugin are now compiled using Kotlin 1.3.41.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 22 03:01:48 UTC 2024
    - 47.5K bytes
    - Viewed (0)
  2. docs/changelogs/changelog_4x.md

     *  New: Permit [new WebSocket response codes][iana_websocket]: 1012 (Service Restart), 1013 (Try
        Again Later), and 1014 (invalid response from the upstream).
     *  New: Build with Kotlin 1.3.41, BouncyCastle 1.62, and Conscrypt 2.2.1.
     *  Fix: Recover gracefully when a coalesced connection immediately goes unhealthy.
     *  Fix: Defer the `SecurityException` when looking up the default proxy selector.
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Apr 17 13:25:31 UTC 2024
    - 25.2K bytes
    - Viewed (0)
  3. src/cmd/cgo/internal/testshared/shared_test.go

    	}
    	defer f.Close()
    	if hasDynTag(f, elf.DT_TEXTREL) {
    		t.Errorf("%s has DT_TEXTREL set", soname)
    	}
    }
    
    // The shared library does not contain symbols called ".dup"
    // (See golang.org/issue/14841.)
    func TestNoDupSymbols(t *testing.T) {
    	globalSkip(t)
    	sopath := filepath.Join(gorootInstallDir, soname)
    	f, err := elf.Open(sopath)
    	if err != nil {
    		t.Fatal("elf.Open failed: ", err)
    	}
    	defer f.Close()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Aug 26 01:54:41 UTC 2023
    - 36.3K bytes
    - Viewed (0)
Back to top