dependabot[bot] ff50a81fa0
Bump pico from 1.5.5 to 1.5.6
Bumps [pico](https://github.com/picocss/pico) from 1.5.5 to 1.5.6.
- [Release notes](https://github.com/picocss/pico/releases)
- [Commits](https://github.com/picocss/pico/compare/v1.5.5...v1.5.6)

---
updated-dependencies:
- dependency-name: org.webjars.bowergithub.picocss:pico
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-24 07:06:45 +00:00
2022-10-04 23:23:55 +02:00
2022-10-28 01:46:05 +02:00
2022-05-01 12:45:05 +02:00
2022-09-09 01:27:30 +02:00
2022-05-01 12:45:05 +02:00
2022-11-24 07:06:45 +00:00
2022-09-09 23:11:07 +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 9.x (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%