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

Issue/203 jetty 12 #221

Merged
merged 3 commits into from
Sep 3, 2024
Merged

Issue/203 jetty 12 #221

merged 3 commits into from
Sep 3, 2024

Conversation

hhund
Copy link
Member

@hhund hhund commented Jul 15, 2024

  • Upgrades Jetty to Version 12 and the Java EE API to Version 10

closes #203

hhund added 3 commits July 15, 2024 12:24
The java.util.Map.keySet() method returns a view of the underlying map
and is modified when the map changes. This can result in a
ConcurrentModificationException if one thread is iterating over the key
set while another thread modifies the underlying map.
@hhund hhund added this to the 2.0.0 milestone Jul 15, 2024
@hhund hhund requested a review from wetret July 15, 2024 14:34
@hhund hhund self-assigned this Jul 15, 2024
@hhund hhund linked an issue Jul 15, 2024 that may be closed by this pull request
@hhund hhund merged commit 5cedfde into develop_2 Sep 3, 2024
4 checks passed
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.

Upgrade to Jetty 12
2 participants