-
Notifications
You must be signed in to change notification settings - Fork 205
Require Java 17+ #593
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
Require Java 17+ #593
Changes from 1 commit
82d6fed
a981e3c
16a31ca
9b11e8f
4ed0ab1
d576885
802a5dc
83404e1
924879a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -19,6 +19,10 @@ CHANGELOG | |
| GeoIP2 Anonymous IP database for anonymous proxy detection instead. | ||
| * **BREAKING:** The deprecated `Location.getMetroCode()` method has been | ||
| removed. Metro code values are no longer maintained. | ||
| * **BREAKING:** Java 11 support has been dropped. Java 17 or later is now required. | ||
| * Updated project to use Java 17 language features including switch expressions | ||
| and modern collection factories. | ||
| * Updated GitHub Actions workflow to test on Java 17, 21, 22, and 23. | ||
|
||
|
|
||
| 4.4.0 (2025-08-28) | ||
| ------------------ | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this list match the reader package? That one made more sense to me. If it changes, we should update the changelog too.