| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Jasper4Oracle_2_1_2.zip | 2025-10-22 | 369.9 MB | |
| Jasper4Oracle_2_1_2_external_database.zip | 2025-10-22 | 184.7 MB | |
| Jasper4Oracle_2_1_2_internal_database.zip | 2025-10-22 | 185.1 MB | |
| Totals: 3 Items | 739.7 MB | 6 | |
Jasper4Oracle_Server Release Notes
JasperReports 7
The InternalJasperInvoker for JasperReports 7+ is here!
To run JR7 reports just replace the resources/jr_library/j4o-internal-jasper-invoker-6.0.1.jar with resources/j4o-internal-jasper-invoker-7.0.1.jar
2.1.x
2.1.2
- Minor Bugfixes
2.1.1
- Updated to Quarkus 2.16.12
- Added support for Date and java.time.* parameters
- also in the PL/SQL API via add_report_dateparam(...)
- Updated the TEAM-ZUGFeRD-Plugin
- if you implemented the 2.1.0 api you can find a list of the changes in the file:
table_changes_j4o_2-1-0_to_2-1-1.sql - it now works dynamically with PDF-A1 or A3
- Added printer settings for "print_tray" and "print_media_size"
- this is also reflected in the PL/SQL API
- Added the ability to append additional files to emails
- Added a config to allow overwriting files during the LOCAL_FILE destination
de.teampb.jasper4oracle.override_files=true/false- Bugfixes
- Parameter names are now correctly displayed in the web UI
2.1.0
- Updated to Quarkus 2.16.6
- Added TEAM-ZUGFeRD-Plugin
- Including tables, example data and example tutorial
2.0.x
2.0.11
- Added "get_report_status" to the PL/SQL package
- Added out parameter "p_token" to several functions of the PL/SQL package to enable easy access to specific logs and status
- Old functions header are preserved for now and are declared deprecated.
- Fixed a rare bug during Log generation
- Encryption key verification is now part of any internal database calls, this prevents the database from becoming unreadable in case of usage of multiple different encryption keys
2.0.10
- Added a new status for "Report destination fulfilled".
- Old status COMPLETED was renamed to REPORT_EXECUTION_COMPLETED
- New status COMPLETED was added to communicate a "Report destination fulfilled" log
2.0.9
- Increased the size of mail related parameters from 255 each to unlimited.
2.0.8
- Fixed a bug during generation of certain logging outputs
2.0.6 & 2.0.7
- Added Implementation of SLS Connectivity to the J4O PL/SQL Package
2.0.5
- Added authentication to internal Jasper4OracleVerificationClient calls (this fixes the redeploy-script's bug)
- Minor bugfixes for logging and clearer response messages
2.0.4
- Many Bugfixes for the Installation-Script
- Installation-Script defaults may be pre-populated by providing the path of a base application.properties file to the system property "-Dj4o.default_application_file=/path/to/default/file"
- When using a "j4o.default_application_file", adding the "-Dj4o.automatic_setup=true" property will skip all questions and assume all values of the default file
2.0.3
- Enhanced error messaging during install
2.0.2
- Basic Authentication enabled again, which now uses Quarkus Configuration
2.0.1
- Fixed a bug in configuration
2.0.0
- Moved from Wildfly Swarm to Quarkus
- Mayor performance boosts incl. lower startup times
- Added additional release artifact to log report export information to an external oracle database
- Look for the "_external_db" suffix
- Added Callback-Plugin implementation for additional logging and modification possibilities aside from the JasperReports-Library
1.x.x
1.9.0
Features * Configuration * Added support for Jasper Reports Context parameters * UI * Added optional Oracle Apex based Admin GUI
1.8.7
Bugfixes * Report Endpoint * Mail Service is now using a Queue for more resilience. The Queue retries 5 times to send the Mail.
1.8.6
Bugfixes * Report Endpoint * Mail Service is now using a SMPT-Pool to send messages. This fixes the SMTP-Rejection if too many mails are being sent simultaneously.
1.8.5
Bugfixes * Admin Endpoint * The JSON Export of the log endpoint now contains the status of the report generation.
- Report Endpoint
- Mail-Service can now use mail-metadata (TO, CC, BCC) with 1023 characters instead of 255.
1.8.4
Bugfixes * Admin Endpoint * Admin Export API returns Responses in JSON Format instead of proprietary format.
- Report Endpoint
- Mail-Service now correctly replaces LineSeparators by HTML \ tags.
* *