This is an automated email from the ASF dual-hosted git repository.
tballison pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git
from 075174ad04 Merge pull request #2991 from apache/TIKA-4809-stage-1
add 2dc9f26ef2 TIKA-4807: consolidate metadata registry regeneration into
one script
new cbf7174e25 Merge pull request #2992 from apache/TIKA-4807
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.skills/metadata-schema.md | 15 +++-
docs/modules/ROOT/nav.adoc | 1 +
docs/modules/ROOT/pages/developers/index.adoc | 2 +
.../ROOT/pages/developers/metadata-keys.adoc | 67 +++++++++++++++
tika-metadata-schema/README.md | 10 +--
tika-metadata-schema/regen.sh | 95 ++++++++++++++++++++++
.../metadata/schema/MetadataFieldTableTest.java | 2 +-
.../tika/metadata/schema/MetadataSchemaTest.java | 7 +-
8 files changed, 188 insertions(+), 11 deletions(-)
create mode 100644 docs/modules/ROOT/pages/developers/metadata-keys.adoc
create mode 100755 tika-metadata-schema/regen.sh