FITS Maintenance Update Recommendations - Q1 2026
Summary
This issue tracks critical maintenance updates needed for FITS 1.6.1-SNAPSHOT, prioritizing security patches, outdated tool signatures, and dependency updates. All updates must follow the conservative approach outlined in CLAUDE.md - stability over features, with comprehensive Docker testing.
🚨 Critical Security Updates (IMMEDIATE)
1. Log4j Security Update (HIGH PRIORITY)
- Current: 2.19.0
- Recommended: Latest stable 2.x (avoid 3.0.0-beta)
- Risk: Log4j vulnerabilities are actively exploited
- Files:
pom.xml:17
2. GitHub Actions Security Update
- Current:
actions/checkout@v2
- Recommended:
actions/checkout@v4
- Risk: Older actions may have security issues
- Files:
.github/workflows/build.yml:13
📅 Quarterly Maintenance (OVERDUE)
3. DROID Signature Files Update
- Current: V109 (May 24, 2023 - 9+ months old)
- Action:
mvn -P update-droid-sigs generate-resources
- Impact: Missing newer file format signatures affects identification accuracy
- Files:
tools/droid/DROID_SignatureFile_V109.xml
🔧 Tool Version Updates (EXTENSIVE TESTING REQUIRED)
4. JHOVE Update (Conservative Priority)
- Current: 1.28.0
- Latest: 1.32.1
- Impact: PDF/TIFF validation changes may affect institutional workflows
- Testing: Compare validation outputs before/after upgrade
5. Apache Tika Update (Major Version - High Risk)
- Current: 2.8.0
- Latest: 3.2.3
- ⚠️ CAUTION: Major version jump - metadata output format may change
- Testing: Comprehensive comparison of XML outputs required
6. DROID Update (Major Version - High Risk)
- Current: 6.5.2
- Latest: 6.9.3
- ⚠️ CAUTION: Format identification changes impact preservation workflows
- Testing: Side-by-side output comparison essential
🛠️ Infrastructure Updates
7. Maven Plugin Updates
Multiple Maven plugins can be updated:
spotless-maven-plugin: 2.43.0 → latest
maven-compiler-plugin: 3.10.1 → latest
maven-assembly-plugin: 3.4.2 → latest
📋 Recommended Implementation Plan
Phase 1 (This Week - Security Critical)
Phase 2 (Next Month - Functionality)
Phase 3 (Next Quarter - Major Changes)
⚠️ Critical Testing Requirements
Per CLAUDE.md - ALL TESTING MUST USE DOCKER:
# Build test container (run once)
docker build -f docker/Dockerfile-test -t fits-test .
# Run comprehensive tests
docker run --rm -v $(pwd):/fits:z -v ~/.m2:/root/.m2:z fits-test mvn clean test
# For tool updates - regenerate test expectations (REVIEW DIFFS CAREFULLY)
docker run --rm -v $(pwd):/fits:z -v ~/.m2:/root/.m2:z fits-test mvn -Doverwrite=true clean test
⚠️ WARNING: Never run mvn test directly on host - Docker testing is required for consistent results.
🎯 Success Criteria
📚 References
Remember: FITS is mission-critical infrastructure for digital preservation institutions worldwide. Changes to tool outputs can break institutional workflows. Prioritize thorough testing and clear documentation of any changes.
Assignees: Harvard LTS maintenance team
Labels: maintenance, security, dependencies
Milestone: 1.6.2-SNAPSHOT
FITS Maintenance Update Recommendations - Q1 2026
Summary
This issue tracks critical maintenance updates needed for FITS 1.6.1-SNAPSHOT, prioritizing security patches, outdated tool signatures, and dependency updates. All updates must follow the conservative approach outlined in CLAUDE.md - stability over features, with comprehensive Docker testing.
🚨 Critical Security Updates (IMMEDIATE)
1. Log4j Security Update (HIGH PRIORITY)
pom.xml:172. GitHub Actions Security Update
actions/checkout@v2actions/checkout@v4.github/workflows/build.yml:13📅 Quarterly Maintenance (OVERDUE)
3. DROID Signature Files Update
mvn -P update-droid-sigs generate-resourcestools/droid/DROID_SignatureFile_V109.xml🔧 Tool Version Updates (EXTENSIVE TESTING REQUIRED)
4. JHOVE Update (Conservative Priority)
5. Apache Tika Update (Major Version - High Risk)
6. DROID Update (Major Version - High Risk)
🛠️ Infrastructure Updates
7. Maven Plugin Updates
Multiple Maven plugins can be updated:
spotless-maven-plugin: 2.43.0 → latestmaven-compiler-plugin: 3.10.1 → latestmaven-assembly-plugin: 3.4.2 → latest📋 Recommended Implementation Plan
Phase 1 (This Week - Security Critical)
docker run --rm -v $(pwd):/fits:z -v ~/.m2:/root/.m2:z fits-test mvn clean testPhase 2 (Next Month - Functionality)
Phase 3 (Next Quarter - Major Changes)
Per CLAUDE.md - ALL TESTING MUST USE DOCKER:
mvn testdirectly on host - Docker testing is required for consistent results.🎯 Success Criteria
📚 References
Remember: FITS is mission-critical infrastructure for digital preservation institutions worldwide. Changes to tool outputs can break institutional workflows. Prioritize thorough testing and clear documentation of any changes.
Assignees: Harvard LTS maintenance team
Labels: maintenance, security, dependencies
Milestone: 1.6.2-SNAPSHOT