Openbravo Issue Tracking System - Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0038436 | Modules | Advanced Warehouse Operations | public | 2018-04-24 14:01 | 2018-04-24 16:25 |
|
Reporter | aferraz | |
Assigned To | aferraz | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Regression date | |
Regression introduced by commit | |
Regression level | |
Review Assigned To | dmiguelez |
Support ticket | |
OBNetwork customer | |
Regression introduced in release | |
|
Summary | 0038436: 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:
- WarehouseAlgorithmsUtils.java
- Utilities.java |
Steps To Reproduce | * |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | feature request | 0037083 | | closed | alostale | Openbravo ERP | support JDK 9 |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2018-04-24 14:01 | aferraz | New Issue | |
2018-04-24 14:01 | aferraz | Assigned To | => Triage Finance |
2018-04-24 14:02 | hgbot | Checkin | |
2018-04-24 14:02 | hgbot | Note Added: 0104054 | |
2018-04-24 14:02 | hgbot | Status | new => resolved |
2018-04-24 14:02 | hgbot | Resolution | open => fixed |
2018-04-24 14:02 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations/rev/67f724fad6865771b3cd738243d5f743fbd2c28b [^] |
2018-04-24 14:02 | aferraz | Assigned To | Triage Finance => aferraz |
2018-04-24 14:21 | aferraz | Review Assigned To | => dmiguelez |
2018-04-24 14:22 | aferraz | Relationship added | related to 0037083 |
2018-04-24 16:25 | dmiguelez | Note Added: 0104062 | |
2018-04-24 16:25 | dmiguelez | Status | resolved => closed |
2022-09-06 17:18 | caristu | Category | Advance Warehouse Operations => Advanced Warehouse Operations |