Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 485 for notifications (0.33 sec)

  1. .asf.yaml

      labels:
        - java
        - build-management
        - apache-maven
        - maven
        - hacktoberfest
      enabled_merge_buttons:
        squash: true
        merge: false
        rebase: true
      autolink_jira:
        - MNG
    notifications:
      commits: ******@****.***
      issues: ******@****.***
      pullrequests: ******@****.***
    Others
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Mon May 15 13:24:09 GMT 2023
    - 485 bytes
    - Viewed (0)
  2. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/apache/maven/maven-parent/5/maven-parent-5.pom

        </mailingList>
        <mailingList>
          <name>Maven Notifications List</name>
          <post>notifications@maven.apache.org</post>
          <subscribe>notifications******@****.***</subscribe>
          <unsubscribe>notifications******@****.***</unsubscribe>
          <archive>http://mail-archives.apache.org/mod_mbox/maven-notifications/</archive>
        </mailingList>
      </mailingLists>
    
      <developers>
    Plain Text
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Thu Dec 24 18:09:10 GMT 2020
    - 14.8K bytes
    - Viewed (0)
  3. guava-tests/test/com/google/common/cache/CacheExpirationTest.java

        assertEquals("Map must be empty by now", 0, cache.size());
        assertEquals("Eviction notifications must be received", 10, removalListener.getCount());
    
        CacheTesting.expireEntries((LoadingCache<?, ?>) cache, EXPIRING_TIME, ticker);
        // ensure that no new notifications are sent
        assertEquals("Eviction notifications must be received", 10, removalListener.getCount());
      }
    
      public void testExpiringGet_expireAfterWrite() {
    Java
    - Registered: Fri Apr 19 12:43:09 GMT 2024
    - Last Modified: Fri Aug 05 17:21:46 GMT 2022
    - 18.7K bytes
    - Viewed (0)
  4. maven-core/src/test/resources/org/apache/maven/lifecycle/pom.xml

        </mailingList>
        <mailingList>
          <name>Maven Notifications List</name>
          <subscribe>notifications******@****.***</subscribe>
          <unsubscribe>notifications******@****.***</unsubscribe>
          <archive>http://mail-archives.apache.org/mod_mbox/maven-notifications/</archive>
          <otherArchives>
            <otherArchive>http://www.mail-archive.com/notifications@maven.apache.org</otherArchive>
    XML
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Sat Sep 11 08:52:20 GMT 2021
    - 22.4K bytes
    - Viewed (0)
  5. maven-core/src/test/projects/plugin-manager/project-with-inheritance/pom.xml

        </mailingList>
        <mailingList>
          <name>Maven Notifications List</name>
          <subscribe>notifications******@****.***</subscribe>
          <unsubscribe>notifications******@****.***</unsubscribe>
          <archive>http://mail-archives.apache.org/mod_mbox/maven-notifications/</archive>
          <otherArchives>
            <otherArchive>http://www.mail-archive.com/notifications@maven.apache.org</otherArchive>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Thu Aug 03 09:29:10 GMT 2023
    - 22.4K bytes
    - Viewed (0)
  6. guava-tests/test/com/google/common/cache/CacheBuilderTest.java

        // other operations, the cache and the removal queue won't change from this point on.
    
        // Verify that each received removal notification was valid
        for (RemovalNotification<String, String> notification : removalListener) {
          assertEquals("Invalid removal notification", notification.getKey(), notification.getValue());
        }
    
        CacheStats stats = cache.stats();
        assertEquals(removalListener.size(), stats.evictionCount());
    Java
    - Registered: Fri Apr 19 12:43:09 GMT 2024
    - Last Modified: Tue Oct 03 20:10:02 GMT 2023
    - 25.5K bytes
    - Viewed (0)
  7. docs/fr/docs/tutorial/background-tasks.md

    Cela comprend, par exemple :
    
    * Les notifications par email envoyées après l'exécution d'une action :
        * Étant donné que se connecter à un serveur et envoyer un email a tendance à être «lent» (plusieurs secondes), vous pouvez retourner la réponse directement et envoyer la notification en arrière-plan.
    * Traiter des données :
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu May 12 00:06:16 GMT 2022
    - 5.7K bytes
    - Viewed (0)
  8. maven-core/src/test/resources/apiv4-repo/org/apache/maven/maven-parent/4/maven-parent-4.pom

        </mailingList>
        <mailingList>
          <name>Maven Notifications List</name>
          <post>notifications@maven.apache.org</post>
          <subscribe>notifications******@****.***</subscribe>
          <unsubscribe>notifications******@****.***</unsubscribe>
          <archive>http://mail-archives.apache.org/mod_mbox/maven-notifications/</archive>
        </mailingList>
      </mailingLists>
    
      <developers>
    Plain Text
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 9.8K bytes
    - Viewed (0)
  9. internal/event/targetlist.go

    	}:
    	case <-list.ctx.Done():
    		list.eventsSkipped.Add(int64(len(list.queue)))
    		return
    	default:
    		list.eventsSkipped.Add(1)
    		err := fmt.Errorf("concurrent target notifications exceeded %d, configured notification target is too slow to accept events for the incoming request rate", maxConcurrentAsyncSend)
    		for id := range targetIDset {
    			reqInfo := &logger.ReqInfo{}
    			reqInfo.AppendTags("targetID", id.String())
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Thu Apr 04 12:04:40 GMT 2024
    - 9.2K bytes
    - Viewed (0)
  10. maven-core/src/test/resources/apiv4-repo/org/apache/maven/maven-parent/5/maven-parent-5.pom

        </mailingList>
        <mailingList>
          <name>Maven Notifications List</name>
          <post>notifications@maven.apache.org</post>
          <subscribe>notifications******@****.***</subscribe>
          <unsubscribe>notifications******@****.***</unsubscribe>
          <archive>http://mail-archives.apache.org/mod_mbox/maven-notifications/</archive>
        </mailingList>
      </mailingLists>
    
      <developers>
    Plain Text
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 14.8K bytes
    - Viewed (0)
Back to top