Dietmar Aust
Dietmar Aust
The usage of fonts typically require the installation of the fonts on the target operating system. Sometimes this is a challenge for administrators / developers. Embedding fonts seems like an...
Once the feature #31 is implemented, we can easily add fonts to the software distribution without bloating the ``jri.war`` file itself. They will be packaged into .jar files and located...
I just got asked from a user (for version 2.4.0) about the license for the Oracle JDBC libraries. I have noticed that I have to be more transparent about the...
Feature enhancement from @agrlica: Add version of OPAL TOOLS in validateConections (first thing I run on project/s). What about adding the database version, apex version and ords version as well...
Feature enhancement from @agrlica: Add Javadoc support on connection pool :) What exactly do you mean by that? Should I simply update the ``Customization.md`` file?
Feature enhancement from @agrlica: Add Direct connection on SQLcl on connection pool. This should be a script which will directly connect a sqlcl session with the selected connection pool. This...
As @ogrossmann writes here: https://github.com/daust/JasperReportsIntegration/issues/113 It would be helpful to ignore the pagination through the api. I have given it some thought: - Typically, you would want it dependent on...
See: https://gitq.com/daust/JasperReportsIntegration/topics/62/saving-jasper-report-output/3 When saving a file to the server, an absolute filename is required per documentation. Yet, when a relative path is given, it will simply cause a null pointer...