QualInsight / qualinsight-plugins-sonarqube-badges

Plugin for SonarQube that generates badges displaying information about a project's or view's quality.
GNU Lesser General Public License v3.0
110 stars 141 forks source link

make SVGImageMinimizer thread safe #64

Closed pawlakm closed 7 years ago

pawlakm commented 7 years ago

XSL transformer is not thread safe. As a result, if two badges are requested simultaneously, the second request is rejected with a parsing error.

If the requests are not simultaneous, there is no issue as the builder is reset at the beginning of each generation.