Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0038737Openbravo ERPA. Platformpublic2018-06-12 11:322018-06-18 08:44
caristu 
caristu 
highminorhave not tried
closedfixed 
5
 
3.0PR18Q3 
alostale
Core
No
0038737: JDK 11: [dep-ann] warning due to ReportingUtils.exportJR method
When building Openbravo with JDK11, the following [dep-ann] warning appears:

compileSqlc:
    [javac] Compiling 1684 source files to /home/openbravo/src/openbravo/pi/build/classes
    [javac] /home/openbravo/src/openbravo/pi/modules/org.openbravo.client.application/src/org/openbravo/client/application/report/ReportingUtils.java:289: warning: [dep-ann] deprecated item is not annotated with @Deprecated
    [javac] public static void exportJR(String jasperFilePath, ExportType expType,
    [javac] ^
    [javac] 1 warning
1. Build Openbravo with Java 11
  -> Check warnings
Add missing @Deprecated annotation to the ReportingUtils.exportJR method
No tags attached.
related to feature request 0038130 closed caristu support JDK 11 
related to feature request 0037741 closed caristu Ability to keep in cache the compiled Jasper Reports 
Issue History
2018-06-12 11:32caristuNew Issue
2018-06-12 11:32caristuAssigned To => alostale
2018-06-12 11:32caristuModules => Core
2018-06-12 11:32caristuTriggers an Emergency Pack => No
2018-06-12 11:32caristuIssue generated from0037942
2018-06-12 11:32caristuAssigned Toalostale => caristu
2018-06-12 11:33caristuRelationship addedrelated to 0038130
2018-06-12 11:33caristuRelationship addedrelated to 0037741
2018-06-12 11:37hgbotCheckin
2018-06-12 11:37hgbotNote Added: 0105087
2018-06-12 11:37hgbotStatusnew => resolved
2018-06-12 11:37hgbotResolutionopen => fixed
2018-06-12 11:37hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/81a20697ebeb7cccc99953a380896362cba0a396 [^]
2018-06-12 11:39caristuReview Assigned To => alostale
2018-06-13 21:36hudsonbotCheckin
2018-06-13 21:36hudsonbotNote Added: 0105133
2018-06-15 10:43alostaleNote Added: 0105170
2018-06-15 10:43alostaleStatusresolved => closed
2018-06-15 10:43alostaleFixed in Version => 3.0PR18Q3
2018-06-18 08:44jarmendarizReview Assigned Toalostale => jarmendariz
2018-06-18 08:44jarmendarizReview Assigned Tojarmendariz => alostale

Notes
(0105087)
hgbot   
2018-06-12 11:37   
Repository: erp/devel/pi
Changeset: 81a20697ebeb7cccc99953a380896362cba0a396
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Tue Jun 12 11:37:25 2018 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/81a20697ebeb7cccc99953a380896362cba0a396 [^]

fixes issue 38737: Add missing @Deprecated annotation

---
M modules/org.openbravo.client.application/src/org/openbravo/client/application/report/ReportingUtils.java
---
(0105133)
hudsonbot   
2018-06-13 21:36   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/3aea2ba95cc7 [^]
Maturity status: Test
(0105170)
alostale   
2018-06-15 10:43   
reviewed