Name | Modified | Size | Downloads / Week |
---|---|---|---|
Jasper4Oracle 2.1.0 | 2024-12-05 | ||
Jasper4Oracle 2.0.11 | 2024-03-04 | ||
Jasper4Oracle 2.0.10 | 2024-01-31 | ||
Jasper4Oracle 2.0.9 | 2024-01-24 | ||
Jasper4Oracle 2.0.8 | 2024-01-17 | ||
Jasper4Oracle 2.0.7 | 2023-09-29 | ||
Jasper4Oracle 2.0.6 | 2023-09-28 | ||
Jasper4Oracle 2.0.4 | 2023-06-07 | ||
Jasper4Oracle 2.0.3 | 2023-04-26 | ||
README.md | 2024-11-08 | 3.3 kB | |
Jasper4Oracle_2.0.2.zip | 2023-04-26 | 265.0 MB | |
Jasper4Oracle_2.0.1.zip | 2023-04-03 | 265.0 MB | |
Jasper4Oracle_2.0.0.zip | 2023-03-30 | 265.3 MB | |
Jasper4Oracle_1.9.2.zip | 2022-01-27 | 222.4 MB | |
Totals: 14 Items | 1.0 GB | 1 |
Jasper4Oracle_Server Release Notes
2.1.x
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.
* *