I guess that is a question for the JasperReports team.
Melloware
@melloware on GitHub
> On May 20, 2025, at 5:37 PM, Gary Gregory wrote:
>
> Creating a PR in JasperReports runs... zero tests?
>
> Gary
>
>
>> On Tue, May 20, 2025 at 4:41 PM Melloware Inc
&
Note I have already submitted a JasperReports PR against BeanUtils 2.0.0-M1
months ago but the author doesn't like its an M1.
See: https://github.com/Jaspersoft/jasperreports/pull/488
On Tue, May 20, 2025 at 1:49 PM Gary Gregory wrote:
> Hi Zach,
>
> There is no official or unofficial release d
I +1 this vote for an official BeanUtils 2.0.0 release. I am using it in
Production as M1 for months now without issue.
On Tue, May 20, 2025 at 10:47 AM Zach Dove wrote:
> Hello,
>
> I’d like to ask about the plans for an official release of BeanUtils2
> (2.0.0 final). We are tracking this for o
Can’t you do “mvn -U clean package” the -U ignores the local cache timing.
Melloware
@melloware on GitHub
> On Feb 11, 2025, at 6:47 PM, sebb wrote:
>
> Commons weaver seems to have an issue with its pom module settings.
>
> One symptom is that the following fails:
>
> $ mvn dependency:lis
My non-binding +1
On Fri, Jan 31, 2025 at 10:36 AM Gary Gregory
wrote:
> My +1
>
> Gary
>
> On Fri, Jan 31, 2025 at 10:34 AM Gary Gregory
> wrote:
> >
> > We have fixed a few bugs and added enhancements since Apache Commons
> > BeanUtils 1.10.0 was released, so I would like to release Apache
>
My non-binding +1
On Mon, Jan 6, 2025 at 7:44 AM Gary Gregory wrote:
> Note that:
>
> Apache Commons BeanUtils 1.10.0 RC1 is available for review here:
> https://dist.apache.org/repos/dist/dev/commons/beanutils/1.10.0-RC1
> (svn
> revision 73866)
>
> should be revision 73999.
>
> TY,
> Gary
My non binding +1
Melloware
@melloware on GitHub
> On Dec 26, 2024, at 8:16 PM, Gary Gregory wrote:
>
> This is a major new version, under the beanutils2 package name instead of
> beanutils.
>
> Apache Commons BeanUtils 2.0.0-M1 RC1 is available for review here:
>https://dist.apache.org/r
+1 for Java8 if it speeds this up!
On Wed, Sep 25, 2024 at 3:46 PM Josh Fenlason
wrote:
> While some might have some preferences on more recent Java versions, I
> haven't seen any objections to Java 8. Staying on Java 8 shouldn't really
> cause issues for anyone. Can we settle on Java 8 so thi
, Sep 14, 2024 at 9:01 AM Xeno Amess wrote:
> why not write an email to lea ..maybe he be so kind that would be glad to
> offer one mit-like license copy of that class
>
> From: Melloware Inc
> Sent: Saturday, September 14, 2024 8:32:38 PM
> T
I submitted this PR years ago using ConcurrentWeakKeyHashMap from Doug Lea
and the Netty team but Gary had concerns from legal about being able to use
it.
PR is here: https://github.com/apache/commons-beanutils/pull/56
On Sat, Sep 14, 2024 at 7:22 AM Xeno Amess wrote:
> I thought old d-lea bro
My vote would be for 11 but I am ok with 8 if people feel strongly.
On Thu, Sep 12, 2024 at 1:21 PM Gary D. Gregory wrote:
> Hi All,
>
> Any thoughts on the minimum Java platform requirement for 2.0?
>
> Options are (IMO): 8, 11, 17, or 21.
>
> Some perhaps helpful information:
>
> -
> https://w
I think this is a good idea.
On Thu, Sep 12, 2024 at 1:00 PM Gary D. Gregory wrote:
> Hi All,
>
> For the upcoming 2.0.0-M1, I plan on replacing the custom WeakFastHashMap
> with the stock ConcurrentHashMap.
>
> If you think this is a bad idea, please tell us why.
>
> Gary
>
> --
+1 from me.
On Tue, Sep 3, 2024 at 12:51 PM Gary D. Gregory wrote:
> Hi All,
>
> Considering the long history of problematic Serializable implementations
> throughout the Java ecosystem, not just in Commons, I propose that no
> BeanUtils types implement Serializable in the upcoming new major ver
. Gregory wrote:
> On 2024/08/31 12:44:19 Melloware Inc wrote:
> > I feel like this PR is a good idea. Just from a safety perspective and
> not
> > accidentally logging a password.
>
> The PR does nothing to avoid logging passwords. It only plays games when a
> bean implem
ry
>
> On Sun, Sep 1, 2024 at 8:00 AM Melloware Inc
> wrote:
> >
> > +1 for Gary's second option as well.
> >
> > On Sun, Sep 1, 2024 at 3:47 AM Niall Pemberton <
> niall.pember...@gmail.com>
> > wrote:
> >
> > > On Sat, 31 Aug 2024
+1 for Gary's second option as well.
On Sun, Sep 1, 2024 at 3:47 AM Niall Pemberton
wrote:
> On Sat, 31 Aug 2024 at 20:45, Dávid Szigecsán wrote:
>
> > Hi,
> >
> > While I'm still getting familiar with things here, I'd like to share my
> > thoughts on this issue. In my view, version 2.0 typical
I feel like this PR is a good idea. Just from a safety perspective and not
accidentally logging a password.
On Mon, Aug 26, 2024 at 5:41 PM Gary D. Gregory wrote:
> Hi All,
>
> Does anyone have thoughts on PR
> https://github.com/apache/commons-beanutils/pull/276 ?
>
> TY,
> Gary
>
> --
2024 at 9:48 AM Gary Gregory wrote:
> Why not help resolve one of the last issues, if not the last for 2.0 then:
> pulling up the "2" type(s?) into their super types (I think there is only
> one). The last time I tried, some tests failed.
>
> Gary
>
> On Sat, Aug
Jia,
Sadly it's the same reason I forked it and released it to Maven Central.
My client needed to get rid of commons collections3 and BeanUtils 1.9.4 is
tied to it. We wanted to only have Commons Collections4 in all our code.
https://github.com/melloware/commons-beanutils2
com.melloware
c
+1 (non-binding)
I only checked it out and tested it locally with our application.
On Tue, Mar 5, 2024 at 5:43 PM Gary Gregory wrote:
> We have fixed a few bugs and added some enhancements since Apache
> Commons Compress 1.26.0 was released, so I would like to release
> Apache Commons Compress
Matt,
I am a member of a few other open source Java libs and I am interested in what
you come up with to follow your lead and add SBOM to them as well. The more
pervasive we can make it the better for the whole Java ecosystem overall!
Melloware
@melloware on GitHub
> On Jul 17, 2022, at 12:16
gt;> On Apr 20, 2022, at 16:19, Melloware Inc wrote:
>>
>> It was supposed to be temporary until Apache released 2.0. It’s been over
>> 5 years since last beanutils release so it’s a good thing I did in my
>> opinion.
>>
>> Melloware
>> @mello
It was supposed to be temporary until Apache released 2.0. It’s been over 5
years since last beanutils release so it’s a good thing I did in my opinion.
Melloware
@melloware on GitHub
> On Apr 20, 2022, at 3:31 PM, Gary Gregory wrote:
>
> You are crearting jar hell by reusing the Apache pa
With PrimeFaces we use a special plug-in for Shade that builds a second jar
that renames javax to Jakarta everywhere and in maven central it adds the
Jakarta classifier to the jar so we can have both javax and Jakarta versions
built from the same code base.
See: https://github.com/primefaces/
In commons beanutils we recommend using /src/conf for these type of files.
Sent from my iPhone
> On Mar 8, 2021, at 8:13 PM, sebb wrote:
>
> On Tue, 9 Mar 2021 at 01:08, Bernd Eckenfels wrote:
>>
>> Checkstyle-header.txt sounds good and maybe also moving it to a subdir like
>> src/build/ o
I agree that would be expected behavior and allow it to work in try with
resources.
Sent from my iPhone
> On Sep 8, 2020, at 7:33 PM, Gary Gregory wrote:
>
> Hi All,
>
> It seems to me that org.apache.commons.net.SocketClient should
> implement Closeable where close() can be implemented as
Here is an excellent blog post summarizing what makes good commit messages:
https://chris.beams.io/posts/git-commit/
On Sun, Jul 5, 2020 at 7:38 AM Matt Juntunen
wrote:
> Yes, I should have modified that commit message to indicate that the
> change was warranted.
> -Matt
> ___
Gary,
I agree with you it’s a bug. I would not expect that behavior from that method.
Mello
> On Jun 30, 2020, at 8:25 PM, Gary Gregory wrote:
>
> Hi All:
>
> I think we might have a bug in StringSubstitutor exemplified in a comment I
> just added in:
>
> org.apache.commons.text.StringS
Gary,
Maven Central Search does not. Se ethos URL:
https://search.maven.org/search?q=g:commons-io
Commons-IO 20030203.000550 is shown as the latest version incorrectly.
Mello
On Sun, Jun 14, 2020 at 10:29 AM Gary Gregory
wrote:
> I'm not sure what you are using, but Maven Central sorts by rel
Hey All!,
First time contributor here. My company has a corporate goal to only use
open source libraries with NO open Security CVE's marked as critical.
BeanUtils has CVE-2014-0114 marked as critical so I opened a ticket:
https://issues.apache.org/jira/browse/BEANUTILS-520
I submitted my first
30 matches
Mail list logo