dependabot[bot] a430a37e64
Bump org.owasp:dependency-check-maven from 8.4.0 to 10.0.3
Bumps [org.owasp:dependency-check-maven](https://github.com/jeremylong/DependencyCheck) from 8.4.0 to 10.0.3.
- [Release notes](https://github.com/jeremylong/DependencyCheck/releases)
- [Changelog](https://github.com/jeremylong/DependencyCheck/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jeremylong/DependencyCheck/compare/v8.4.0...v10.0.3)

---
updated-dependencies:
- dependency-name: org.owasp:dependency-check-maven
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-24 20:44:22 +00:00
2024-07-24 22:42:05 +02:00
2024-07-24 22:20:06 +02:00
2022-05-01 12:45:05 +02:00
2023-10-14 00:42:38 +02:00
2022-05-01 12:45:05 +02:00
2024-07-24 22:12:01 +02:00

fop4apex Quality Gate StatusTechnical Debt

Servlet for Oracle APEX to run PDF Reports based on Apache FOP

Fahrdienst-Anwendung / Kostenblatt

Run tests

mvn test

Build

mvn package verify

Upgrade

  • set new version in pom.xml
  • check dependent libraries for updates
  • run tests and build

Release

  • create a tag with version number
  • create a github release

Installation

  • rename target/fop4apex*.war to fop4apex.war
  • copy fop4apex.war to tomcat webapps folder
  • Oracle APEX - Sample Settings
    • PrintServer External (Apache FOP)
    • Protocol HTTP / HTTPS
    • Host 127.0.0.1
    • Port 8080
    • Script: /fop4apex/pdf
    • Timeout 300

Debugging

Add to Tomcat logging.properties:

org.apache.tomcat.util.http.Parameters.level = ALL
de.pdv.apex.level = ALL

Deploy to tomcat 10.1.x+ or Jetty 12 (IntelliJ / Netbeans)

Run http://localhost:port/

Example:

Description
Servlet for Oracle APEX to run PDF Reports based on Apache FOP
Readme Apache-2.0 629 KiB
Languages
XSLT 88.1%
Java 11.9%