Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-8659 Reduce source code path length
  3. NXP-13250

Shorten path length for nuxeo-platform-localconfiguration

    XMLWordPrintable

    Details

    • Type: Sub-task
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 5.9.1
    • Component/s: Local Configuration
    • Impact type:
      API change, Configuration Change
    • Upgrade notes:
      Hide

      The following Maven artifact ids and group ids have changed:
      BEFORE:
      <groupId>org.nuxeo.ecm.platform</groupId>
      <artifactId>nuxeo-platform-localconfiguration-simple</artifactId>
      <artifactId>nuxeo-platform-localconfiguration-web</artifactId>
      AFTER:
      <groupId>org.nuxeo.ecm.localconf</groupId>
      <artifactId>nuxeo-localconf-simple</artifactId>
      <artifactId>nuxeo-localconf-web</artifactId>

      The Java various classes under the packages:
      org.nuxeo.ecm.platform.localconfiguration.simple.*
      have been renamed to a flat package:
      org.nuxeo.ecm.localconf

      A few operation classes have been renamed (but their operation id is unchanged):
      BEFORE:
      org.nuxeo.ecm.platform.localconfiguration.simple.operations.PutSimpleConfigurationParameter
      org.nuxeo.ecm.platform.localconfiguration.simple.operations.PutSimpleConfigurationParameters
      org.nuxeo.ecm.platform.localconfiguration.simple.operations.SetSimpleConfigurationParameterAsVar
      AFTER:
      org.nuxeo.ecm.localconf.PutSimpleConfParam
      org.nuxeo.ecm.localconf.PutSimpleConfParams
      org.nuxeo.ecm.localconf.SetSimpleConfParamVar

      Show
      The following Maven artifact ids and group ids have changed: BEFORE: <groupId>org.nuxeo.ecm.platform</groupId> <artifactId>nuxeo-platform-localconfiguration-simple</artifactId> <artifactId>nuxeo-platform-localconfiguration-web</artifactId> AFTER: <groupId>org.nuxeo.ecm.localconf</groupId> <artifactId>nuxeo-localconf-simple</artifactId> <artifactId>nuxeo-localconf-web</artifactId> The Java various classes under the packages: org.nuxeo.ecm.platform.localconfiguration.simple.* have been renamed to a flat package: org.nuxeo.ecm.localconf A few operation classes have been renamed (but their operation id is unchanged): BEFORE: org.nuxeo.ecm.platform.localconfiguration.simple.operations.PutSimpleConfigurationParameter org.nuxeo.ecm.platform.localconfiguration.simple.operations.PutSimpleConfigurationParameters org.nuxeo.ecm.platform.localconfiguration.simple.operations.SetSimpleConfigurationParameterAsVar AFTER: org.nuxeo.ecm.localconf.PutSimpleConfParam org.nuxeo.ecm.localconf.PutSimpleConfParams org.nuxeo.ecm.localconf.SetSimpleConfParamVar

      Description

      Module nuxeo-platform-localconfiguration and its various submodules have a hugh path length for some files which causes problems for Windows checkouts.

        Attachments

          Activity

            People

            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: