Releases: JULIELab/jcore-pipeline-modules
Releases · JULIELab/jcore-pipeline-modules
v0.5.3
v0.5.2
v0.5.1
v0.5.0
v0.4.3
v0.4.2
v0.4.1
v0.4.0
- Version 0.4.0. - @khituras
- Fixed a bug where the componentList.json files would contain all components currently loaded. - @khituras
- Setting the command line output to debug. - @khituras
- Updating to jcore-base 2.5.0-SNAPSHOT. - @khituras
- Trying to avoid an NPE with PEARs (artifact version check). - @khituras
- Fixed an issue where repositories could not be added. - @khituras
- The command calling the pipeline runner now takes $JAVA_HOME into account. - @khituras
- The JCoRePipeline can now have a parent POM. - @khituras
- Added a dialog to write a POM with all component dependencies. - @khituras
- Component repositories can now be added and changed in version. - @khituras
v0.2.5.1
This release contains a backport to allow the heap size specification for the actual pipeline run.
There is the CPEBootstrapRunner
which loads the JCoReUimaPipeline
and then creates a child process that actually runs the pipeline. The heapsize
configuration property in the pipeline runner XML configuration file allows the heap size specification for the child process which actually runs the pipeline.