Skip to main content

Supported Polarion Versions

The following table lists Polarion versions that are officially supported by Nextedy RISKSHEET:
Polarion VersionRISKSHEET VersionSupport StatusRelease DateEnd of Support
Polarion 2024.1025.1.0+✅ Fully SupportedOct 2024Oct 2026
Polarion 2024.624.7.0+✅ Fully SupportedJun 2024Jun 2026
Polarion 2024.324.3.0+✅ Fully SupportedMar 2024Mar 2026
Polarion 2023.1023.10.0+✅ Fully SupportedOct 2023Oct 2025
Polarion 2023.623.6.0+✅ Fully SupportedJun 2023Jun 2025
Polarion 2023.323.3.0+✅ Fully SupportedMar 2023Mar 2025
Polarion 2022.1022.10.0+Maintenance ModeOct 2022Oct 2024
Polarion 2022.622.6.0+Maintenance ModeJun 2022Jun 2024
Polarion 2022.322.3.0+❌ End of SupportMar 2022Mar 2023

Version Compatibility Matrix

Polarion VersionRISKSHEET VersionSupport Level
Polarion 2024.1025.1.0+All features, full support, auto-updates
Polarion 2024.624.7.0+All features, limited updates
Polarion 2023.1024.3.1+Field rendering exceptions (benign), no functional impact
Polarion 2022.1022.10.0+Maintenance mode only, security updates only
Running RISKSHEET versions older than recommended for your Polarion release may result in:
  • Missing feature support
  • Performance degradation
  • Incompatible field rendering
  • Query parsing errors

Minimum Version Requirements

Java Requirements

Polarion VersionMinimum JavaRecommended Java
Polarion 2024.10Java 11Java 17 LTS
Polarion 2024.6Java 11Java 17 LTS
Polarion 2024.3Java 11Java 11 LTS
Polarion 2023.10Java 8Java 11 LTS
Polarion 2023.6Java 8Java 11 LTS
Polarion 2022.10Java 8Java 8 LTS

Database Requirements

Polarion VersionPostgreSQLOracleMySQL
Polarion 2024.1012+19c+8.0+
Polarion 2024.612+19c+8.0+
Polarion 2024.311+19c+8.0+
Polarion 2023.1010+12c+5.7+
Polarion 2023.610+12c+5.7+
Polarion 2022.109.6+12c+5.6+

Known Version-Specific Issues

Polarion 2024.10 — Query Parsing Errors

Issue: Unparseable query errors when opening documents with auto-assignment rules containing invalid Lucene syntax Symptoms:
  • Error message: Unparseable query exception
  • Document fails to open on test server
  • RISKSHEET appears in error logs but is not the root cause
Root Cause: Polarion’s auto-assignment feature can generate malformed queries when unverified template expressions or invalid inputs are used (e.g., {{7*7}} templates not evaluated) Resolution:
  1. Check auto-assignment configuration in Polarion project settings
  2. Verify all template expressions are properly evaluated
  3. Remove invalid Lucene syntax from auto-assignment rules
  4. Update Nextedy Checklist plugin to version 25.1.0 or later
Affected Versions: Polarion 2410 with Nextedy plugins

Polarion 2023.10 — Field Rendering Exceptions

Issue: Java exceptions in logs during Polarion upgrades; appears to affect system stability but has no functional impact Symptoms:
  • Stack traces in Polarion logs referencing field rendering
  • Occurs after upgrading to Polarion 23.10
  • No visible impact on RISKSHEET functionality
Root Cause: Specific field type rendering incompatibility between Polarion versions Fixed In: RISKSHEET 24.3.1 (identified problematic field) and 24.7.0+ (complete fix) Workaround:
  • Exceptions are safe to ignore if RISKSHEET functions normally
  • Suppress logging for field rendering packages if exceptions cause log noise
  • Upgrade RISKSHEET to 24.7.0+ for permanent resolution
Decision Tree for Exceptions:

Upgrade Compatibility

Supported Upgrade Paths

From Polarion 2023.10 → Polarion 2024.10
  • RISKSHEET 23.10.0+ can run under both versions during transition
  • Recommended: Upgrade RISKSHEET to 24.7.0+ before or immediately after Polarion upgrade
  • No data migration required
  • Configuration remains backward compatible
From Polarion 2024.3 → Polarion 2024.6
  • Direct upgrade: no intermediate version needed
  • RISKSHEET 24.3.0+ automatically compatible
  • No re-configuration required

Unsupported Downgrade Paths

Downgrading from newer Polarion versions to older versions is not supported:
  • Polarion 2024.10 → 2024.6: Not recommended without backup
  • Configuration may become incompatible
  • Database schema changes are not reversible
  • RISKSHEET may lose access to new feature data

Plugin Compatibility

RISKSHEET version compatibility with related Nextedy plugins:
PluginRISKSHEET 24.7+RISKSHEET 24.3RISKSHEET 23.10
Nextedy Checklist25.1.0+24.3.0+23.10.0+
Nextedy Gantt24.7.0+24.3.0+23.6.0+
Nextedy Metrics24.6.0+24.3.0+23.10.0+

Version-Specific Configuration Properties

Some configuration properties are only available in specific Polarion versions:
PropertyIntroducedDeprecatedMin Polarion
global.refreshOnSave23.102023.10
dataTypes.risk.removeStrategy24.32024.3
headers.columnGroupHeader.height24.62024.6
formulas.commonRpnNew24.32024.3
reviews.typeProperties.query24.32024.3

Feature Availability by Version

Polarion 2024.10

  • Multi-document queries
  • Collection support
  • Advanced baseline comparison
  • Dependent enum fields
  • Rich text formatting preservation

Polarion 2024.6

  • Velocity template context expansion
  • PDF export multi-page images
  • Baseline filtering
  • Column-level visibility control

Polarion 2024.3

  • New RPN calculation formulas
  • Approval-based review workflows
  • Server render columns
  • Downstream task linking

Polarion 2023.10 and Earlier

  • Comment-based reviews only
  • Basic traceability
  • Standard FMEA/HARA workflows

Version Checking

Check Installed Versions

Polarion Version: RISKSHEET Version: Java Version:

Version Compatibility Check Command

For administrators, verify compatibility:
# Check Polarion version
grep -i "version" $POLARION_HOME/metadata/version.txt

# Check RISKSHEET plugin version
ls -la $POLARION_HOME/plugins/com.nextedy.risksheet*.jar

End of Support Timeline

Nextedy follows the Polarion release cycle:
  • Fully Supported: Latest 3 releases receive all updates
  • Maintenance Mode: 4th-5th release receives security updates only
  • End of Support: 6+ releases ago receive no updates
Planning upgrades? See Polarion Version Compatibility for detailed support windows and upgrade guidance.
KB ArticlesSupport TicketsSource Code
  • AppConfigParser.ts
  • ApprovalBasedReview.java
  • IReview.java
  • AppConfig.ts
  • WorkItemBasedReview.java