{
  "bundles": [
    {
      "@type": "NXBundle",
      "artifactId": "nuxeo-runtime-redis",
      "artifactVersion": "2021.54.6",
      "bundleGroup": {
        "@type": "NXBundleGroup",
        "bundleIds": [
          "org.nuxeo.connect.standalone",
          "org.nuxeo.launcher.commons",
          "org.nuxeo.osgi",
          "org.nuxeo.runtime",
          "org.nuxeo.runtime.aws",
          "org.nuxeo.runtime.cluster",
          "org.nuxeo.runtime.datasource",
          "org.nuxeo.runtime.jtajca",
          "org.nuxeo.runtime.kv",
          "org.nuxeo.runtime.management",
          "org.nuxeo.runtime.metrics",
          "org.nuxeo.runtime.migration",
          "org.nuxeo.runtime.mongodb",
          "org.nuxeo.runtime.nuxeo-runtime-deploy",
          "org.nuxeo.runtime.pubsub",
          "org.nuxeo.runtime.redis",
          "org.nuxeo.runtime.reload",
          "org.nuxeo.runtime.stream"
        ],
        "hierarchyPath": "/grp:org.nuxeo.runtime",
        "id": "grp:org.nuxeo.runtime",
        "name": "org.nuxeo.runtime",
        "parentIds": [],
        "readmes": [],
        "version": "2021.54"
      },
      "bundleId": "org.nuxeo.runtime.redis",
      "components": [
        {
          "@type": "NXComponent",
          "aliases": [
            "org.nuxeo.ecm.core.redis"
          ],
          "componentClass": "org.nuxeo.ecm.core.redis.RedisComponent",
          "declaredStartOrder": -502,
          "documentation": "\n    Redis executor service.\n  \n",
          "documentationHtml": "<p>\nRedis executor service.\n</p><p></p>",
          "extensionPoints": [
            {
              "@type": "NXExtensionPoint",
              "aliases": [
                "org.nuxeo.ecm.core.redis--configuration"
              ],
              "componentId": "org.nuxeo.runtime.redis",
              "descriptors": [
                "org.nuxeo.ecm.core.redis.RedisServerDescriptor",
                "org.nuxeo.ecm.core.redis.RedisSentinelDescriptor"
              ],
              "documentation": "\n      Extension allowing the configuration of a Redis pool.\n      <p/>\n\n      Server configuration:\n      <code>\n    <server>\n        <host>localhost</host>\n        <port>6379</port>\n        <password>secret</password>\n        <database>0</database>\n        <timeout>2000</timeout>\n        <ssl>true</ssl>\n        <trustStorePath>/path/to/cacerts.jks</trustStorePath>\n        <trustStorePassword>changeit</trustStorePassword>\n        <trustStoreType>jks</trustStoreType>\n        <keyStorePath>/path/to/keystore.jks</keyStorePath>\n        <keyStorePassword>changeit</keyStorePassword>\n        <keyStoreType>jks</keyStoreType>\n    </server>\n</code>\n\n      Sentinel configuration:\n      <code>\n    <sentinel>\n        <master>master</master>\n        <host name=\"localhost\" port=\"26379\"/>\n        <host name=\"localhost\" port=\"26380\"/>\n        <password>secret</password>\n        <database>0</database>\n        <timeout>2000</timeout>\n    </sentinel>\n</code>\n",
              "documentationHtml": "<p>\nExtension allowing the configuration of a Redis pool.\n</p><p>\nServer configuration:\n</p><p></p><pre><code>    &lt;server&gt;\n        &lt;host&gt;localhost&lt;/host&gt;\n        &lt;port&gt;6379&lt;/port&gt;\n        &lt;password&gt;secret&lt;/password&gt;\n        &lt;database&gt;0&lt;/database&gt;\n        &lt;timeout&gt;2000&lt;/timeout&gt;\n        &lt;ssl&gt;true&lt;/ssl&gt;\n        &lt;trustStorePath&gt;/path/to/cacerts.jks&lt;/trustStorePath&gt;\n        &lt;trustStorePassword&gt;changeit&lt;/trustStorePassword&gt;\n        &lt;trustStoreType&gt;jks&lt;/trustStoreType&gt;\n        &lt;keyStorePath&gt;/path/to/keystore.jks&lt;/keyStorePath&gt;\n        &lt;keyStorePassword&gt;changeit&lt;/keyStorePassword&gt;\n        &lt;keyStoreType&gt;jks&lt;/keyStoreType&gt;\n    &lt;/server&gt;\n</code></pre><p>\nSentinel configuration:\n</p><p></p><pre><code>    &lt;sentinel&gt;\n        &lt;master&gt;master&lt;/master&gt;\n        &lt;host name&#61;&#34;localhost&#34; port&#61;&#34;26379&#34;/&gt;\n        &lt;host name&#61;&#34;localhost&#34; port&#61;&#34;26380&#34;/&gt;\n        &lt;password&gt;secret&lt;/password&gt;\n        &lt;database&gt;0&lt;/database&gt;\n        &lt;timeout&gt;2000&lt;/timeout&gt;\n    &lt;/sentinel&gt;\n</code></pre><p></p>",
              "hierarchyPath": "/grp:org.nuxeo.runtime/org.nuxeo.runtime.redis/org.nuxeo.runtime.redis/ExtensionPoints/org.nuxeo.runtime.redis--configuration",
              "id": "org.nuxeo.runtime.redis--configuration",
              "label": "configuration (org.nuxeo.runtime.redis)",
              "name": "configuration",
              "version": "2021.54.6"
            }
          ],
          "extensions": [],
          "hierarchyPath": "/grp:org.nuxeo.runtime/org.nuxeo.runtime.redis/org.nuxeo.runtime.redis",
          "name": "org.nuxeo.runtime.redis",
          "requirements": [],
          "resolutionOrder": 834,
          "services": [
            {
              "@type": "NXService",
              "componentId": "org.nuxeo.runtime.redis",
              "hierarchyPath": "/grp:org.nuxeo.runtime/org.nuxeo.runtime.redis/org.nuxeo.runtime.redis/Services/org.nuxeo.ecm.core.redis.RedisExecutor",
              "id": "org.nuxeo.ecm.core.redis.RedisExecutor",
              "overriden": false,
              "version": "2021.54.6"
            },
            {
              "@type": "NXService",
              "componentId": "org.nuxeo.runtime.redis",
              "hierarchyPath": "/grp:org.nuxeo.runtime/org.nuxeo.runtime.redis/org.nuxeo.runtime.redis/Services/org.nuxeo.ecm.core.redis.RedisAdmin",
              "id": "org.nuxeo.ecm.core.redis.RedisAdmin",
              "overriden": false,
              "version": "2021.54.6"
            }
          ],
          "startOrder": 9,
          "version": "2021.54.6",
          "xmlFileContent": "<?xml version='1.0' encoding='UTF-8'?>\n<component name=\"org.nuxeo.runtime.redis\">\n\n  <alias>org.nuxeo.ecm.core.redis</alias>\n\n  <documentation>\n    Redis executor service.\n  </documentation>\n\n  <service>\n    <provide interface=\"org.nuxeo.ecm.core.redis.RedisExecutor\"/>\n    <provide interface=\"org.nuxeo.ecm.core.redis.RedisAdmin\"/>\n  </service>\n\n  <implementation class=\"org.nuxeo.ecm.core.redis.RedisComponent\"/>\n\n  <extension-point name=\"configuration\">\n\n    <documentation>\n      Extension allowing the configuration of a Redis pool.\n      <p/>\n      Server configuration:\n      <code>\n        <server>\n          <host>localhost</host>\n          <port>6379</port>\n          <password>********</password>\n          <database>0</database>\n          <timeout>2000</timeout>\n          <ssl>true</ssl>\n          <trustStorePath>/path/to/cacerts.jks</trustStorePath>\n          <trustStorePassword>********</trustStorePassword>\n          <trustStoreType>jks</trustStoreType>\n          <keyStorePath>/path/to/keystore.jks</keyStorePath>\n          <keyStorePassword>********</keyStorePassword>\n          <keyStoreType>jks</keyStoreType>\n        </server>\n      </code>\n      Sentinel configuration:\n      <code>\n        <sentinel>\n          <master>master</master>\n          <host name=\"localhost\" port=\"26379\"/>\n          <host name=\"localhost\" port=\"26380\"/>\n          <password>********</password>\n          <database>0</database>\n          <timeout>2000</timeout>\n        </sentinel>\n      </code>\n    </documentation>\n\n    <object class=\"org.nuxeo.ecm.core.redis.RedisServerDescriptor\"/>\n    <object class=\"org.nuxeo.ecm.core.redis.RedisSentinelDescriptor\"/>\n  </extension-point>\n\n\n</component>",
          "xmlFileName": "/OSGI-INF/redis-executor.xml",
          "xmlPureComponent": false
        }
      ],
      "fileName": "nuxeo-runtime-redis-2021.54.6.jar",
      "groupId": "org.nuxeo.runtime",
      "hierarchyPath": "/grp:org.nuxeo.runtime/org.nuxeo.runtime.redis",
      "id": "org.nuxeo.runtime.redis",
      "location": "",
      "manifest": "Manifest-Version: 1.0\r\nArchiver-Version: Plexus Archiver\r\nCreated-By: Apache Maven\r\nBuilt-By: root\r\nBuild-Jdk: 11.0.23\r\nBundle-ManifestVersion: 2\r\nBundle-Version: 2021.54.6-t20240514-075351\r\nBundle-SymbolicName: org.nuxeo.runtime.redis\r\nNuxeo-Component: OSGI-INF/redis-executor.xml\r\n\r\n",
      "maxResolutionOrder": 834,
      "minResolutionOrder": 834,
      "packages": [],
      "requirements": [],
      "version": "2021.54.6"
    }
  ],
  "creationDate": 1716281073860,
  "key": "Nuxeo Platform-2021.54",
  "name": "Nuxeo Platform",
  "operations": [],
  "packages": [],
  "pluginSnapshots": {},
  "releaseDate": 1716281073860,
  "version": "2021.54"
}