Index

Introduction


PDI 4.0 is a nicely balanced release, a rare mix of a lot of new features combined with engine stability and 100% backward compatibility of your existing jobs and transformations.

Once again, many many thanks go to our large community of Kettle enthusiasts for all the help they provided to make this release another success.

General changes

Visual changes

Running jobs in Spoon

Running transformations in Spoon

New logging architecture

New plug-in architecture

New repository plug-in architecture

Step changes

New steps

Updated steps

Job entry changes

New job entries

Updated job entries

Databases

Repository

Internationalization


TODO:

Community and codebase

Codebase

Even though we try our best to re-factor and simplify the codebase all the time, there is no denying that the codebase keeps growing.
Right before every release we run the following command:

find . -name "*.java" -exec wc -l {} \; | awk '{ sum+=$1 } END { print sum }'

This is what that gave us over the last releases:

Version

Lines of code

Increase

% inc.

2.1.4

160,000

 

 

2.2.2

177,450

  17,450

10.9%

2.3.0

213,489

  36,039

20.3%

2.4.0

256,030

  42,541

19.9%

2.5.0

292,241

  36,211

14.1%

3.0.0

348,575

  56,334

19.3%

3.1.0

456,772

108,197

31.0%

3.2.0

529,277

  72,505

15.8%

4.0.0

607,180

  77,903

14.7%


Libraries

The total library portfolio of Pentaho Data Integration consists of these libs:

Filename

Description

Dependency

kettle-core.jar

A small set of core classes and utilities for the Kettle environments

none

kettle-db.jar

Contains database related classes

kettle-core

kettle-engine.jar

The transformation and job runtime engines

kettle-core, kettle-db

kettle-ui-swtjar

The UI classes, Spoon, dialogs, etc

kettle-core, kettle-db, kettle-engine



Matt Casters - Okegem/Belgium - March 29th 2010