You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AbstractDatabaseConnectingTestAction.Builder.statement() calls in the Java and Groovy DSLs,
the sql.statements.statement and sql.statement tags in the XML and Spring XML DSLs, and
the actions.sql.statements.statement and actions.plsql.statements.statement properties in the YAML DSL.
50: Added DataSource bean completion in the sql@datasource attribute in the XML and Spring XML DSLs.
50: Added TransactionManager bean completion in the sql.transaction@manager attribute in the XML, and in the sql@transaction-manager attribute in the Spring XML DSLs.
50: Added completion of SQL SELECT statement table column names in
ExecuteSQLQueryAction.Builder.validate() and ExecuteSQLQueryAction.Builder.extract() based on statement() and sqlResource() calls in same call chains, in the Java and Groovy DSLs.
the sql.validate@column and sql.extract@column attributes based on related statement and resource tags in the XML DSLs.
the sql.validate.column and sql.extract.column properties based on related statement and file properties in the YAML DSL.
Added Citrus resource line markers for the arguments of create(), fromClassPath() and fromFileSystem() of org.citrusframework.spi.Resources in the Java and Groovy DSLs.
Changed
Improved the Groovy expression evaluation logic to include binary expressions like "this is " + "concatenated string".
Fixed
Fixed a NullPointerException that occurred during folding XML closing tags.