Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove pre-jdk1.4 workarounds #123

Merged
merged 1 commit into from
Nov 1, 2023
Merged

Conversation

NicolaIsotta
Copy link
Contributor

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.

Signed-off-by: Nicola Isotta <nicola.isotta@gmail.com>
@ThePrez ThePrez merged commit 5b93d8d into IBM:main Nov 1, 2023
2 checks passed
@NicolaIsotta NicolaIsotta deleted the jdk-upgrade branch November 2, 2023 08:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants