[midPoint-git] [Evolveum/midpoint] 3b82ad: MID-9106: Configured CXF WebClient to be thread safe

Tony Tkáčik noreply at github.com
Wed Sep 27 11:44:03 CEST 2023


  Branch: refs/heads/feature/cluster-reuse-webclients
  Home:   https://github.com/Evolveum/midpoint
  Commit: 3b82ad72a7d8630c0b9c39c41984291e1484fe3e
      https://github.com/Evolveum/midpoint/commit/3b82ad72a7d8630c0b9c39c41984291e1484fe3e
  Author: Tony Tkáčik <tonydamage at gmail.com>
  Date:   2023-09-27 (Wed, 27 Sep 2023)

  Changed paths:
    M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/cluster/ClusterExecutionHelperImpl.java

  Log Message:
  -----------
  MID-9106: Configured CXF WebClient to be thread safe

cxf.WebClient has option to behave in thread-safe manner, this allows
us to drop synchronized block and actually effectivelly use backing
HttpClient and reuse it's thread pools for multiple concurrent HTTP
calls.




More information about the midPoint-svn mailing list