jetty.project/jetty-http2
Simone Bordet 8d69fc41a7 Fixes #5083 - Convert synchronized usages to AutoLock.
* Replaced relevant usages of synchronized with AutoLock.
* Made AutoLock serializable since classes that use it may be stored in the HttpSession.
* Added convenience methods to AutoLock to execute lambdas with the lock held.
* Introduced AutoLock.WithCondition to use a Lock and a Condition together.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2020-07-27 23:14:05 +02:00
..
http2-client Fixes #5083 - Convert synchronized usages to AutoLock. 2020-07-27 23:14:05 +02:00
http2-common Fixes #5083 - Convert synchronized usages to AutoLock. 2020-07-27 23:14:05 +02:00
http2-hpack revert fail release 2020-07-10 15:04:22 +10:00
http2-http-client-transport Fixes #5083 - Convert synchronized usages to AutoLock. 2020-07-27 23:14:05 +02:00
http2-server Fixes #5083 - Convert synchronized usages to AutoLock. 2020-07-27 23:14:05 +02:00
pom.xml revert fail release 2020-07-10 15:04:22 +10:00