JDK 21 Is Now GA, a New VS Code Extension, and an Annotation Processing Heads-up

2023-10-20 Thread David Delabassee
Greetings! JDK 21 has been released (General Availability) on September 19th as planned. You can find "The Arrival of Java 21" announcement here [1], and some additional Java 21 materials in the "Topics of Interest" section below. On behalf of the entire Java team, let me send our thanks to all

Re: [PR] Fix features BackoffManager Unit Tests in Resource-Constrained Environments [httpcomponents-client]

2023-10-20 Thread via GitHub
arturobernalg merged PR #494: URL: https://github.com/apache/httpcomponents-client/pull/494 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr

[PR] Refactor ExponentialBackoffManager Tests to Remove Thread.sleep(). [httpcomponents-client]

2023-10-20 Thread via GitHub
arturobernalg opened a new pull request, #495: URL: https://github.com/apache/httpcomponents-client/pull/495 This PR refactors the unit tests for `ExponentialBackoffManager` to remove the use of Thread.sleep(), making the tests more reliable and faster. -- This is an automated message fro