You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Garret Wilson (Jira)" <ji...@apache.org> on 2020/12/22 17:00:00 UTC

[jira] [Comment Edited] (JEXL-338) Release 3.2 to Maven Central

    [ https://issues.apache.org/jira/browse/JEXL-338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17253626#comment-17253626 ] 

Garret Wilson edited comment on JEXL-338 at 12/22/20, 4:59 PM:
---------------------------------------------------------------

That's exciting to hear. Thanks for the reply, [~henrib]. I might be interested in volunteering, depending on of the project meets my needs. I'd also want to push for support of newer Java features (e.g. iteration on streams and lambas, if not supported).

The biggest thing I need to know first of all is if JEXL will allow for the expression {{foo.bar}} not only looking up an object in a context (e.g. {{context.getObject("foo")}}) but also using the context or some strategy to look up the property (e.g. {{context.getProperty(foo, "bar")}}). That's because my object {{foo}} is not a map and has a different way to get properties than simple reflection of getter methods. If you know the answer that let me know; otherwise I'll have to try it out.

If it works let's talk more about this Release Manager.


was (Author: garretwilson):
That's exciting to hear. Thanks for the reply, [~henrib]. I might be interested in volunteering, depending on of the project meets my needs. I'd also want to push for support of newer Java features (e.g. iteration on streams and lambas, if not supported).

The biggest thing I need to know first of all is if JEXL will allow for the expression {{foo.bar}} not only looking up an object in a context (e.g. {{context.getObject("foo")}}) but also using the context or some strategy to look up the property (e.g. {{context.getProperty(foo, "bar")}}). That's because my object {{foo}} is not a map and has a different way to get properties than simple reflection of getters. If you know the answer that let me know; otherwise I'll have to try it out.

If it works let's talk more about this Release Manager.

> Release 3.2 to Maven Central
> ----------------------------
>
>                 Key: JEXL-338
>                 URL: https://issues.apache.org/jira/browse/JEXL-338
>             Project: Commons JEXL
>          Issue Type: Wish
>         Environment: Maven, Eclipse-GIT, Maven Central.
>            Reporter: Sylke Soong
>            Priority: Critical
>              Labels: maven
>
> Similar to JEXL-220.
> JEXL github homepage [https://github.com/apache/commons-jexl] recommends 
> {noformat}
> <dependency>
>   <groupId>org.apache.commons</groupId>
>   <artifactId>commons-jexl3</artifactId>
>   <version>3.2</version>
> </dependency>{noformat}
> But Maven central does not have it.. EGIT croaks artefact jar not foundr, when jexl 3.2 dependency is in the pom.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)