[jira] [Resolved] (OWB-1427) Support for dotted bean names with EL

2023-02-21 Thread Jean-Louis Monteiro (Jira)


 [ 
https://issues.apache.org/jira/browse/OWB-1427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jean-Louis Monteiro resolved OWB-1427.
--
Resolution: Fixed

> Support for dotted bean names with EL
> -
>
> Key: OWB-1427
> URL: https://issues.apache.org/jira/browse/OWB-1427
> Project: OpenWebBeans
>  Issue Type: New Feature
>Reporter: Jean-Louis Monteiro
>Priority: Major
>  Labels: pull-request-available
> Fix For: 4.0.0
>
>
> {color:#067d17}org.jboss.cdi.tck.tests.full.lookup.el.ResolutionByNameTest{color}
>  uses a bean name @Named("magic.golden.fish") and it tests retrieving it with 
> #\{magic.golden.fish}. We need some kind of a hack to support this use case.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (OWB-1427) Support for dotted bean names with EL

2023-02-21 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/OWB-1427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated OWB-1427:

Labels: pull-request-available  (was: )

> Support for dotted bean names with EL
> -
>
> Key: OWB-1427
> URL: https://issues.apache.org/jira/browse/OWB-1427
> Project: OpenWebBeans
>  Issue Type: New Feature
>Reporter: Jean-Louis Monteiro
>Priority: Major
>  Labels: pull-request-available
> Fix For: 4.0.0
>
>
> {color:#067d17}org.jboss.cdi.tck.tests.full.lookup.el.ResolutionByNameTest{color}
>  uses a bean name @Named("magic.golden.fish") and it tests retrieving it with 
> #\{magic.golden.fish}. We need some kind of a hack to support this use case.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[GitHub] [openwebbeans] dblevins commented on a diff in pull request #50: OWB-1427 Allow bean names to have dots and to look them up using EL

2023-02-21 Thread via GitHub


dblevins commented on code in PR #50:
URL: https://github.com/apache/openwebbeans/pull/50#discussion_r1113584952


##
webbeans-el22/src/main/java/org/apache/webbeans/el22/WrappedMethodExpression.java:
##
@@ -25,7 +25,7 @@
 import jakarta.el.MethodExpression;
 import jakarta.el.MethodInfo;
 
-public class WrappedMethodExpression extends MethodExpression
+public classWrappedMethodExpression extends MethodExpression

Review Comment:
   Looks like a formatting issue here?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@openwebbeans.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[jira] [Created] (OWB-1427) Support for dotted bean names with EL

2023-02-21 Thread Jean-Louis Monteiro (Jira)
Jean-Louis Monteiro created OWB-1427:


 Summary: Support for dotted bean names with EL
 Key: OWB-1427
 URL: https://issues.apache.org/jira/browse/OWB-1427
 Project: OpenWebBeans
  Issue Type: New Feature
Reporter: Jean-Louis Monteiro
 Fix For: 4.0.0


{color:#067d17}org.jboss.cdi.tck.tests.full.lookup.el.ResolutionByNameTest{color}
 uses a bean name @Named("magic.golden.fish") and it tests retrieving it with 
#\{magic.golden.fish}. We need some kind of a hack to support this use case.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Resolved] (OWB-1424) org.jboss.cdi.tck.tests.full.context.passivating.dependency.builtin.BuiltinBeanPassivationDependencyTestorg.jboss.cdi.tck.tests.full.context.passivating.dependency.builtin

2023-02-21 Thread Jean-Louis Monteiro (Jira)


 [ 
https://issues.apache.org/jira/browse/OWB-1424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jean-Louis Monteiro resolved OWB-1424.
--
Resolution: Fixed

Challenge accepted and PR accepted so we can safely exclude from the TCK run

> org.jboss.cdi.tck.tests.full.context.passivating.dependency.builtin.BuiltinBeanPassivationDependencyTestorg.jboss.cdi.tck.tests.full.context.passivating.dependency.builtin.BuiltinBeanPassivationDependencyTest
> 
>
> Key: OWB-1424
> URL: https://issues.apache.org/jira/browse/OWB-1424
> Project: OpenWebBeans
>  Issue Type: TCK Challenge
>  Components: TCK
>Reporter: Jean-Louis Monteiro
>Priority: Major
> Fix For: 4.0.0
>
>
> https://github.com/jakartaee/cdi-tck/issues/424



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Resolved] (OWB-1422) org.jboss.cdi.tck.tests.interceptors.definition.InterceptorDefinitionTest

2023-02-21 Thread Jean-Louis Monteiro (Jira)


 [ 
https://issues.apache.org/jira/browse/OWB-1422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jean-Louis Monteiro resolved OWB-1422.
--
Resolution: Fixed

Challenge accepted and PR accepted so we can safely exclude from the TCK run

> org.jboss.cdi.tck.tests.interceptors.definition.InterceptorDefinitionTest
> -
>
> Key: OWB-1422
> URL: https://issues.apache.org/jira/browse/OWB-1422
> Project: OpenWebBeans
>  Issue Type: TCK Challenge
>  Components: TCK
>Reporter: Jean-Louis Monteiro
>Priority: Major
> Fix For: 4.0.0
>
>
> https://github.com/jakartaee/cdi-tck/issues/421



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Resolved] (OWB-1419) org.jboss.cdi.tck.interceptors.tests.bindings.aroundConstruct.ConstructorInterceptionTest

2023-02-21 Thread Jean-Louis Monteiro (Jira)


 [ 
https://issues.apache.org/jira/browse/OWB-1419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jean-Louis Monteiro resolved OWB-1419.
--
Resolution: Fixed

Challenge accepted and PR accepted so we can safely exclude from the TCK run

> org.jboss.cdi.tck.interceptors.tests.bindings.aroundConstruct.ConstructorInterceptionTest
> -
>
> Key: OWB-1419
> URL: https://issues.apache.org/jira/browse/OWB-1419
> Project: OpenWebBeans
>  Issue Type: TCK Challenge
>  Components: TCK
>Reporter: Jean-Louis Monteiro
>Priority: Major
> Fix For: 4.0.0
>
>
> Interceptor ordering issue in TCK. Challenge created
> https://github.com/jakartaee/cdi-tck/issues/418



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Resolved] (OWB-1420) org.jboss.cdi.tck.interceptors.tests.contract.lifecycleCallback.bindings.LifecycleInterceptorDefinitionTest

2023-02-21 Thread Jean-Louis Monteiro (Jira)


 [ 
https://issues.apache.org/jira/browse/OWB-1420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jean-Louis Monteiro resolved OWB-1420.
--
Resolution: Fixed

Challenge accepted and PR accepted so we can safely exclude from the TCK run

> org.jboss.cdi.tck.interceptors.tests.contract.lifecycleCallback.bindings.LifecycleInterceptorDefinitionTest
> ---
>
> Key: OWB-1420
> URL: https://issues.apache.org/jira/browse/OWB-1420
> Project: OpenWebBeans
>  Issue Type: TCK Challenge
>  Components: TCK
>Reporter: Jean-Louis Monteiro
>Priority: Major
> Fix For: 4.0.0
>
>
> https://github.com/jakartaee/cdi-tck/issues/419



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Resolved] (OWB-1421) org.jboss.cdi.tck.interceptors.tests.bindings.overriding.InterceptorBindingOverridingTest

2023-02-21 Thread Jean-Louis Monteiro (Jira)


 [ 
https://issues.apache.org/jira/browse/OWB-1421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jean-Louis Monteiro resolved OWB-1421.
--
Resolution: Fixed

Challenge accepted and PR accepted so we can safely exclude from the TCK run

> org.jboss.cdi.tck.interceptors.tests.bindings.overriding.InterceptorBindingOverridingTest
> -
>
> Key: OWB-1421
> URL: https://issues.apache.org/jira/browse/OWB-1421
> Project: OpenWebBeans
>  Issue Type: TCK Challenge
>  Components: TCK
>Reporter: Jean-Louis Monteiro
>Priority: Major
> Fix For: 4.0.0
>
>
> https://github.com/jakartaee/cdi-tck/issues/420



--
This message was sent by Atlassian Jira
(v8.20.10#820010)