Skip to content

1.0.34

Latest

Choose a tag to compare

@fpapon fpapon released this 07 Mar 16:38
· 4 commits to master since this release

Release 1.0.34

  • francois papon: [dependency] Upgrade to Tomcat 11.0.18. link.

  • Romain Manni-Bucau: [httpclient] add ThrottledHttpClient (#49)

  • [httpclient] add ThrottledHttpClient

  • [httpclient] refine throttled client to be fifo to avoid weird cases potentially blocking

  • [httpclient] avoid to block cause of a race condition in throttled client

  • [httpclient] avoid issue in throttled client when mixing send() and sendAsync() code

  • [httpclient] avoid to use the semaphore on highly concurrent usage for throttled client

  • [httpclient] ensure to release on race condition in acquireAsync

  • [httpclient] custom async semaphore

  • [httpclient] cleanup unused variable. link.

  • Romain Manni-Bucau: [cli] add CliLauncher which skips first args (#50). link.

  • Romain Manni-Bucau: [doc] minor enhancements to CLI generator (#51). link.

  • francois papon: [test] Upgrade to JUnit 6.0.2. link.

  • francois papon: [build] Update maven plugins. link.