Skip to main content

Documentation updates for Jul 13, 2026

Enhanced Known Issues section structure

Restructured the Designer troubleshooting guide to clearly define when to use the Known Issues page. Added detailed descriptions for specific issues like missing models in project overrides and tunnel address conflicts.

Updated pages:

Using Documentation Properties in ADITO Models

ADITO model elements now support a documentation property to store technical or functional explanations directly on the model. Written in AsciiDoc format, this helps clarify purpose and behavior for complex entities like Entities, Fields, and Parameters.

Updated pages:

Database Best Practices: Reserved Words and SQL Safety

Avoid reserved words for identifiers to ensure portability. Use prepared statements for SQL safety and qualify column names with table names to prevent ambiguity. Guidelines also cover DATETIME vs TIMESTAMP usage and storing booleans as TINYINT.

Updated pages:

Global Search Limitations with Solr 9 in ADITO 2025.0

Starting with version 2025.0, specific field types used in Global Search may hit Solr's maxBooleanClauses limit due to term expansion. This update provides warnings and recommends alternative field types like TEXTNOSTOPWORDS or COMMUNICATION to resolve search issues.

Updated pages:

Removed references to the product roadmap and clarified that ADITO does not yet ship a dedicated agent framework. Users can now build basic agent loops in JDito using function calling and process execution without relying on future roadmap features.

Updated pages: