Skip to content

Conversation

@apupier
Copy link

@apupier apupier commented Dec 4, 2025

java.util.concurrent.ScheduledThreadPoolExecutor.setRemoveOnCancelPolicy(boolean)

fixes #74

it was previously done by reflection to be compilable with Java 1.6 but now the minimal version is 1.8, so it can be called directly

java.util.concurrent.ScheduledThreadPoolExecutor.setRemoveOnCancelPolicy(boolean)

fixes IBM#74

it was previously done by reflection to be compilable with Java 1.6 but
now the minimal version is 1.8, so it can be called directly

Signed-off-by: Aurélien Pupier <apupier@ibm.com>
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.

Remove reflection call ScheduledThreadPoolExecutor#setRemoveOnCancelPolicy(boolean)

1 participant