Skip to content
Scott Kurz edited this page Jan 20, 2018 · 3 revisions

January 2018, (for maven-liberty-plugin 2.0)

  • Major restructure to leverage WDT Maven support
  • Updated POM version to 2.0-SNAPSHOT

November 2015, (for maven-liberty-plugin 1.1)

  • Another major restructure to leverage the maven-liberty-plugin to install Liberty and needed features, and to better integrate Maven and WDT
  • Added default file root to generated CSV file names.

August 2015, (for 8.5.5.6 GA)

May 2015 beta

  • Refactored the Maven automation to point to an existing WLP installation rather than the one pre-packaged within the sample
  • Added the SimpleBonusPayoutJob
  • Provided CDI-enabled injection of AccountType into the GenerateDataBatchlet

December 2014 beta

  • Application name changed from --applicationName BonusPayout to --applicationName BonusPayout-1.0 on jbatch submit command.
  • Refactored job from EJB built with WDT batch tooling to Maven WAR
  • Renamed application DB table to BONUSPAYOUT.ACCOUNT
  • Changed default for dsJNDI String to use a java:comp/env lookup with resource reference (and removed useGlobalJNDI parameter). This parameter value can be a global one or one of the supported, standard scopes such as java:comp/env/
  • Adjusted defaulting of generateFileNameRoot in BonusPayoutUtils.java

Links