mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-25 17:35:54 +03:00
[GH-ISSUE #292] DPS - 3 - Make DPS jar compatible with jre 8 #108
Labels
No labels
bug
confirmed
discussion
duplicate
enhancement
feature
feature-request
not-planned
pull-request
secondary-feature
stale
triage
waiting-feedback
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dns-proxy-server-mageddo#108
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mageddo on GitHub (Feb 20, 2023).
Original GitHub issue: https://github.com/mageddo/dns-proxy-server/issues/292
What is expected
Make DPS jar run in jre 8
What is Happening
Actually compatible with jre 17
Changes (Optional)
Research
Unifor each class you use, likeUniList.of()@mageddo commented on GitHub (Feb 22, 2023):
we are considerably far to achieve this feature, better people try to use the binary releases or just download jre 17+ and use the jar
@mageddo commented on GitHub (Feb 25, 2023):
I think it won't be possible, best choice is to tryout the native image binaries we have, and on the future also provide a Windows binary. As a fallback run the jar which requires jre 17+
@mageddo commented on GitHub (Feb 25, 2023):
See https://github.com/mageddo/dns-proxy-server/issues/306 for windows binary release support