[MRM-415]: [MySQL] Specified key was too long; max key length is 765 bytes

Specifying a size for all keys in database.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@548135 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Joakim Erdfelt 2007-06-17 23:25:54 +00:00
parent e6fc266d61
commit 2b3afd3d17
1 changed files with 108 additions and 74 deletions

View File

@ -99,7 +99,8 @@
<name>ArchivaRepositoryModel</name> <name>ArchivaRepositoryModel</name>
<version>1.0.0+</version> <version>1.0.0+</version>
<fields> <fields>
<field jpox.primary-key="true" <field stash.maxSize="50"
jpox.primary-key="true"
jpox.value-strategy="off"> jpox.value-strategy="off">
<name>id</name> <name>id</name>
<identifier>true</identifier> <identifier>true</identifier>
@ -110,7 +111,7 @@
The unique ID for the repository. The unique ID for the repository.
</description> </description>
</field> </field>
<field> <field stash.maxSize="250">
<name>name</name> <name>name</name>
<identifier>false</identifier> <identifier>false</identifier>
<version>1.0.0+</version> <version>1.0.0+</version>
@ -120,7 +121,7 @@
The Name of the repository. The Name of the repository.
</description> </description>
</field> </field>
<field stash.maxsize="256"> <field stash.maxSize="250">
<name>url</name> <name>url</name>
<identifier>false</identifier> <identifier>false</identifier>
<version>1.0.0+</version> <version>1.0.0+</version>
@ -130,7 +131,7 @@
The URL of the repository. The URL of the repository.
</description> </description>
</field> </field>
<field> <field stash.maxSize="20">
<name>creationSource</name> <name>creationSource</name>
<identifier>false</identifier> <identifier>false</identifier>
<version>1.0.0+</version> <version>1.0.0+</version>
@ -141,7 +142,7 @@
(Example: Configuration, POM) (Example: Configuration, POM)
</description> </description>
</field> </field>
<field> <field stash.maxSize="16">
<name>layoutName</name> <name>layoutName</name>
<identifier>false</identifier> <identifier>false</identifier>
<version>1.0.0+</version> <version>1.0.0+</version>
@ -211,7 +212,8 @@
Put Java specifics in the ArchivaArtifactJavaDetails object. Put Java specifics in the ArchivaArtifactJavaDetails object.
Put .Net specifics in the ArchivaArtifactDotNetDetails object. Put .Net specifics in the ArchivaArtifactDotNetDetails object.
--> -->
<field jpox.primary-key="true" <field stash.maxSize="250"
jpox.primary-key="true"
jpox.value-strategy="off" jpox.value-strategy="off"
jpox.persistence-modifier="persistent"> jpox.persistence-modifier="persistent">
<name>groupId</name> <name>groupId</name>
@ -223,7 +225,8 @@
The Group ID of the repository content. The Group ID of the repository content.
</description> </description>
</field> </field>
<field jpox.primary-key="true" <field stash.maxSize="80"
jpox.primary-key="true"
jpox.value-strategy="off" jpox.value-strategy="off"
jpox.persistence-modifier="persistent"> jpox.persistence-modifier="persistent">
<name>artifactId</name> <name>artifactId</name>
@ -235,7 +238,8 @@
The Artifact ID of the repository content. The Artifact ID of the repository content.
</description> </description>
</field> </field>
<field jpox.primary-key="true" <field stash.maxSize="50"
jpox.primary-key="true"
jpox.value-strategy="off" jpox.value-strategy="off"
jpox.persistence-modifier="persistent"> jpox.persistence-modifier="persistent">
<name>version</name> <name>version</name>
@ -247,7 +251,8 @@
The version of the repository content. The version of the repository content.
</description> </description>
</field> </field>
<field jpox.primary-key="true" <field stash.maxSize="50"
jpox.primary-key="true"
jpox.value-strategy="off" jpox.value-strategy="off"
jpox.persistence-modifier="persistent"> jpox.persistence-modifier="persistent">
<name>classifier</name> <name>classifier</name>
@ -259,7 +264,8 @@
The classifier for this artifact. The classifier for this artifact.
</description> </description>
</field> </field>
<field jpox.primary-key="true" <field stash.maxSize="50"
jpox.primary-key="true"
jpox.value-strategy="off" jpox.value-strategy="off"
jpox.persistence-modifier="persistent" jpox.persistence-modifier="persistent"
jpox.column="FILE_TYPE"> jpox.column="FILE_TYPE">
@ -272,7 +278,7 @@
The type of artifact. The type of artifact.
</description> </description>
</field> </field>
<field> <field stash.maxSize="50">
<name>repositoryId</name> <name>repositoryId</name>
<identifier>false</identifier> <identifier>false</identifier>
<version>1.0.0+</version> <version>1.0.0+</version>
@ -293,7 +299,7 @@
</description> </description>
<defaultValue>false</defaultValue> <defaultValue>false</defaultValue>
</field> </field>
<field> <field stash.maxSize="35">
<name>checksumMD5</name> <name>checksumMD5</name>
<identifier>false</identifier> <identifier>false</identifier>
<version>1.0.0+</version> <version>1.0.0+</version>
@ -303,7 +309,7 @@
The MD5 checksum for the artifact file. The MD5 checksum for the artifact file.
</description> </description>
</field> </field>
<field> <field stash.maxSize="45">
<name>checksumSHA1</name> <name>checksumSHA1</name>
<identifier>false</identifier> <identifier>false</identifier>
<version>1.0.0+</version> <version>1.0.0+</version>
@ -333,7 +339,7 @@
The size of the artifact on disk. The size of the artifact on disk.
</description> </description>
</field> </field>
<field> <field stash.maxSize="16">
<name>platform</name> <name>platform</name>
<identifier>false</identifier> <identifier>false</identifier>
<version>1.0.0+</version> <version>1.0.0+</version>
@ -410,7 +416,8 @@
</interfaces> </interfaces>
<version>1.0.0+</version> <version>1.0.0+</version>
<fields> <fields>
<field jpox.primary-key="true" <field stash.maxSize="250"
jpox.primary-key="true"
jpox.value-strategy="off" jpox.value-strategy="off"
jpox.persistence-modifier="persistent"> jpox.persistence-modifier="persistent">
<name>groupId</name> <name>groupId</name>
@ -422,7 +429,8 @@
The Group ID of the repository content. The Group ID of the repository content.
</description> </description>
</field> </field>
<field jpox.primary-key="true" <field stash.maxSize="80"
jpox.primary-key="true"
jpox.value-strategy="off" jpox.value-strategy="off"
jpox.persistence-modifier="persistent"> jpox.persistence-modifier="persistent">
<name>artifactId</name> <name>artifactId</name>
@ -434,7 +442,8 @@
The Artifact ID of the repository content. The Artifact ID of the repository content.
</description> </description>
</field> </field>
<field jpox.primary-key="true" <field stash.maxSize="50"
jpox.primary-key="true"
jpox.value-strategy="off" jpox.value-strategy="off"
jpox.persistence-modifier="persistent"> jpox.persistence-modifier="persistent">
<name>version</name> <name>version</name>
@ -446,7 +455,8 @@
The version of the repository content. The version of the repository content.
</description> </description>
</field> </field>
<field jpox.primary-key="true" <field stash.maxSize="50"
jpox.primary-key="true"
jpox.value-strategy="off" jpox.value-strategy="off"
jpox.persistence-modifier="persistent"> jpox.persistence-modifier="persistent">
<name>classifier</name> <name>classifier</name>
@ -458,7 +468,8 @@
The classifier for this artifact. The classifier for this artifact.
</description> </description>
</field> </field>
<field jpox.primary-key="true" <field stash.maxSize="50"
jpox.primary-key="true"
jpox.value-strategy="off" jpox.value-strategy="off"
jpox.persistence-modifier="persistent" jpox.persistence-modifier="persistent"
jpox.column="FILE_TYPE"> jpox.column="FILE_TYPE">
@ -535,7 +546,8 @@
<name>ArchivaRepositoryMetadata</name> <name>ArchivaRepositoryMetadata</name>
<version>1.0.0+</version> <version>1.0.0+</version>
<fields> <fields>
<field jpox.primary-key="true" <field stash.maxSize="250"
jpox.primary-key="true"
jpox.value-strategy="off" jpox.value-strategy="off"
jpox.persistence-modifier="persistent"> jpox.persistence-modifier="persistent">
<name>groupId</name> <name>groupId</name>
@ -547,7 +559,8 @@
The Group ID of the metadata. The Group ID of the metadata.
</description> </description>
</field> </field>
<field jpox.primary-key="true" <field stash.maxSize="80"
jpox.primary-key="true"
jpox.value-strategy="off" jpox.value-strategy="off"
jpox.persistence-modifier="persistent"> jpox.persistence-modifier="persistent">
<name>artifactId</name> <name>artifactId</name>
@ -559,7 +572,8 @@
The Artifact ID of the metadata. The Artifact ID of the metadata.
</description> </description>
</field> </field>
<field jpox.primary-key="true" <field stash.maxSize="50"
jpox.primary-key="true"
jpox.value-strategy="off" jpox.value-strategy="off"
jpox.persistence-modifier="persistent"> jpox.persistence-modifier="persistent">
<name>version</name> <name>version</name>
@ -703,7 +717,8 @@
<description>The Snapshot Version</description> <description>The Snapshot Version</description>
<version>1.0.0+</version> <version>1.0.0+</version>
<fields> <fields>
<field jpox.column="VERSION_TIMESTAMP"> <field stash.maxSize="20"
jpox.column="VERSION_TIMESTAMP">
<name>timestamp</name> <name>timestamp</name>
<type>String</type> <type>String</type>
<identifier>false</identifier> <identifier>false</identifier>
@ -747,7 +762,8 @@
<description>A reference to another (unversioned) Project</description> <description>A reference to another (unversioned) Project</description>
<version>1.0.0+</version> <version>1.0.0+</version>
<fields> <fields>
<field null-value="default"> <field stash.maxSize="250"
null-value="default">
<name>groupId</name> <name>groupId</name>
<identifier>false</identifier> <identifier>false</identifier>
<version>1.0.0+</version> <version>1.0.0+</version>
@ -757,7 +773,8 @@
The Group ID of the project reference. The Group ID of the project reference.
</description> </description>
</field> </field>
<field null-value="default"> <field stash.maxSize="80"
null-value="default">
<name>artifactId</name> <name>artifactId</name>
<identifier>false</identifier> <identifier>false</identifier>
<version>1.0.0+</version> <version>1.0.0+</version>
@ -809,7 +826,8 @@
<description>A reference to another Versioned Project</description> <description>A reference to another Versioned Project</description>
<version>1.0.0+</version> <version>1.0.0+</version>
<fields> <fields>
<field null-value="default"> <field stash.maxSize="250"
null-value="default">
<name>groupId</name> <name>groupId</name>
<identifier>false</identifier> <identifier>false</identifier>
<version>1.0.0+</version> <version>1.0.0+</version>
@ -819,7 +837,8 @@
The Group ID of the repository content. The Group ID of the repository content.
</description> </description>
</field> </field>
<field null-value="default"> <field stash.maxSize="80"
null-value="default">
<name>artifactId</name> <name>artifactId</name>
<identifier>false</identifier> <identifier>false</identifier>
<version>1.0.0+</version> <version>1.0.0+</version>
@ -829,7 +848,8 @@
The Artifact ID of the repository content. The Artifact ID of the repository content.
</description> </description>
</field> </field>
<field null-value="default"> <field stash.maxSize="50"
null-value="default">
<name>version</name> <name>version</name>
<identifier>false</identifier> <identifier>false</identifier>
<version>1.0.0+</version> <version>1.0.0+</version>
@ -881,7 +901,8 @@
<name>ArtifactReference</name> <name>ArtifactReference</name>
<version>1.0.0+</version> <version>1.0.0+</version>
<fields> <fields>
<field null-value="default"> <field stash.maxSize="250"
null-value="default">
<name>groupId</name> <name>groupId</name>
<identifier>false</identifier> <identifier>false</identifier>
<version>1.0.0+</version> <version>1.0.0+</version>
@ -891,7 +912,8 @@
The Group ID of the repository content. The Group ID of the repository content.
</description> </description>
</field> </field>
<field null-value="default"> <field stash.maxSize="80"
null-value="default">
<name>artifactId</name> <name>artifactId</name>
<identifier>false</identifier> <identifier>false</identifier>
<version>1.0.0+</version> <version>1.0.0+</version>
@ -901,7 +923,8 @@
The Artifact ID of the repository content. The Artifact ID of the repository content.
</description> </description>
</field> </field>
<field null-value="default"> <field stash.maxSize="50"
null-value="default">
<name>version</name> <name>version</name>
<identifier>false</identifier> <identifier>false</identifier>
<version>1.0.0+</version> <version>1.0.0+</version>
@ -911,7 +934,8 @@
The version of the repository content. The version of the repository content.
</description> </description>
</field> </field>
<field null-value="default"> <field stash.maxSize="50"
null-value="default">
<name>classifier</name> <name>classifier</name>
<identifier>false</identifier> <identifier>false</identifier>
<version>1.0.0+</version> <version>1.0.0+</version>
@ -921,7 +945,8 @@
The classifier for this artifact. The classifier for this artifact.
</description> </description>
</field> </field>
<field null-value="default" <field stash.maxSize="50"
null-value="default"
jpox.column="FILE_TYPE"> jpox.column="FILE_TYPE">
<name>type</name> <name>type</name>
<identifier>false</identifier> <identifier>false</identifier>
@ -1098,7 +1123,8 @@
<name>ArchivaProjectModel</name> <name>ArchivaProjectModel</name>
<version>1.0.0+</version> <version>1.0.0+</version>
<fields> <fields>
<field jpox.primary-key="true" <field stash.maxSize="250"
jpox.primary-key="true"
jpox.value-strategy="off" jpox.value-strategy="off"
jpox.persistence-modifier="persistent"> jpox.persistence-modifier="persistent">
<name>groupId</name> <name>groupId</name>
@ -1110,7 +1136,8 @@
The Group ID of the repository content. The Group ID of the repository content.
</description> </description>
</field> </field>
<field jpox.primary-key="true" <field stash.maxSize="80"
jpox.primary-key="true"
jpox.value-strategy="off" jpox.value-strategy="off"
jpox.persistence-modifier="persistent"> jpox.persistence-modifier="persistent">
<name>artifactId</name> <name>artifactId</name>
@ -1122,7 +1149,8 @@
The Artifact ID of the repository content. The Artifact ID of the repository content.
</description> </description>
</field> </field>
<field jpox.primary-key="true" <field stash.maxSize="50"
jpox.primary-key="true"
jpox.value-strategy="off" jpox.value-strategy="off"
jpox.persistence-modifier="persistent"> jpox.persistence-modifier="persistent">
<name>version</name> <name>version</name>
@ -1198,7 +1226,7 @@
The timestamp when this model was indexed. The timestamp when this model was indexed.
</description> </description>
</field> </field>
<field stash.maxSize="256"> <field stash.maxSize="250">
<name>url</name> <name>url</name>
<identifier>false</identifier> <identifier>false</identifier>
<version>1.0.0+</version> <version>1.0.0+</version>
@ -1435,7 +1463,7 @@
<description>The email address to post to this mailing list.</description> <description>The email address to post to this mailing list.</description>
<type>String</type> <type>String</type>
</field> </field>
<field stash.maxsize="256"> <field stash.maxSize="250">
<name>mainArchiveUrl</name> <name>mainArchiveUrl</name>
<version>1.0.0+</version> <version>1.0.0+</version>
<description>The url to the archive for this mailing list.</description> <description>The url to the archive for this mailing list.</description>
@ -1469,20 +1497,21 @@
<description>Specifies the organization that produces this project.</description> <description>Specifies the organization that produces this project.</description>
<version>1.0.0+</version> <version>1.0.0+</version>
<fields> <fields>
<field> <field stash.maxSize="250">
<name>name</name> <name>name</name>
<identifier>true</identifier> <identifier>true</identifier>
<version>1.0.0+</version> <version>1.0.0+</version>
<description><![CDATA[The full name of the organization.]]></description> <description><![CDATA[The full name of the organization.]]></description>
<type>String</type> <type>String</type>
</field> </field>
<field stash.maxsize="256"> <field stash.maxSize="250">
<name>url</name> <name>url</name>
<version>1.0.0+</version> <version>1.0.0+</version>
<description><![CDATA[The URL to the organization's home page.]]></description> <description><![CDATA[The URL to the organization's home page.]]></description>
<type>String</type> <type>String</type>
</field> </field>
<field jpox.column="FAVICON_URL"> <field stash.maxSize="250"
jpox.column="FAVICON_URL">
<name>favicon</name> <name>favicon</name>
<version>1.0.0+</version> <version>1.0.0+</version>
<description><![CDATA[ <description><![CDATA[
@ -1525,19 +1554,19 @@
The type of license. The type of license.
</description> </description>
</field> </field>
<field> <field stash.maxSize="250">
<name>name</name> <name>name</name>
<version>1.0.0+</version> <version>1.0.0+</version>
<description><![CDATA[The full legal name of the license.]]></description> <description><![CDATA[The full legal name of the license.]]></description>
<type>String</type> <type>String</type>
</field> </field>
<field stash.maxsize="256"> <field stash.maxSize="250">
<name>url</name> <name>url</name>
<version>1.0.0+</version> <version>1.0.0+</version>
<description><![CDATA[The official url for the license text.]]></description> <description><![CDATA[The official url for the license text.]]></description>
<type>String</type> <type>String</type>
</field> </field>
<field> <field stash.maxSize="8192">
<name>comments</name> <name>comments</name>
<description> <description>
Addendum information pertaining to this license. Addendum information pertaining to this license.
@ -1565,7 +1594,7 @@
</description> </description>
<version>1.0.0+</version> <version>1.0.0+</version>
<fields> <fields>
<field stash.maxsize="256"> <field stash.maxSize="250">
<name>url</name> <name>url</name>
<identifier>true</identifier> <identifier>true</identifier>
<version>1.0.0+</version> <version>1.0.0+</version>
@ -1593,7 +1622,7 @@
<name>CiManagement</name> <name>CiManagement</name>
<version>1.0.0+</version> <version>1.0.0+</version>
<fields> <fields>
<field stash.maxsize="256"> <field stash.maxSize="250">
<name>url</name> <name>url</name>
<identifier>true</identifier> <identifier>true</identifier>
<version>1.0.0+</version> <version>1.0.0+</version>
@ -1601,7 +1630,8 @@
<![CDATA[URL for the continuous integration system used by the project if it has a web interface.]]></description> <![CDATA[URL for the continuous integration system used by the project if it has a web interface.]]></description>
<type>String</type> <type>String</type>
</field> </field>
<field jpox.column="SYSTEM_NAME"> <field stash.maxSize="50"
jpox.column="SYSTEM_NAME">
<name>system</name> <name>system</name>
<version>1.0.0+</version> <version>1.0.0+</version>
<description> <description>
@ -1657,7 +1687,7 @@
</description> </description>
<type>boolean</type> <type>boolean</type>
</field> </field>
<field stash.maxsize="256"> <field stash.maxSize="250">
<name>url</name> <name>url</name>
<version>1.0.0+</version> <version>1.0.0+</version>
<description><![CDATA[The URL for the homepage of the individual.]]></description> <description><![CDATA[The URL for the homepage of the individual.]]></description>
@ -1671,7 +1701,7 @@
<description><![CDATA[The organization to which the individual belongs.]]></description> <description><![CDATA[The organization to which the individual belongs.]]></description>
<type>String</type> <type>String</type>
</field> </field>
<field> <field stash.maxSize="250">
<name>organizationUrl</name> <name>organizationUrl</name>
<alias>organisationUrl</alias> <alias>organisationUrl</alias>
<version>1.0.0+</version> <version>1.0.0+</version>
@ -1729,7 +1759,7 @@
<name>Dependency</name> <name>Dependency</name>
<version>1.0.0+</version> <version>1.0.0+</version>
<fields> <fields>
<field> <field stash.maxSize="250">
<name>groupId</name> <name>groupId</name>
<version>1.0.0+</version> <version>1.0.0+</version>
<type>String</type> <type>String</type>
@ -1738,7 +1768,7 @@
The Group ID of the repository content. The Group ID of the repository content.
</description> </description>
</field> </field>
<field> <field stash.maxSize="80">
<name>artifactId</name> <name>artifactId</name>
<version>1.0.0+</version> <version>1.0.0+</version>
<type>String</type> <type>String</type>
@ -1747,7 +1777,7 @@
The Artifact ID of the repository content. The Artifact ID of the repository content.
</description> </description>
</field> </field>
<field> <field stash.maxSize="50">
<name>version</name> <name>version</name>
<version>1.0.0+</version> <version>1.0.0+</version>
<type>String</type> <type>String</type>
@ -1756,7 +1786,7 @@
The version of the repository content. The version of the repository content.
</description> </description>
</field> </field>
<field> <field stash.maxSize="50">
<name>classifier</name> <name>classifier</name>
<version>1.0.0+</version> <version>1.0.0+</version>
<type>String</type> <type>String</type>
@ -1768,7 +1798,8 @@
<code>jdk14</code> and <code>jdk15</code>. <code>jdk14</code> and <code>jdk15</code>.
]]></description> ]]></description>
</field> </field>
<field jpox.column="DEPENDENCY_TYPE"> <field stash.maxSize="50"
jpox.column="DEPENDENCY_TYPE">
<name>type</name> <name>type</name>
<version>1.0.0+</version> <version>1.0.0+</version>
<type>String</type> <type>String</type>
@ -1800,7 +1831,7 @@
<type>boolean</type> <type>boolean</type>
<!-- <defaultValue>false</defaultValue> --> <!-- <defaultValue>false</defaultValue> -->
</field> </field>
<field stash.maxsize="256"> <field stash.maxSize="250">
<name>url</name> <name>url</name>
<version>1.0.0+</version> <version>1.0.0+</version>
<description><![CDATA[ <description><![CDATA[
@ -1823,7 +1854,7 @@
</description> </description>
<type>String</type> <type>String</type>
</field> </field>
<field> <field stash.maxSize="250">
<name>systemPath</name> <name>systemPath</name>
<version>1.0.0+</version> <version>1.0.0+</version>
<description><![CDATA[ <description><![CDATA[
@ -1918,14 +1949,14 @@
<name>Exclusion</name> <name>Exclusion</name>
<version>1.0.0+</version> <version>1.0.0+</version>
<fields> <fields>
<field> <field stash.maxSize="250">
<name>groupId</name> <name>groupId</name>
<version>1.0.0+</version> <version>1.0.0+</version>
<description><![CDATA[The group ID of the project to exclude.]]></description> <description><![CDATA[The group ID of the project to exclude.]]></description>
<type>String</type> <type>String</type>
<required>true</required> <required>true</required>
</field> </field>
<field> <field stash.maxSize="80">
<name>artifactId</name> <name>artifactId</name>
<version>1.0.0+</version> <version>1.0.0+</version>
<description><![CDATA[The artifact ID of the project to exclude.]]></description> <description><![CDATA[The artifact ID of the project to exclude.]]></description>
@ -1949,7 +1980,7 @@
<name>Scm</name> <name>Scm</name>
<version>1.0.0+</version> <version>1.0.0+</version>
<fields> <fields>
<field stash.maxsize="256" jpox.column="SCM_URL"> <field stash.maxSize="250" jpox.column="SCM_URL">
<name>connection</name> <name>connection</name>
<version>1.0.0+</version> <version>1.0.0+</version>
<description><![CDATA[ <description><![CDATA[
@ -1962,7 +1993,7 @@
]]></description> ]]></description>
<type>String</type> <type>String</type>
</field> </field>
<field stash.maxsize="256"> <field stash.maxSize="250">
<name>developerConnection</name> <name>developerConnection</name>
<version>1.0.0+</version> <version>1.0.0+</version>
<description><![CDATA[ <description><![CDATA[
@ -1971,7 +2002,7 @@
]]></description> ]]></description>
<type>String</type> <type>String</type>
</field> </field>
<field stash.maxsize="256"> <field stash.maxSize="250">
<name>url</name> <name>url</name>
<version>1.0.0+</version> <version>1.0.0+</version>
<description> <description>
@ -1995,7 +2026,7 @@
<name>ProjectRepository</name> <name>ProjectRepository</name>
<version>1.0.0+</version> <version>1.0.0+</version>
<fields> <fields>
<field> <field stash.maxSize="50">
<name>id</name> <name>id</name>
<version>1.0.0+</version> <version>1.0.0+</version>
<description><![CDATA[ <description><![CDATA[
@ -2004,7 +2035,7 @@
]]></description> ]]></description>
<type>String</type> <type>String</type>
</field> </field>
<field> <field stash.maxSize="250">
<name>name</name> <name>name</name>
<version>1.0.0+</version> <version>1.0.0+</version>
<description><![CDATA[ <description><![CDATA[
@ -2012,7 +2043,7 @@
]]></description> ]]></description>
<type>String</type> <type>String</type>
</field> </field>
<field stash.maxsize="256"> <field stash.maxSize="250">
<name>url</name> <name>url</name>
<version>1.0.0+</version> <version>1.0.0+</version>
<description><![CDATA[ <description><![CDATA[
@ -2020,7 +2051,7 @@
]]></description> ]]></description>
<type>String</type> <type>String</type>
</field> </field>
<field> <field stash.maxSize="16">
<name>layout</name> <name>layout</name>
<version>1.0.0+</version> <version>1.0.0+</version>
<description><![CDATA[ <description><![CDATA[
@ -2079,7 +2110,7 @@
<name>RepositoryProblem</name> <name>RepositoryProblem</name>
<version>1.0.0+</version> <version>1.0.0+</version>
<fields> <fields>
<field> <field stash.maxSize="50">
<name>repositoryId</name> <name>repositoryId</name>
<version>1.0.0+</version> <version>1.0.0+</version>
<required>true</required> <required>true</required>
@ -2088,7 +2119,8 @@
The repository associated with this path and problem. The repository associated with this path and problem.
</description> </description>
</field> </field>
<field jpox.column="REPO_PATH"> <field stash.maxSize="250"
jpox.column="REPO_PATH">
<name>path</name> <name>path</name>
<version>1.0.0+</version> <version>1.0.0+</version>
<type>String</type> <type>String</type>
@ -2097,7 +2129,7 @@
The path into the repository for the problem. The path into the repository for the problem.
</description> </description>
</field> </field>
<field> <field stash.maxSize="250">
<name>groupId</name> <name>groupId</name>
<version>1.0.0+</version> <version>1.0.0+</version>
<type>String</type> <type>String</type>
@ -2106,7 +2138,7 @@
The Group ID of the repository content with the problem. The Group ID of the repository content with the problem.
</description> </description>
</field> </field>
<field> <field stash.maxSize="80">
<name>artifactId</name> <name>artifactId</name>
<version>1.0.0+</version> <version>1.0.0+</version>
<type>String</type> <type>String</type>
@ -2115,7 +2147,7 @@
The Artifact ID of the repository content with the problem. The Artifact ID of the repository content with the problem.
</description> </description>
</field> </field>
<field> <field stash.maxSize="50">
<name>version</name> <name>version</name>
<version>1.0.0+</version> <version>1.0.0+</version>
<type>String</type> <type>String</type>
@ -2124,7 +2156,8 @@
The version of the repository content with the problem. The version of the repository content with the problem.
</description> </description>
</field> </field>
<field jpox.column="PROBLEM_TYPE"> <field stash.maxSize="50"
jpox.column="PROBLEM_TYPE">
<name>type</name> <name>type</name>
<identifier>false</identifier> <identifier>false</identifier>
<version>1.0.0+</version> <version>1.0.0+</version>
@ -2134,7 +2167,8 @@
The type of health problem. The type of health problem.
</description> </description>
</field> </field>
<field jpox.column="PROBLEM_ORIGIN"> <field stash.maxSize="20"
jpox.column="PROBLEM_ORIGIN">
<name>origin</name> <name>origin</name>
<identifier>false</identifier> <identifier>false</identifier>
<version>1.0.0+</version> <version>1.0.0+</version>
@ -2144,7 +2178,7 @@
The origin of the health problem. The origin of the health problem.
</description> </description>
</field> </field>
<field> <field stash.maxSize="4096">
<name>message</name> <name>message</name>
<identifier>false</identifier> <identifier>false</identifier>
<version>1.0.0+</version> <version>1.0.0+</version>
@ -2179,7 +2213,7 @@
<name>RepositoryContentStatistics</name> <name>RepositoryContentStatistics</name>
<version>1.0.0+</version> <version>1.0.0+</version>
<fields> <fields>
<field> <field stash.maxSize="50">
<name>repositoryId</name> <name>repositoryId</name>
<version>1.0.0+</version> <version>1.0.0+</version>
<identifier>false</identifier> <identifier>false</identifier>