IBM / JTOpen

IBM Toolbox for Java, an IBM i communications library
https://ibm.github.io/JTOpen/
Other
60 stars 28 forks source link

remove pre-jdk1.4 workarounds #123

Closed NicolaIsotta closed 11 months ago

NicolaIsotta commented 1 year ago

Almost all the removed parts of code are workarounds for things missing from JDK < 1.4:

Where possible, exceptions creation has been simplified, for example using IOException and SQLException constructors with the cause parameter (added in Java 6).

There are other jdk workarounds in the code (eg. BigDecimal), but I'll work on them in another PRs not to make this one too big.