Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Latest commit

 

History

History
73 lines (42 loc) · 1.99 KB

CHANGELOG.md

File metadata and controls

73 lines (42 loc) · 1.99 KB

2.8

2.7

  • Update to Jasper 6.11.0

2.6

  • Update to Jasper 6.9.0

2.5

  • Update to Jasper 6.8.0
  • Bug fix typo in xmlValidation #51

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