Skip to content

Latest commit

 

History

History
173 lines (94 loc) · 3.24 KB

CHANGELOG.md

File metadata and controls

173 lines (94 loc) · 3.24 KB

4.0.1

  • Update to Jasper 7.0.1

4.0.0

  • Update to Jasper 7.0.0

3.6.3

  • Update to Jasper 6.21.4

3.6.2

  • Update to Jasper 6.21.3
  • Add missing dependencies for compilation of javascript based reports

3.6.1

  • Update to Jasper 6.21.2

3.6.0

  • Update to Jasper 6.21.0
  • Dependency updates

3.5.10

  • Update to Jasper 6.20.6

3.5.9

  • (release failed due to wrong ci config, use 3.5.10)

3.5.8

  • (release failed due to wrong ci config, use 3.5.10)

3.5.7

  • (release failed due to wrong ci config, use 3.5.10)

3.5.6

  • Update to Jasper 6.20.5

3.5.5

  • Update to Jasper 6.20.4

3.5.4

  • Update to Jasper 6.20.3

3.5.3

  • Update to Jasper 6.20.2

3.5.2

(release failed due to wrong ci config, use 3.5.3)

3.5.1

  • Update to Jasper 6.20.1

3.5.0

  • Update to Jasper 6.20.0

3.4.1

  • Update to Jasper 6.19.1

3.4.0

  • Update to Jasper 6.19.0

3.3.1

  • Update to Jasper 6.18.1

3.3.0

  • Update to Jasper 6.18.0

3.2.0

  • Update to Jasper 6.17.0

3.1.0

  • Integrate with m2e. This fixes the "plugin execution not covered by a lifecycle configuration" message in eclipse.
  • Update to Jasper 6.16.0

3.0

  • Move plugin to pro-crafting.
  • No other changes planned for this release. This one is intended for a clean migration.

2.8

2.7

  • Update to Jasper 6.11.0

2.6

  • Update to Jasper 6.9.0

2.5

2.4

  • Update to Java 8, and new Plugin Mojo style with annotations
  • Added additionalClasspath option to support adding extra libraries to the classpath.
  • Updated to jasper 6.7

2.3

  • Backwards compatibility to Java 1.6
  • Close open input skills after usage

Big thanks to @brunoabdon

2.2

  • Configuration option to always compile all files

2.1

  • Added failOnMissingSourceDirectory property, so that one can continue the build while sourceDirectory does not exist.

2.0

This release sets Jasper to version 6 and updates some other deps. Also uses the new OSS release system instead of the old OSS parent pom. This release requires using Maven 3.x.

1.9

  • Fixes a bug that required a dependency on Servlet. #13

1.8

  • Fixes #7 For each .jrxml file search the compiled .jasper if not found or older than source file recompile it.
  • Fixes #9 Project classpath added to ClassLoader.

Thanks to @lucarota

1.7

  • Allows developers to set additional properties #5. Thanks to @Plozi

1.6

  • Prepared the project to be hosted on Maven central. No code changes.

1.5

  • Allow setting of a custom compiler.

1.4

  • Updated the Jasper version