spring-projects / spring-data-dev-tools

A collection of tools to support Spring Data development.

Home Page:https://projects.spring.io/spring-data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub.findGitHubIssues(…) blocks executor service

mp911de opened this issue · comments

ReleaseOperations.prepareChangelogs(…) uses the same executor service as GitHub.findGitHubIssues(…) which blocks the actual thread pool from progressing (blocking the event loop).