[arquillian-issues] [JBoss JIRA] (ARQ-2023) Use relaxed default constructor configuration in Arquillian Weld embedded adapter for SE environment

Antonin Stefanutti (JIRA) issues at jboss.org
Wed Oct 12 08:16:00 EDT 2016


     [ https://issues.jboss.org/browse/ARQ-2023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antonin Stefanutti updated ARQ-2023:
------------------------------------
    Description: 
Weld exposes a relaxed default constructor configuration that enables to relax the constraint of having to declare a default constructor for proxied bean types.

This configuration is very useful in a number of use cases, notably when integrating with third-parties libraries that do some _heavy_ initialisation in their default constructors, like Apache Camel. 

This is enabled by default in Weld SE so it would be consistent to enable that mode as well when using the corresponding Arquillian adapter for the SE environment.

  was:
Weld exposes a relaxed default constructor configuration that enables to relax the constraint of having to declare a default constructor for proxied bean types.

This configuration is very useful in a number of use cases, notably when integrating with third-parties libraries that do some _heavy_ initialisation in their default constructors, like Apache Camel. 

This is enabled by default in Weld SE so it would be consistent to enable that mode as well when using the corresponding Arquillian adapter.



> Use relaxed default constructor configuration in Arquillian Weld embedded adapter for SE environment
> ----------------------------------------------------------------------------------------------------
>
>                 Key: ARQ-2023
>                 URL: https://issues.jboss.org/browse/ARQ-2023
>             Project: Arquillian
>          Issue Type: Enhancement
>          Components: Weld Containers
>            Reporter: Antonin Stefanutti
>            Priority: Minor
>
> Weld exposes a relaxed default constructor configuration that enables to relax the constraint of having to declare a default constructor for proxied bean types.
> This configuration is very useful in a number of use cases, notably when integrating with third-parties libraries that do some _heavy_ initialisation in their default constructors, like Apache Camel. 
> This is enabled by default in Weld SE so it would be consistent to enable that mode as well when using the corresponding Arquillian adapter for the SE environment.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the arquillian-issues mailing list