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

2020-12-26 Thread Garret Wilson (Jira)


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

Garret Wilson edited comment on JEXL-338 at 12/26/20, 9:42 PM:
---

{quote}Not sure what new features you want to see integrated that need 
functionality/code changes …{quote}

I'm not sure, either; I was just making a guess from experience. (For example, 
[Thymeleaf still doesn't support 
{{Optional<>}}|https://github.com/thymeleaf/thymeleaf/issues/672] in a natural 
way.)

{quote}… describing them as JIRA enhancements would be the (kinda) standard 
way.{quote}

For sure! I mentioned this as another general reason why I'd be interested in 
helping make sure JEXL is kept current. If I think of something in particular 
I'll definitely file a Jira ticket.

{quote}If you havent participated in releasing Apache (Commons?) projects 
before though, it might be a longer and windier road than you think it 
is.{quote}

I have not participated in releasing any Apache projects before, no. Is there 
documentation on what I can expect so I can research what I might be getting 
into?


was (Author: garretwilson):
{quote}Not sure what new features you want to see integrated that need 
functionality/code changes …{quote}

I'm not sure, either; I was just making a guess from experience. (For example, 
[Thymeleaf still doesn't support 
{{Optional<>}}|https://github.com/thymeleaf/thymeleaf/issues/672] in a natural 
way.)

{quote}… describing them as JIRA enhancements would be the (kinda) standard 
way.{quote}

For sure! I mentioned this as another reason why I'd be interested in helping 
make sure JEXL is kept current.

{quote}If you havent participated in releasing Apache (Commons?) projects 
before though, it might be a longer and windier road than you think it 
is.{quote}

I have not participated in releasing any Apache projects before, no. Is there 
documentation on what I can expect so I can research what I might be getting 
into?

> 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}
> 
>   org.apache.commons
>   commons-jexl3
>   3.2
> {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)


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

2020-12-22 Thread Garret Wilson (Jira)


[ 
https://issues.apache.org/jira/browse/JEXL-338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=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}
> 
>   org.apache.commons
>   commons-jexl3
>   3.2
> {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)