RE: [OGNL] Drop commons-ognl project

2021-11-25 Thread Jason Pyeron
> -Original Message- > From: Lukasz Lenart > Sent: Thursday, November 25, 2021 3:22 AM > To: Commons Developers List > Subject: [OGNL] Drop commons-ognl project > > Hi, > > I wonder what do you think about dropping commons-ognl project? This > was supposed to be the next major version (4

RE: anybody interested in reviewing [VFS-443]?

2020-07-29 Thread Jason Pyeron
> -Original Message- > From: Gary Gregory > Sent: Wednesday, July 29, 2020 8:34 AM > > On Wed, Jul 29, 2020 at 12:32 AM Xeno Amess wrote: > > > https://github.com/apache/commons-vfs/pull/89 > > It adds a function for converting FileObject in vfs to File in java. > > > > I think this on

RE: [Text] do we have number to word converter ?

2020-06-30 Thread Jason Pyeron
> -Original Message- > From: sebb > Sent: Tuesday, June 30, 2020 4:03 PM > > On Tue, 30 Jun 2020 at 19:47, Jason Pyeron wrote: > > > > > -Original Message- > > > From: Amey Jadiye Sent: Tuesday, June 30, 2020 2:04 PM > > > > >

RE: [Text] do we have number to word converter ?

2020-06-30 Thread Jason Pyeron
or "thirteen". I have a grep on the entire code base, but I suspect there will be no useful hits. > > Gary > > On Tue, Jun 30, 2020, 14:47 Jason Pyeron wrote: > > > > -Original Message- > > > From: Amey Jadiye Sent: Tuesday, June 30, 2020 2:04

RE: [Text] do we have number to word converter ?

2020-06-30 Thread Jason Pyeron
> -Original Message- > From: Amey Jadiye Sent: Tuesday, June 30, 2020 2:04 PM > > Hi, > > Does anyone know if apache commons have any utility which converts number > to words ? > > Ex. 3957 = Three Thousand Nine Hundred and fifty seven. If not, can dig up the one we made for united stat

RE: [VALIDATOR] Java 9 change to use CLDR formats cause API break - what to do?

2020-05-17 Thread Jason Pyeron
> -Original Message- > From: sebb > Sent: Sunday, May 17, 2020 11:39 AM > To: Commons Developers List > Subject: Re: [VALIDATOR] Java 9 change to use CLDR formats cause API break - > what to do? > > On Sun, 17 May 2020 at 15:22, Jason Pyeron wrote: > &g

RE: [VALIDATOR] Java 9 change to use CLDR formats cause API break - what to do?

2020-05-17 Thread Jason Pyeron
> -Original Message- > From: sebb [mailto:seb...@gmail.com] > Sent: Sunday, May 17, 2020 9:05 AM > To: CommonsDev > Subject: [VALIDATOR] Java 9 change to use CLDR formats cause API break - what > to do? > > Java 9 now uses Locale strings from the Unicode consortium by default. > > This

[commons-io][IO-516] .gitattributes - minor snafu

2016-10-09 Thread Jason Pyeron
A few days ago a .gitattributes was applied, but it is causing some wierdnesss in the resources and a few other files. The following files are "modified" on clone: src/main/java/org/apache/commons/io/serialization/package.html src/site/xdoc/upgradeto2_3.xml src/test/resources/org/apache/commons/

RE: [PROPOSAL] Create new sandbox component "Commons Crypto"

2015-03-18 Thread Jason Pyeron
sible with Apache Shiro, > which has a nice embedded, separately packaged crypto lib with sort > of the same flavor as what you are describing (though probably more > low-level). And have a look at the already existing, but more > limited scope (and really just BC wrapper) OpenP

RE: [OGNL] Source for the org.apache.commons.ognl.ASTIn170531321268Accessor class

2014-01-02 Thread Jason Pyeron
> -Original Message- > From: Jason Pyeron > Sent: Thursday, January 02, 2014 7:41 > > I am trying to find the code generator for this dynamically > generated class. Generated code: org.apache.commons.ognl.OgnlOps.in( ($w) null, ($w) java.util.Arrays.asList( new Obje

RE: [OGNL] big patches or lots of little patches?

2014-01-02 Thread Jason Pyeron
tic state removals/changes are working perfectly without side effects I can go back and re order the patches making them neat and one per issue. > > > 2014/1/2 Jason Pyeron : > > I am working OGNL-145 right now and it is a lot of work and > a lot of changes. > > > >

[OGNL] Source for the org.apache.commons.ognl.ASTIn170531321268Accessor class

2014-01-02 Thread Jason Pyeron
I am trying to find the code generator for this dynamically generated class. Can someone point me in the right direction? -Jason -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron

[OGNL] big patches or lots of little patches?

2014-01-02 Thread Jason Pyeron
> > > Key: OGNL-241 > > URL: https://issues.apache.org/jira/browse/OGNL-241 > > Project: Commons OGNL > > Issue Type: Improvement > > Components: Core Runtime > >Affects Versions: 4.0 > >

RE: [OGNL] A new release

2013-12-31 Thread Jason Pyeron
ist in Java since the information is lost prior to runtime. OGNL-145: is there a better primer on the issue besides what is in the ticket? I would like to work it today/tomorrow. > > 2013/12/30 Lukasz Lenart : > > 2013/12/30 Jason Pyeron : > >> There are a lot of formatting

RE: Apache-Legacy class adapters was RE: [OGNL] A new release

2013-12-31 Thread Jason Pyeron
> -Original Message- > From: Lukasz Lenart > Sent: Tuesday, December 31, 2013 8:40 > > 2013/12/31 Benedikt Ritter : > >> > > The old OGNL (legacy) releases use the > >> > > > >> > > "package ognl;" > >> > > > >> > > declarations, where as the apache releases will use > >> > > > >> > > "p

RE: Apache-Legacy class adapters was RE: [OGNL] A new release

2013-12-31 Thread Jason Pyeron
> -Original Message- > From: Benedikt Ritter > Sent: Tuesday, December 31, 2013 6:05 > > 2013/12/31 Jason Pyeron > > > > -Original Message- > > > From: sebb > > > Sent: Monday, December 30, 2013 17:17 > > >

RE: Apache-Legacy class adapters was RE: [OGNL] A new release

2013-12-30 Thread Jason Pyeron
> -Original Message- > From: sebb > Sent: Monday, December 30, 2013 17:17 > > On 30 December 2013 21:21, Jason Pyeron wrote: > >> -Original Message- > >> From: Benedikt Ritter > >> Sent: Monday, December 30, 2013 14:19 > >> &g

RE: Apache-Legacy class adapters was RE: [OGNL] A new release

2013-12-30 Thread Jason Pyeron
uot; declarations, where as the apache releases will use "package org.apache.commons.ognl;" I would create a set of proxy classes in the old package space which call the classes in the new space. > > 2013/12/30 Jason Pyeron > > > > > > -Original Message--

Apache-Legacy class adapters was RE: [OGNL] A new release

2013-12-30 Thread Jason Pyeron
> -Original Message- > From: Lukasz Lenart > Sent: Monday, December 30, 2013 10:51 > > 2013/12/30 Jason Pyeron : > > There are a lot of formatting chenges between the version > in git and apache svn. > > I am still looking for "patches" in git n

RE: [OGNL] A new release

2013-12-30 Thread Jason Pyeron
g chenges between the version in git and apache svn. I am still looking for "patches" in git not yet applied to subversion, do you know of any? > > Regards > -- > Lukasz > + 48 606 323 122 http://www.lenart.org.pl/ > > 2013/12/25 Jason Pyeron : > >> --

RE: [OGNL] A new release

2013-12-25 Thread Jason Pyeron
rowse the updates in https://github.com/jkuhnert/ognl.git > > Regards, > Benedikt > > Send from my mobile device > > > Am 25.12.2013 um 06:06 schrieb "Jason Pyeron" : > > > > I have not seen any updates on subversion since September. >

RE: [OGNL] A new release

2013-12-24 Thread Jason Pyeron
; >> http://www.99soft.org/ > >> > >> > >> On Wed, Mar 27, 2013 at 1:26 PM, Javin Paul > wrote: > >> > Is there list of changes, sort of a release notes? > >> > > >> > On Wed, Mar 27, 2013 at 7:09 PM, Lukasz Lenart > &g

RE: [CHALLENGE] Move All of Commons to the Dormant

2013-12-01 Thread Jason Pyeron
grobmeier I am not a commiter, but my job is to use it, so I would if I was allowed to maintain it. > primitives=[tn] > proxy=mbenson > weaver=mbenson -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - -

RE: [OGNL] Make use of logging?

2013-11-10 Thread Jason Pyeron
> -Original Message- > From: Lukasz Lenart > Sent: Thursday, November 07, 2013 12:08 > > 2013/11/7 Jason Pyeron : > > > >> -Original Message- > >> From: Benedikt Ritter > >> Sent: Thursday, November 07, 2013 11:00 > >> >

RE: [OGNL] Make use of logging?

2013-11-07 Thread Jason Pyeron
> Send from my mobile device > > > Am 07.11.2013 um 16:46 schrieb "Jason Pyeron" : > > > > > >> -Original Message- > >> From: Lukasz Lenart > >> Sent: Tuesday, November 05, 2013 10:23 > >> > >> 2013/11/5 Christ

RE: [OGNL] Make use of logging?

2013-11-07 Thread Jason Pyeron
I would be willing to submit a patch against trunk by Tuesday for using a logging framework. (do I get to choose the framework?) -Jason -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.

RE: [OGNL] Make use of logging?

2013-09-04 Thread Jason Pyeron
t; > I agree that small libs should not have logging at all. Are > you really sure it is needed (sorry don't have the time to > dig into the code myself right know)? > As someone who has had to modify the code, yes logging should exist. I have a fork of it with util.log

RE: [all] NSWC and Apache license

2012-08-08 Thread Jason Pyeron
r not; my > >> guess is it is not directly compatible. > > > > This is also my guess. > > > > Luc > > > >> > >> But you really should ask legal@ in this case. I have not > seen this > >> license listed here: > >> http://www.apache.org/lega

RE: [all] NSWC and Apache license

2012-08-08 Thread Jason Pyeron
me. > I can make some enquiries to see if it can be changed. Do you know which NSWC released it, Dahlgren, Carderock and which code 90,50, etc? -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. ht

[beanutils] copyProperty unneeded conversions

2011-09-26 Thread Jason Pyeron
, value); } -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West 24th Street #100- - +1 (443) 269-1555

RE: [ognl] use of Javassist

2011-09-15 Thread Jason Pyeron
it be run (in a degraded mode) w/o javassit? Thinking for j2me and android platforms. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant

RE: [ognl] IMport issues

2011-08-30 Thread Jason Pyeron
t. Was > there an issue opened? If not I am afraid it has been lost, probably. > -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West

RE: [RESULT] [vote] Graduate OGNL as a subproject to Apache Commons

2011-08-30 Thread Jason Pyeron
t; > Chris Mattmann > Martijn Dashorst > Christian Grobmeier > Robert Donkin > > Craig Russel * > Maurizio Cucchiara * > > Thanks to all who voted! > -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -

RE: I have the opensymphony JIRA export

2011-06-20 Thread Jason Pyeron
ttp://people.apache.org/~simonetripodi/ > http://www.99soft.org/ > > > > On Mon, Jun 20, 2011 at 6:34 PM, Jochen Wiedmann > wrote: > > Drop the files somewhere on people.apache.org, and create a JIRA I do not have access there. > > ticket against Infra, which requests t

I have the opensymphony JIRA export

2011-06-20 Thread Jason Pyeron
-- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West 24th Street #100- - +1 (443) 269-1555 x333Baltimore, Maryland 21218

RE: [ognl] Old sources

2011-06-10 Thread Jason Pyeron
online a svn 1.6 export of it so you may perform svnsycn in the future. After this weekend we should be able to perform JIRA exports too. -Jason -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron

RE: [VOTE] Revised dormancy policy - take 3

2011-06-08 Thread Jason Pyeron
tten. So I say: "A component can be revived by any committer by observing support and/or development activity or by a VOTE of lazy consensus" -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Py

RE: [VOTE] Revised dormancy policy - take 3

2011-06-07 Thread Jason Pyeron
[1] http://markmail.org/message/bbnuxxozsnkapfhr > [2] http://markmail.org/message/3bot5xiazanqavqg [3] http://markmail.org/message/bjkjipbdpjr2yaos -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD In

RE: [ognl] internal cache performance improvement

2011-06-06 Thread Jason Pyeron
ubscribe, e-mail: dev-unsubscr...@commons.apache.org > >> For additional commands, e-mail: dev-h...@commons.apache.org > >> > >> > > > > > > -- > > Thank you, > > Gary > > > > http://garygregory.wordpress.com/ > > http://garygreg