google-code-export / wro4j

Automatically exported from code.google.com/p/wro4j
1 stars 1 forks source link

BourbonCssProcessor is not thread-safe #737

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When using BourbonCssProcessor in a concurrent environment it sometimes fails. 
It should be thread-safe. A similar approach as with other rhino based 
processors should apply here: using an object pool.

Original issue reported on code.google.com by alex.obj...@gmail.com on 31 May 2013 at 9:08

GoogleCodeExporter commented 9 years ago
Fixed in branch 1.6.x

Original comment by alex.obj...@gmail.com on 4 Jun 2013 at 7:55

GoogleCodeExporter commented 9 years ago

Original comment by alex.obj...@gmail.com on 8 Jun 2013 at 9:41

GoogleCodeExporter commented 9 years ago
This was fixed as part of 1.7.0 release.

Original comment by alex.obj...@gmail.com on 18 Aug 2013 at 10:59