You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by jl...@apache.org on 2023/02/22 10:40:00 UTC

[openwebbeans] branch main updated (d523303c9 -> fad29afa9)

This is an automated email from the ASF dual-hosted git repository.

jlmonteiro pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/openwebbeans.git


    from d523303c9 Set required JDK to 11
     new 4e4962a69 OWB-1427 Allow bean names to have dots and to look them up using EL
     new 2e7d3b386 Improve testing and logic
     new 12a7dfca6 Formatting issue
     new fad29afa9 Merge pull request #50 from jeanouii/dottedElNamed

The 4082 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 webbeans-el22/pom.xml                              |   8 +-
 .../apache/webbeans/el22/WebBeansELResolver.java   |  95 ++++++++---
 .../webbeans/el22/WrappedValueExpression.java      |   9 +-
 .../webbeans/el22/WrappedValueExpressionNode.java  |  17 +-
 .../apache/webbeans/el/test/DotNamedBeansTest.java | 190 +++++++++++++++++++++
 .../java/org/apache/webbeans/test/tck/ELImpl.java  |  16 +-
 6 files changed, 290 insertions(+), 45 deletions(-)
 copy webbeans-impl/src/test/java/org/apache/webbeans/test/component/exception/NoConstructureComponent.java => webbeans-el22/src/main/java/org/apache/webbeans/el22/WrappedValueExpressionNode.java (75%)
 create mode 100644 webbeans-el22/src/test/java/org/apache/webbeans/el/test/DotNamedBeansTest.java