Skip to content

Conversation

xdev-renovate
Copy link
Member

This PR contains the following updates:

Package Type Update Change
software.xdev.tci:bom import minor 2.6.0 -> 2.7.0

Release Notes

xdev-software/tci (software.xdev.tci:bom)

v2.7.0

Compare Source

  • ExecutorService creation is now controlled centrally (ExecutorServiceCreator)
    • All created ExecutorServices now use VirtualThreads on Java 21+
  • Use explicitly defined ExecutorService - wherever possible
    • Context: CompletableFuture#runAsync, CompletableFuture#supplyAsync and parallelStream use Java's common pool.

      However calling these methods is usually done (in TCI) for I/O tasks.

      This might exhaust the common pool thus negatively impacting performance.

      It was therefore decided to use dedicated pools instead.
    • Stored in TCIExecutorServiceHolder
    • Utilizes a CachedThreadPool (for Java < 21)
      • On Java21+ it uses VirtualThreads for better scaling
  • Other minor improvements
    • Add missing timeout when pulling SeleniumRecordingContainer
    • Removed uses of String.replaceAll("<Regex>", "") and compiled pattern instead only once
  • Updated dependencies

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@AB-xdev AB-xdev merged commit ff8132c into develop Sep 18, 2025
5 checks passed
@AB-xdev AB-xdev deleted the renovate/software.xdev.tci-bom-2.x branch September 18, 2025 14:11
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.

2 participants