You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
migrated from Bugzilla #464330
status ASSIGNED severity normal in component cdi for 9.3.x
Reported in version 9.3.0 on platform All
Assigned to: Jan Bartel
On 2015-04-09 16:42:36 -0400, Joakim Erdfelt wrote:
The weld DiscoveryStrategy is the interface that weld uses to obtain bytecode class scanning information from the classpath.
There is a default implementation found at
org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy
which uses your standard bytecode scanning, in a similar way that Jetty does.
And there's also a Jandex specific implementation found at
org.jboss.weld.environment.deployment.discovery.jandex.JandexDiscoveryStrategy
We should strive to create a JettyDiscoveryStrategy that utilizes the information that Jetty knows, including any information obtained from quickstart.
On 2015-04-09 16:43:14 -0400, Joakim Erdfelt wrote:
migrated from Bugzilla #464330
status ASSIGNED severity normal in component cdi for 9.3.x
Reported in version 9.3.0 on platform All
Assigned to: Jan Bartel
On 2015-04-09 16:42:36 -0400, Joakim Erdfelt wrote:
On 2015-04-09 16:43:14 -0400, Joakim Erdfelt wrote:
The text was updated successfully, but these errors were encountered: