Mark Struberg created OWB-1463:
----------------------------------
Summary: Improve validateBeanNames Performance
Key: OWB-1463
URL: https://issues.apache.org/jira/browse/OWB-1463
Project: OpenWebBeans
Issue Type: Improvement
Components: Core
Affects Versions: 4.1.0
Reporter: Mark Struberg
Assignee: Mark Struberg
Fix For: 4.1.1
Right now {{BeansDeployer#validateBeanNames}} is a nested for loop. Which means
O(^2) effort, which is bad. Usually we don't have too many {{@Named}} beans,
but still. Especially for JSF projects this might be super useful to improve
this code part.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)