[TOB-475] Fix star (*) in textblock pdf generate

* fixed bug in textblock parsing logic that failed parsing texts that
  that contained a star character. Confliced with bulletpoint detection

Signed-off-by: Tobias Stummer <stummer@develop-group.de>
7 files changed
tree: 8cb966d428729255862832382f5245e8c806359c
  1. deploy/
  2. docker/
  3. src/
  4. .gitignore
  5. docker-compose.yml
  6. LICENSE.md
  7. NOTICE.md
  8. pom.xml
  9. README.md
  10. sonar-project.properties
README.md

Eclipse openK User Modules - Statement Public Affairs back end

This application represents a user module for the Eclipse openK User Modules project.

Build

Run mvn clean install -DskipTests to build the project. All build artifacts will be stored in the targets/ directory.

Running unit tests

Run mvn clean install to execute the unit tests. All results will be stored in the targets/surefire-reports directory.

Further details about how to build, configure and run this module in a production or test environment, please see the howToBuild and howToRun documentation.