Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0038115 | Retail Modules | Web POS | public | 2018-03-13 13:19 | 2018-03-14 19:29 |
|
Reporter | jarmendariz | |
Assigned To | jarmendariz | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | RR18Q2 | |
Merge Request Status | |
Review Assigned To | caristu |
OBNetwork customer | |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0038115: JDK 9: Remove newInstance() deprecation warnings |
Description | Starting from JDK9, clazz.newInstance() is deprecated in favor of clazz.getDeclaredConstructor().newInstance(). This deprecated method call is present in the following classes:
- MobileKeyAuthenticationManager.java
- OrderLoader.java |
Steps To Reproduce | Do the replacement mentioned above and take into account that the new method throws a ReflectiveOperationException that should be handled somehow. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0037943 | | closed | jarmendariz | Openbravo ERP | JDK 9: remove [deprecation] newInstance() in Class warnings | related to | feature request | 0037083 | | closed | alostale | Openbravo ERP | support JDK 9 |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2018-03-13 13:19 | jarmendariz | New Issue | |
2018-03-13 13:19 | jarmendariz | Assigned To | => Retail |
2018-03-13 13:19 | jarmendariz | Triggers an Emergency Pack | => No |
2018-03-13 13:20 | jarmendariz | Relationship added | related to 0037943 |
2018-03-13 15:55 | jarmendariz | Assigned To | Retail => jarmendariz |
2018-03-13 16:24 | hgbot | Checkin | |
2018-03-13 16:24 | hgbot | Note Added: 0103201 | |
2018-03-13 16:24 | hgbot | Status | new => resolved |
2018-03-13 16:24 | hgbot | Resolution | open => fixed |
2018-03-13 16:24 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/8e5b9f95786d75473e179582a560700b958fb621 [^] |
2018-03-13 16:25 | hgbot | Checkin | |
2018-03-13 16:25 | hgbot | Note Added: 0103203 | |
2018-03-13 16:25 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/8e5b9f95786d75473e179582a560700b958fb621 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/0dfa32f8a64b11a40eeeb30ceae4c08167f1cba4 [^] |
2018-03-13 16:27 | jarmendariz | Review Assigned To | => caristu |
2018-03-13 16:31 | caristu | Relationship added | related to 0037083 |
2018-03-14 19:29 | caristu | Note Added: 0103253 | |
2018-03-14 19:29 | caristu | Status | resolved => closed |
2018-03-14 19:29 | caristu | Fixed in Version | => RR18Q2 |