Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 28 for Ea (0.01 seconds)

  1. build-logic/cleanup/src/test/groovy/gradlebuild/cleanup/services/LeakingProcessKillPatternTest.groovy

    ir=C:\\some\\agent\\workspace\\intTestHomeDir\\worker-1\\native -Dorg.gradle.deprecation.trace=true -Djava.io.tmpdir=C:\\some\\agent\\workspace\\subprojects\\osgi\\build\\tmp -Dfile.encoding=windows-1252 -Dorg.gradle.classloaderscope.strict=true -ea -ea "-Dorg.gradle.appname=gradle" -classpath "C:\\some\\agent\\workspace\\subprojects\\osgi\\build\\integ test\\bin\\..\\lib\\gradle-launcher-4.5.jar" org.gradle.launcher.GradleMain --init-script "C:\\some\\agent\\workspace\\subprojects\\osgi\\build\\tmp\\teŝt...
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Fri Jul 12 03:42:46 GMT 2024
    - 14.8K bytes
    - Click Count (0)
  2. .teamcity/jdks.yaml

        os: "linux"
        arch: "aarch64"
        vendor: "temurin"
        version: "jdk-26+29-ea-beta"
        sha256: "b1655a00613dcd96471d9ab3627d6be2b1e090961956c0a3efe4965db57c67de"
      - params:
          - "linux.java26.openjdk.64bit"
        os: "linux"
        arch: "amd64"
        vendor: "temurin"
        version: "jdk-26+29-ea-beta"
        sha256: "47681b76d3de17376cb8720f342e252c740c5d5540cd4083f5abb2cdb56c1591"
      - params:
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Thu Feb 05 09:52:57 GMT 2026
    - 6.6K bytes
    - Click Count (1)
  3. architecture/standards/0001-use-architectural-decision-records.md

    ## Context
    
    Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna
    aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
    Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint
    occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
    
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Thu Mar 05 12:39:41 GMT 2026
    - 2.9K bytes
    - Click Count (0)
  4. .junit.run/Not Slow.run.xml

        <useClassPathOnly />
        <option name="MAIN_CLASS_NAME" value="" />
        <option name="METHOD_NAME" value="" />
        <option name="TEST_OBJECT" value="tags" />
        <option name="VM_PARAMETERS" value="-ea -Djunit.jupiter.extensions.autodetection.enabled=true" />
        <option name="PARAMETERS" value="" />
        <option name="TEST_SEARCH_SCOPE">
          <value defaultName="wholeProject" />
        </option>
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Sat Nov 21 13:28:45 GMT 2020
    - 730 bytes
    - Click Count (0)
  5. src/archive/tar/fuzz_test.go

    	w := NewWriter(b)
    	inp := []byte("Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.")
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Thu Jan 13 18:06:33 GMT 2022
    - 2.2K bytes
    - Click Count (0)
  6. src/main/java/jcifs/FileNotifyInformation.java

         * operation to return.
         */
        int FILE_NOTIFY_CHANGE_CREATION = 0x00000040;
    
        /**
         * Any change to the extended attributes (EA) of a file in the watched directory or subtree causes a change notification wait operation to return.
         */
        int FILE_NOTIFY_CHANGE_EA = 0x00000080;
    
        /**
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 16 01:32:48 GMT 2025
    - 5.2K bytes
    - Click Count (0)
  7. build-tools-internal/src/main/groovy/elasticsearch.ide.gradle

                preferTargetJDKCompiler = false
              }
            }
            runConfigurations {
              defaults(JUnit) {
                vmParameters = [
                  '-ea',
                  '-Djava.locale.providers=SPI,COMPAT',
                  "--illegal-access=deny",
                  // TODO: only open these for mockito when it is modularized
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Fri Sep 24 19:34:12 GMT 2021
    - 8.8K bytes
    - Click Count (0)
  8. build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/ElasticsearchTestBasePlugin.java

                if (argline != null) {
                    test.jvmArgs((Object[]) argline.split(" "));
                }
    
                if (Util.getBooleanProperty("tests.asserts", true)) {
                    test.jvmArgs("-ea", "-esa");
                }
    
                Map<String, String> sysprops = Map.of(
                    "java.awt.headless",
                    "true",
                    "tests.artifact",
                    project.getName(),
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Aug 24 22:14:49 GMT 2021
    - 10.4K bytes
    - Click Count (0)
  9. src/test/java/org/codelibs/fess/util/JvmUtilTest.java

            assertEquals(21, JvmUtil.getJavaVersion());
    
            // Test with early access versions (should fail with NumberFormatException)
            System.setProperty("java.version", "22-ea");
            try {
                JvmUtil.getJavaVersion();
                fail("Should throw NumberFormatException");
            } catch (NumberFormatException e) {
                // Expected
            }
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Wed Jan 14 14:29:07 GMT 2026
    - 10.6K bytes
    - Click Count (0)
  10. .github/workflows/build.yml

          - name: Configure JDK
            uses: actions/setup-java@v5
            with:
              distribution: 'temurin'
              java-version: |
                11
                17
                25-ea
    
          - name: Allow incompatible JVM versions
            run: |
              echo 'kotlin.jvm.target.validation.mode=ignore' >> ./gradle.properties
    
          - name: Setup Gradle
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Tue Mar 10 16:19:02 GMT 2026
    - 11.6K bytes
    - Click Count (0)
Back to Top