|
There's significant performance regression in boot time of Weld SE. Test uses 10000 annotated beans with default bean-discovery mode. This issue was introduced with 2.2.0.Alpha1 version. Numbers are following:
| Weld version |
boot time (s) |
| 2.1.2.Final |
34.73 |
| 2.2.0.Alpha1 |
41.85 |
I did commit bisect and it looks like it was introduced with this commit b5cb5e6904460d9cdbee6266ec789444c397b205. It needs further investigation.
|