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

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

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

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

[OGNL] big patches or lots of little patches?

2014-01-02 Thread Jason Pyeron
/browse/OGNL-241 Project: Commons OGNL Issue Type: Improvement Components: Core Runtime Affects Versions: 4.0 Reporter: Jason Pyeron Fix For: 4.0 Attachments: 0001-OGNL-241-clean-up-the-OgnlException-for-Java-1.4-and.patch

[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

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

2014-01-02 Thread Jason Pyeron
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 jpye...@pdinc.us: I am working OGNL-145 right now and it is a lot of work and a lot of changes. I think it is best to make the change in atomic

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 Object[] { ($w) (true), ($w

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 jpye...@pdinc.us -Original Message- From: sebb Sent: Monday, December 30, 2013 17:17 On 30 December 2013 21:21, Jason Pyeron jpye...@pdinc.us wrote

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 brit...@apache.org: The old OGNL (legacy) releases use the package ognl; declarations, where as the apache releases will use package

RE: [OGNL] A new release

2013-12-31 Thread Jason Pyeron
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 lukaszlen...@apache.org: 2013/12/30 Jason Pyeron jpye...@pdinc.us: There are a lot of formatting chenges between

RE: [OGNL] A new release

2013-12-30 Thread Jason Pyeron
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 jpye...@pdinc.us: -Original Message- From: Benedikt Ritter Sent: Wednesday

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 jpye...@pdinc.us: There are a lot of formatting chenges between the version in git and apache svn. I am still looking for patches in git not yet applied to subversion, do

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

2013-12-30 Thread Jason Pyeron
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 jpye...@pdinc.us -Original Message- From: Lukasz Lenart Sent: Monday, December 30, 2013 10:51 2013

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 jpye...@pdinc.us wrote: -Original Message- From: Benedikt Ritter Sent: Monday, December 30, 2013 14:19 Hello Jason, sorry, I don't understand what

RE: [OGNL] A new release

2013-12-25 Thread Jason Pyeron
Regards, Benedikt Send from my mobile device Am 25.12.2013 um 06:06 schrieb Jason Pyeron jpye...@pdinc.us: I have not seen any updates on subversion since September. Are there any plans on a release? Either way, please commit the patch on https://issues.apache.org/jira/i

RE: [OGNL] A new release

2013-12-24 Thread Jason Pyeron
@Deprecated methods, tomorrow will review all the TODOs. After that we can start planning the release. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us

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

2013-12-01 Thread Jason Pyeron
-- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West 24th Street #100- - +1 (443) 269-1555 x333

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 jpye...@pdinc.us: -Original Message- From: Benedikt Ritter Sent: Thursday, November 07, 2013 11:00 Yes, as long as it's Log4j2 ;-) Now I need a sed script

RE: [OGNL] Make use of logging?

2013-11-07 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] Make use of logging?

2013-09-04 Thread Jason Pyeron
a fork of it with util.logging here. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West 24th Street #100

RE: [all] NSWC and Apache license

2012-08-08 Thread Jason Pyeron
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

RE: [all] NSWC and Apache license

2012-08-08 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

[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
. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West 24th Street #100- - +1 (443) 269-1555 x333Baltimore

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

2011-08-30 Thread Jason Pyeron
Christian Grobmeier Robert Donkin Craig Russel * Maurizio Cucchiara * Thanks to all who voted! -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us

RE: [ognl] IMport issues

2011-08-30 Thread Jason Pyeron
the time now. I have read that infra has been informed to do an import. Was there an issue opened? If not I am afraid it has been lost, probably. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason

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: I have the opensymphony JIRA export

2011-06-20 Thread Jason Pyeron
at 6:34 PM, Jochen Wiedmann jochen.wiedm...@gmail.com wrote: Drop the files somewhere on people.apache.org, and create a JIRA I do not have access there. ticket against Infra, which requests the import. Jochen On Mon, Jun 20, 2011 at 6:20 PM, Jason Pyeron jpye...@pdinc.us wrote

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
consensus -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- - - - Jason Pyeron PD Inc. http://www.pdinc.us - - Principal Consultant 10 West 24th Street #100- - +1 (443) 269-1555

RE: [VOTE] Revised dormancy policy - take 3

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

RE: [ognl] internal cache performance improvement

2011-06-06 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