·
4 commits
to master
since this release
Scriptella 1.5
Scriptella 1.5 is a focused compatibility and usability release that keeps
the Java 17 baseline while improving current JDBC database support, optional
integration dependencies, and release-time validation.
Highlights
- First-class PostgreSQL and MariaDB adapters with canonical URL autodetection.
- Experimental
--checkcommand for static ETL configuration checks. - Credential-safe diagnostics for missing, broken, or URL-incompatible JDBC
drivers. - Updated MySQL, Velocity, Spring, and optional runtime dependency sets.
- Release validation on JDK 17 and JDK 25 while retaining Java 17 bytecode.
- Public H2 transaction and parameter-binding contract coverage.
Compatibility and upgrade notes
- Java 17 remains the minimum runtime and build JDK. Scriptella 1.3 remains
the Java 8 compatibility line. - PostgreSQL and MariaDB have full recorded validation for the documented
versions. MySQL validation is limited to the targeted 8.4.11 / Connector/J
26.7.0 lane; Oracle and SQL Server remain provisional adapter-level support. - Vendor JDBC drivers must be supplied through the connection
classpathor
the application runtime classpath. - Review the documented dependency changes when upgrading Velocity or Spring
integrations.
See the full changelog
for complete details and the Scriptella website for
documentation and downloads.