Notes |
|
|
tested version openjdk 11ea8 |
|
|
(0103872)
|
hgbot
|
2018-04-13 11:23
|
|
Repository: erp/pmods/org.openbravo.retail.poshwmanager
Changeset: 6bba8946e0418820f7503350d725a5cce21a0316
Author: Gorka Gil <gorka.gil <at> openbravo.com>
Date: Thu Apr 12 17:42:21 2018 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.poshwmanager/rev/6bba8946e0418820f7503350d725a5cce21a0316 [^]
Fixes issue 38337: make hardware manager compatible with java 9 - 11
Tested in jdk9 and jdk11ea8
- Change deprecated(jdk9)/deleted(jdk11) function to convert from hex to byte in UnicodeTranslator.java
- Fix Integer, Double, Byte, Float instantiation in many java's
- Delete TicketParserJSON.java since is not used
- Removed the option to play sounds in the hardware manager since is not used and the java applet is deprecated
---
M bin/poshw.jar
M bin/rev.id
---
|
|
|
(0103873)
|
hgbot
|
2018-04-13 11:23
|
|
Repository: erp/pmods/org.openbravo.retail.poshwmanager.sources
Changeset: 66eee80c7ed2beb018cc58670c42785913e85659
Author: Gorka Gil <gorka.gil <at> openbravo.com>
Date: Thu Apr 12 17:01:54 2018 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.poshwmanager.sources/rev/66eee80c7ed2beb018cc58670c42785913e85659 [^]
Fixes issue 38337: make hardware manager compatible with java 9 - 11
Tested in jdk9 and jdk11ea8
- Change deprecated(jdk9)/deleted(jdk11) function to convert from hex to byte in UnicodeTranslator.java
- Fix Integer, Double, Byte, Float instantiation in many java's
- Delete TicketParserJSON.java since is not used
- Removed the option to play sounds in the hardware manager since is not used and the java applet is deprecated
---
M project/src/com/openbravo/pos/printer/TicketParser.java
M project/src/com/openbravo/pos/printer/escpos/Codes.java
M project/src/com/openbravo/pos/printer/escpos/CodesWincor.java
M project/src/com/openbravo/pos/printer/escpos/UnicodeTranslator.java
M project/src/com/openbravo/pos/printjrxml/JRJsonDatasource.java
M project/src/com/openbravo/pos/scale/GenericContinuousScale.java
M project/src/com/openbravo/pos/scale/GenericScale.java
M project/src/com/openbravo/pos/scale/ScaleDialog1.java
M project/src/com/openbravo/pos/scale/ScaleFake.java
M project/src/com/openbravo/pos/scale/ScaleSamsungEsp.java
M project/src/com/openbravo/pos/scale/ScaleSerial.java
R project/src/com/openbravo/pos/printer/TicketParserJSON.java
---
|
|