f there was appetite for
creating a medium granularity commons-ml (consisting of linear, ml,
parts of stat packages), something new wouldn't be too hard but it
seems quite a bit more work to make it finer grained than that.
If the project has some guidance, I'd be happy to help.
Cheers, P
Can't we have a bot that allocates "Most Annoying Badges!"? ;-)
On Wed, Mar 26, 2025 at 7:03 PM Mark Thomas wrote:
>
> On 26/03/2025 08:55, libstech-auto (via GitHub) wrote:
>
> This bot just earned themselves an ASF-wide ban from GitHub.
>
> Mark
>
> >
> > libstech-auto opened a new pull request
triple2)); // Java
assert pair2.intersect(triple2) == pair2 // Groovy
In Groovy, Tuples pop up in various places, e.g. there is special
support in Groovy for records (and emulated records) to return typed
tuples, e.g. for JDK8+:
@RecordOptions(components=true)
record Person(String name, I
May or may not interest you but the Apache Groovy project has Tuple0
through to Tuple16. They are especially useful from the Groovy
programming language but are also useful from Java. I can elaborate if
it's of interest.
Cheers, Paul.
On Fri, Jun 7, 2024 at 11:41 PM Gary Gregory
a/org/apache/commons/cli/converters/" folder in the src
zip that isn't in the github source tree AFAIK, but it's not doing any
harm
Cheers, Paul.
On Mon, May 20, 2024 at 12:55 AM Gary Gregory wrote:
>
> We have fixed a few bugs and added enhancements since Apache Commons
>
The 1.9.x releases are pre-JDK 8. The project looks set up for a 2.0
release where such a change might make sense but I don't think that
has happened yet.
Cheers, Paul.
On Fri, Dec 29, 2023 at 6:12 PM Claude Warren wrote:
>
> I am looking at BeanUtils as part of the CLI options
Using an Options with both of these:
Option.builder().longOpt('one').numberOfArgs(2).optionalArg(true).build()
opts.addOption(Option.builder('2').numberOfArgs(1).build()
It gives the behavior you are describing, since indeed the "-2" could
be an optional argument.
Is
utils you are on the latest version but that project
is not as active. There is a beanutils version2 in the works, but it
seems a little way off still.
Cheers, Paul.
On Tue, Aug 1, 2023 at 9:36 AM Bali3, Varun
wrote:
>
> Hi Apache Team,
>
> We want to know the EOL dates for below listed
is that other libraries have also been produced
for other units,
e.g. FEET, MILES, CELSIUS, FAHRENHEIT, LIGHT_YEAR, PARSEC,
and KILOMETER [the reference implementation supports KILO(METRE)].
But these other libraries aren't necessarily on the latest API.
Cheers, Paul.
#x27;d
check with the JSR folks first to see if there was an interest in
having an ASF implementation.
I wrote a blog about using these APIs with Groovy here:
https://groovy.apache.org/blog/life-on-mars-units-of
Cheers, Paul.
On Tue, Jul 18, 2023 at 3:14 AM Gilles Sadowski wrote:
>
> Hi.
gt;
> Gary
>
> On Mon, Sep 12, 2022, 16:19 Paul King wrote:
>
> > Cut-n-paste glitch re "board attention" under project activity?
> >
> > On Tue, Sep 13, 2022 at 8:57 AM Gary Gregory
> > wrote:
> > >
> > > Here the board report I pl
Cut-n-paste glitch re "board attention" under project activity?
On Tue, Sep 13, 2022 at 8:57 AM Gary Gregory wrote:
>
> Here the board report I plan to submit tomorrow at the latest:
>
> ## Description:
> The mission of Apache Commons is the creation and maintenance of Java
> focused
> reusable l
e of
> the design.
> However this only makes sense if the developers skilled in the are are
> prepared to assist long-term.
>
>
> On Sat, 24 Apr 2021 at 23:32, Paul King wrote:
> >
> > Thanks Gilles,
> >
> > I can provide the same sort of stats acros
Thanks Gilles,
I can provide the same sort of stats across a clustering example
across commons-math (KMeans) vs Apache Ignite, Apache Spark and
Rheem/Apache Wayang (incubating) if anyone would find that useful. It
would no doubt lead to similar conclusions.
Cheers, Paul.
On Sun, Apr 25, 2021 at
I added some more comments relevant to if the proposed algorithm
belongs somewhere in the commons "math" area back in the Jira:
https://issues.apache.org/jira/browse/MATH-1563
Cheers, Paul.
On Wed, Apr 21, 2021 at 7:26 PM Gilles Sadowski wrote:
>
> Le mer. 21 avr. 2021 à 08:
+1 (non-binding)
On Thu, Apr 22, 2021 at 3:06 AM Gilles Sadowski wrote:
>
> Hi.
>
> [This a reboot of the proposal for which the preceding vote
> has just been cancelled.]
>
> Name of component: "Commons Machine Learning"
> Name of "git" repository: "commons-machinelearning"
> Top-level package n
On Wed, Apr 21, 2021 at 4:12 PM Ralph Goers wrote:
>
> Why are y’all having a long discussion on Vote thread?
Fair enough. I am +1 (non-binding).
Cheers, Paul.
> > On Apr 20, 2021, at 10:33 PM, Paul King wrote:
> >
> > Hi Avijit Basak,
> >
> > +1 to thanki
is somewhat lean at the moment. I would be happy to
help a little from the ASF side of things but machine learning/data
science isn't my principal area of expertise nor a major aspect in my
"day job" activities, it probably takes others with interest to fully
give this the effort i
o support both. It is an
additional maintenance burden to keep the two in sync.
Cheers, Paul.
[1] https://github.com/kordamp/kordamp-gradle-plugins
On Fri, Jul 17, 2020 at 1:02 PM Gary Gregory wrote:
> Hi All,
>
> I don't see mixing in Groovy as the build language helping anyone, TBH it
when making changes/fixing bugs, there
wouldn't be two places to change. Just a thought?
Cheers, Paul.
On Sun, May 10, 2020 at 7:58 PM Isira Seneviratne
wrote:
> Since the original attachments did not come through, I've created a
> temporary GitHub repository for the proposed lib
ng layer that provides additional functionality to Kotlin users.
That would be easy to do as a separate project and could be incorporated
into commons lang at a later date if there was sufficient interest?
Cheers, Paul.
On Sat, Apr 25, 2020 at 2:24 PM Isira Seneviratne
wrote:
>
> On Mon,
Response inline
On Wed, Aug 28, 2019 at 11:55 PM Peter Verhas wrote:
>
> [snip...]
> Paul King
>
> >You can stop using the JavadocAssertionTestSuite at any time.
> >The code will still be in the Javadoc as documentation but just won't
> >be tested
I haven't used Geci, so can't really comment on all the things it
might be capable of.
With respect to something equivalent to Python doctests, in the Groovy
project we
have JavadocAssertionTestBuilder and JavadocAssertionTestSuite classes.
Feel free to look to those for inspiration (at least).
F
re in the subprojects/HousePrices project with a
few others just using StatUtil.
It's not my full-time day job to be using those classes but I'd be
keen to have those examples working nicely.
Cheers, Paul.
On Fri, Jul 19, 2019 at 9:11 PM Gilles Sadowski wrote:
>
> Hi.
>
> Y
Cool. I'd be keen to try out the API, when you are ready, in my
"Apache Groovy for data science" examples which currently use the
commons math3 classes.
Cheers, Paul.
On Fri, Jul 19, 2019 at 9:51 AM Gilles Sadowski wrote:
>
> Hi.
>
> Le ven. 19 juil. 2019
How does this relate to the OLS classes in commons math?
https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/stat/regression/OLSMultipleLinearRegression.html
On Fri, Jul 19, 2019 at 8:50 AM Eric Barnhill wrote:
>
> I suggested the following grammar to aim fo
gt; > On Apr 5, 2019, at 9:13 AM, Javin Paul wrote:
> >
> > How to unsubscribe from this group?
> >
> > On Fri, Apr 5, 2019 at 8:24 PM Alex Herbert
> > wrote:
> >
> >> On 05/04/2019 12:06, Gilles Sadowski wrote:
> >>>>>> On 0
How to unsubscribe from this group?
On Fri, Apr 5, 2019 at 8:24 PM Alex Herbert
wrote:
> On 05/04/2019 12:06, Gilles Sadowski wrote:
> >> On 05/04/2019 09:27, sebb wrote:
> >>> On Tue, 12 Mar 2019 at 12:28, Rob Tompkins wrote:
> For those unfamiliar with MathJaX, is the javascript mechanis
How to unsubscribe from this email list? can someone please help?
On Fri, Apr 5, 2019 at 7:08 PM Abhishek Dhadwal
wrote:
> Hi.
> I’ll keep that in mind while performing the aforementioned tasks.
> Thank you for the info !
> Regards,
> Abhishek
>
> Sent from Mail for Windows 10
>
> From: Gilles S
+1
On Sat, Mar 2, 2019 at 7:27 AM sebb wrote:
>
> The [GitHub] messages sent by g...@apache.org don't say what repo they relate
> to.
>
> This make it difficult to know which component is involved.
>
> Sometimes the subject includes a JIRA issue, but many subjects give no clue.
>
> I think it wo
de a patch, but need to know if such an addition has
any change of getting accepted
Paul
---
This email has been checked for viruses by AVG.
https://www.avg.com
-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For
issue are fixed
and the project is added as part of Apache central repository.
Thanks
Amitava Paul
On Mon, May 21, 2018 at 5:27 PM, Bruno P. Kinoshita
wrote:
> Hi Amitava,
>
> There were still pending issues prior to the 1.0 release, so it was moved
> to a branch for further work
Just to clarify, when I said "It's built with gradle and uses Ant", I
mean our build is gradle based and our call of Bridger uses Ant.
Bridger itself is built with Maven.
On Fri, Mar 30, 2018 at 12:20 PM, Paul King wrote:
> In the Groovy build we do this using Bridger
>
istWithDefault withDefault(List self,
Closure init) {
// ... code here ...
}
Cheers, Paul.
On Fri, Mar 30, 2018 at 9:52 AM, Peter Burka wrote:
> This could be solved if it were possible to force javac to generate bridge
> methods. There's an extension which would allow that here:
> https://gi
ou should see:
Exception in thread "main" java.lang.NoSuchMethodError:
Lib.getMyList()Ljava/util/List;
at Main.main(Main.java:5)
Cheers, Paul.
On Fri, Mar 30, 2018 at 1:41 AM, Gary Gregory wrote:
> Can you show how older code would not function. Aside from using reflection.
>
> Gary
>
>
throw.
For testing, it also has a @NotYetImplemented annotation and a
GroovyAssert.notYetImplemented() method. Both flip the result of JUnit
tests. That way you can specify what the behavior of your TODO object
is supposed to do and it won't break your test suite.
Cheers, Paul.
On Tue, Mar 20,
s.eachParallel{ it() } // one of numerous alternatives
}
long executionTime = (System.nanoTime() - startTime) / 100
println "\nTotal elapsed time is $executionTime\n\n"
Cheers, Paul.
On Tue, Jun 13, 2017 at 9:29 AM, Matt Sicker wrote:
> I'd be interested to see where
Oh, I did notice that the README.md still has 1.3.1 rather than 1.4
when referencing
how to retrieve the Maven artifact. Is a "mvn commons:readme-md" required?
On Fri, Mar 10, 2017 at 10:00 AM, Paul King wrote:
> +1 (non-binding)
> I checked md5/sha1/asc for the sources jar and
ell
as numerous other tests where Groovy uses commons cli directly too.
Cheers, Paul.
On Thu, Mar 9, 2017 at 11:30 PM, Benedikt Ritter wrote:
> Hi,
>
> We have fixed some bugs and added two new features since CLI 1.3.1 was
> released,
> so I would like to release CLI 1.4.
>
>
hn'
assert flag
assert born == 1980
assert discount == 3.5f
assert pi == 3.14159G
assert biography == new File('cv.txt')
assert roundingMode == RoundingMode.DOWN
assert remaining == ['and', 'some', 'more']
Cheers, Paul.
On Mon, Oct 31, 2016 at
Hello,I would like to help out with the task listed at
https://helpwanted.apache.org/task.html?532e1a73Task #532e1a73: Random
number generators
--
Thanks,
Paul George
check. If you're
dealing with an array, I would put this inside of ArrayUtils. Otherwise, if
you really have a collection, I already know Commons Collections can do
what you want with a callback.
Cheers,
Paul
On Sat, Aug 6, 2016 at 3:43 PM, thomas menzel wrote:
> Hi folks,
>
>
You can't comment on the tickets, but they do want your feedback on their
Verona message board:
http://mail.openjdk.java.net/mailman/listinfo/verona-dev
Cheers,
Paul
On Thu, Jul 14, 2016 at 1:05 PM, Gary Gregory
wrote:
> Am I blind or can someone point out how to comment on a JEP? Th
t3l7d73tmqslkele
[2] http://openjdk.java.net/jeps/223
[3]
https://commons.apache.org/proper/commons-lang/javadocs/api-3.4/src-html/org/apache/commons/lang3/SystemUtils.html#line.952
Cheers,
Paul
For any Gradle users, Cédric put together a little Gradle plugin based
around the japicmp library which we use in Groovy, see here:
https://github.com/apache/groovy/blob/master/gradle/binarycompatibility.gradle
Cheers, Paul.
On Tue, Jun 14, 2016 at 9:56 PM, James Carman
wrote:
> +1
Sure Gary, I would be more than happy :-)
On Wed, Nov 4, 2015 at 2:18 AM, Gary Gregory wrote:
> On Tue, Nov 3, 2015 at 5:56 AM, Javin Paul wrote:
>
> > Thanks Gary, I was waiting for second edition given so many changes from
> > first edition. Your book is truly the best
Thanks Gary, I was waiting for second edition given so many changes from
first edition. Your book is truly the best book on Hibernate.
Thanks
Javin
On Mon, Nov 2, 2015 at 8:35 AM, Gary Gregory wrote:
> Hi All:
>
> I am proud to announce that my new book, "Java Persistence with HIbernate,
> Seco
@ Siegfried Goeschl
Having retired computer scientists turn to Open Source is great idea,
nothing can beat experience and having them contributed to Apache or Github
is simply awesome.
On Sun, Oct 25, 2015 at 2:10 AM, Siegfried Goeschl <
siegfried.goes...@it20one.com> wrote:
> Hi Norman & Jeff,
Nice work!
On Thu, Jun 18, 2015 at 4:48 PM, Benedikt Ritter wrote:
> The Apache Commons Team is pleased to announce the release of Apache
> Commons CLI 1.3.1.
>
> The Apache Commons CLI library provides an API for parsing command line
> options passed to programs. It's also able to print help me
+1 (non-binding)
based on successful run of the Groovy test suite
Notes: since the 1.3 release we have removed GroovyInternalPosixParser
which was our fork of 1.2's PosixParser with some bug fixes of our own plus
some from the 1.3 codebase before 1.3's release and now use DefaultParser.
So we are
Yes Jörg, I'll keep that in mind.
Cheers,Paul.
On Thu, May 7, 2015 at 5:28 PM, Jörg Schaible
wrote:
> Hi Paul,
>
> Paul King wrote:
>
> > On Mon, May 4, 2015 at 4:06 PM, Benedikt Ritter
> wrote
> >>
> >> I would appreciate feedback for the RC from
e'll be in a much better position to iteratively
move
across and also give you timely and relevant feedback for any issues that
we find.
Cheers, Paul.
e'll be in a much better position to iteratively
move
across and also give you timely and relevant feedback for any issues that
we find.
Cheers, Paul.
code base.
I have not been able to save cycles to address more issues of Jelly and
I know of some other folks, fellows in research in learning technology,
that were, looking forward to getting more releases of jelly at the time
I met them.
Hope it helps.
I am happy to help you if I can towards
Odd way to use versions, imo. Sounds like "discussion" and "review patch"
and "patch needed" tags would be the better tool.
Cheers,
Paul
On Wed, Apr 15, 2015 at 3:18 PM, Duncan Jones wrote:
> Hi folks,
>
> Currently the "Review Patch" fix ver
On 1/04/2015 11:03 PM, Paul F Fraser wrote:
Hi,
It seems that the private jre provided in the OSX jdk can be copied out and
used standalone.
I am trying to modify jsvc to be used with an OSX private jre without complete
success.
First I have modified location.c and java.c to be able to find
is at
all possible?
I am not a C programmer but I can understand some of what is going on in the
code :)
Regards
Paul Fraser
-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org
If you are bumping the minimum java version, this should be really 1.5.
Technically the bump won't be a true drop in for someone on 1.4 but who
is on 1.4 anymore? Your call.
On Jan 5, 2015 10:11 AM, "Benedikt Ritter" wrote:
>
>
> Send from my mobile device
>
> > Am 05.01.2015 um 16:34 schrieb
Eclipse Juno is fine. You'll need Subversion to checkout the code and Maven
to build it.
Cheers,
Paul
On Thu, Dec 4, 2014 at 8:29 PM, Devang Gaur wrote:
> I want to know if there is a specific build environment setup to work with
> or not?
> I currently work on eclipe juno.
>
Devang, you can immediately start by going to JIRA [1] and finding some
"low hanging fruit" that interests you. Look for an easy ticket and submit
a patch. This will start your code contribution to the community.
[1] https://issues.apache.org/jira/browse/COLLECTIONS
Cheers,
Paul
On
g, those people will
move on. The same with you, too. Enjoy participating and don't get
overwhelmed with any expectations, because there are no expectations put on
you.
Cheers,
Paul
On Sun, Nov 30, 2014 at 6:42 PM, Bruno P. Kinoshita <
brunodepau...@yahoo.com.br> wrote:
> Hello
ed to use it aside from it enforces
something you don't like. The current code works just fine with or without
"final" in this commit, which is why I do consider it to be more of a
personal style than anything else.
Cheers,
Paul
On Sun, Oct 26, 2014 at 8:04 PM, Gary Gregory
wrote
I do not not like "final" used this way. Unless you have a constant or a
language mandating "final" for a particular usage, this is unnecessary
noise to the code.
Cheers,
Paul
On Thu, Oct 23, 2014 at 2:34 PM, Oliver Heger
wrote:
> There was no reaction on my comment s
You are not including duplicate artifacts, they are totally distinct.
I don't understand the point your making. Because the two libraries have
their code in completely separate packages, there will never be a conflict
at compile time or runtime.
Cheers,
Paul
On Sat, Oct 18, 2014 at 2:21 AM, Romain Manni-Bucau
wrote:
> Le 17 oct. 2014 23:09, "s
FWIW, I have found no difficulty moving code from lang2 to lang3. It's a
breeze. I did a wholesale replacement of the package name and then fixed
any compiler problems due to API differences.
Cheers,
Paul
On Fri, Oct 17, 2014 at 3:51 PM, sebb wrote:
> On 17 October 2014 21:37, Roma
Thanks Rory,
why would org.w3c.* or org.relaxng.* be JDK internal?
Does it mean… it's going to be included in JDK 9? (probably as a conflicting
version with some priority to included jars thus maybe breaking) ?
Those are trusted software providers since years (Jelly is quite old).
paul
Rory,
I see no attachments here. Can you post it to some web-place please?
paul
On 17 oct. 2014, at 10:42, Rory O'Donnell wrote:
> Hi Benedict,
>
> As I already mentioned we have prepared guidance on migrating some of the
> more common usage patterns of JDK-internal AP
I think some people find it unseemly to have both commons 2 and 3 jars in
the classpath. It's OK. This is how a project can make major improvements
and not affect previous clients -- because the package names are different.
The two can live together just fine.
Cheers,
Paul
On Fri, Oct 17,
Mark, can you help me understand why git branches (the "feature" branch) is
better than an svn branch?
Cheers,
Paul
On Tue, Sep 9, 2014 at 10:57 AM, Mark Fortner wrote:
> If I had to pick one feature that makes git more useful than svn, it would
> be the ease in creating featu
Is there an itch to scratch (need) by moving to git as opposed to just
continue using svn?
Cheers,
Paul
On Tue, Sep 9, 2014 at 9:49 AM, sebb wrote:
> On 9 September 2014 15:32, Gary Gregory wrote:
> > On Tue, Sep 9, 2014 at 9:17 AM, sebb wrote:
> >
> >> On 9 Se
Gary, 1.2 of what?
Cheers,
Paul
On Mon, Jul 7, 2014 at 3:38 PM, Gary Gregory wrote:
> Note that 1.2 is about to be released.
>
> Gary
>
> Original message From: brit...@apache.org
> Date:07/07/2014 15:36 (GMT-05:00) To:
> comm...@commons.apache.or
been tested on the
> field.
> Emmanuel Bourg
Any ETA on a potential release?
Thanks, Paul.
Make sure you read the PDF references at the bottom of the ticket too.
Cheers,
Paul
ttle because the
march is going the other direction.
Paul
Cheers,
Paul
On Tue, May 6, 2014 at 6:27 PM, sebb wrote:
> On 6 May 2014 22:54, Paul Benedict wrote:
> > This is not a matter of law. If Oracle/Sun set a direction on how to use
> > NPE, it's a really good idea to
forth the best practices, then you win,
but I don't advocate going back to IAE for nulls for the reasons stated.
Cheers,
Paul
On Tue, May 6, 2014 at 4:40 PM, Duncan Jones wrote:
> On 6 May 2014 22:27, "Michael Osipov" <1983-01...@gmx.net> wrote:
>
Yes, it's supposed to throw NPE for the reasons stated a couple times in
this thread. That's by design, not accident. The "official" version in
java.lang.Objects (JDK 7+) does the same thing.
Cheers,
Paul
On Tue, May 6, 2014 at 4:00 PM, Duncan Jones wrote:
> On 6 May
nd in Joshua Bloch's book.
Cheers,
Paul
On Tue, May 6, 2014 at 3:50 PM, Duncan Jones wrote:
> On 6 May 2014 19:19, Paul Benedict wrote:
> > NPE is implicit if the method does not allow an argument to be null. This
> > doesn't have to be the case. This has nothing to d
NPE to
capture the contract violation.
Cheers,
Paul
On Tue, May 6, 2014 at 12:09 PM, sebb wrote:
> On 6 May 2014 14:27, Benedikt Ritter wrote:
> > Hi Thiago,
> >
> >
> > 2014-05-06 14:53 GMT+02:00 Thiago Andrade :
> >
> >> Hello people,
> >&
ing Javadoc was XML, I'll
gladly eat my words and enjoy learning something new. But why fight the
technology? Javadoc isn't ever going to be XML so why continue going down
that path?
On Thu, May 1, 2014 at 9:15 PM, Phil Steitz wrote:
> On 5/1/14, 2:31 PM, Paul Benedict wrote:
> &
s, buys you nothing. What buys you something is properly
formatted HTML in an HTML document.
Cheers,
Paul
On Thu, May 1, 2014 at 5:02 PM, Gilles wrote:
> On Thu, 1 May 2014 16:31:13 -0500, Paul Benedict wrote:
>
>> Gilles,
>>
>> Javadoc is not XHTML but HTML... and
about the Javadoc changes
for Java 8 to be informative (switching to thread view can help):
http://mail.openjdk.java.net/pipermail/core-libs-dev/2013-July/019269.html
Paul
On Thu, May 1, 2014 at 4:22 PM, Gilles wrote:
> On Thu, 01 May 2014 22:49:58 +0200, Thomas Neidhart wrote:
>
>> O
e'll encounter when transitioning to
> Java 8.
> I think that a discussion is required to consider the possible workarounds.
> At this point, we should just advertize that CM is not source-compatible
> with Java 8, open an issue in order to collect all the related problems,
> and explore how to best solve them (by asking everyone's opinions).
>
>
> Sorry,
> Gilles
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>
--
Cheers,
Paul
itional commands, e-mail: dev-h...@commons.apache.org
> >>>> >
> >>>> >
> >>>>
> >>>
> >>>
> >>>
> >>> --
> >>> E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
> >>> Java Persistence with Hibernate, Second
> > Edition<http://www.manning.com/bauer3/>
> >>> JUnit in Action, Second Edition
> > <http://www.manning.com/tahchiev/>
> >>> Spring Batch in Action <http://www.manning.com/templier/>
> >>> Blog: http://garygregory.wordpress.com
> >>> Home: http://garygregory.com/
> >>> Tweet! http://twitter.com/GaryGregory
> >
> >>
> >>
> >> -
> >> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> >> For additional commands, e-mail: dev-h...@commons.apache.org
> >>
> >>
> >>
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> > For additional commands, e-mail: dev-h...@commons.apache.org
> >
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>
--
Cheers,
Paul
nds, e-mail: dev-h...@commons.apache.org
>
>
--
Cheers,
Paul
That's actually a really good point :-)
On Tue, Apr 29, 2014 at 8:50 PM, Gary Gregory wrote:
> Well, it does not support HTML in the sense that you MUST close all tags.
> No lonely s...
>
> Gary
>
>
> On Tue, Apr 29, 2014 at 9:35 PM, Paul Benedict
> wrote:
>
&g
r3/>
> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
> Spring Batch in Action <http://www.manning.com/templier/>
> Blog: http://garygregory.wordpress.com
> Home: http://garygregory.com/
> Tweet! http://twitter.com/GaryGregory
>
--
Cheers,
Paul
t; > Is there anyone against having a new release on: commons-logging,
> > commons-fileupload, commons-codec,
> > commons-configuration,commons-beanutils,commons-digester and the rest of
> > the projects which are still using the incorrect groupId.
> >
> > --
> > Regards, Petar!
> > Karlovo, Bulgaria.
> > ---
> > Public PGP Key at:
> >
> https://keyserver1.pgp.com/vkd/DownloadKey.event?keyid=0x19658550C3110611
> > Key Fingerprint: A369 A7EE 61BC 93A3 CDFF 55A5 1965 8550 C311 0611
> >
>
--
Cheers,
Paul
FYI, for anyone maintaining the site, the javadoc is not present from the
site's links.
--
Cheers,
Paul
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>
--
Cheers,
Paul
I think starting the classes should be @since tagged; that's standard
procedure in the javadoc world, as far as i know. Regarding what's
forgotten, I never worried about that and fixing it is easy.
On Thu, Mar 27, 2014 at 11:18 AM, sebb wrote:
> On 27 March 2014 15:47, Paul Be
e-mail: dev-unsubscr...@commons.apache.org
> > For additional commands, e-mail: dev-h...@commons.apache.org
> >
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>
--
Cheers,
Paul
ntify what has been
> added since.
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>
--
Cheers,
Paul
I recommend copying the source of the Commons Lang classes you use and
maintain it privately. It is only two classes, right?
On Mar 1, 2014 12:51 PM, "André Diermann" wrote:
> But will upgrading to 1.7 will solve the core "issue", that some features
> (in detail: Assertions, MethodUitl and TypeUt
> >
> > >
> > >
> > >
> > >
> >
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> > For additional commands, e-mail: dev-h...@commons.apache.org
> >
> >
>
>
> --
> E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
> Java Persistence with Hibernate, Second Edition<
> http://www.manning.com/bauer3/>
> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
> Spring Batch in Action <http://www.manning.com/templier/>
> Blog: http://garygregory.wordpress.com
> Home: http://garygregory.com/
> Tweet! http://twitter.com/GaryGregory
>
--
Cheers,
Paul
round with it a bit. Is there something you
> can
> > > improve? Are there test cases missing? This are always good exercises
> for
> > > getting started.
> > >
> > > After that we should discuss the topics I've mentioned above.
> > >
> > > HTH,
> > > Benedikt
> > >
> > > [1] http://www.apache.org/licenses/
> > > [2] http://commons.apache.org/volunteering.html
> > > [3] http://commons.apache.org/patches.html
> > > [4] https://www.apache.org/foundation/how-it-works.html
> > >
> > >
> > > >
> > > > Thanks in advance.
> > > >
> > > > Regards,
> > > > André
> > > >
> > >
> > >
> > >
> > > --
> > > http://people.apache.org/~britter/
> > > http://www.systemoutprintln.de/
> > > http://twitter.com/BenediktRitter
> > > http://github.com/britter
> > >
> >
>
>
>
> --
> http://people.apache.org/~britter/
> http://www.systemoutprintln.de/
> http://twitter.com/BenediktRitter
> http://github.com/britter
>
--
Cheers,
Paul
Any chance to convert them using try-with-resource statements in future, I
guess that will make code much cleaner.
On Fri, Feb 7, 2014 at 1:02 AM, Gary Gregory wrote:
> On Thu, Feb 6, 2014 at 11:23 AM, sebb wrote:
>
> > On 6 February 2014 16:06, Gary Gregory wrote:
> > > On Thu, Feb 6, 2014 a
ps.
>
> I favour logical ordering rather than strict lexicographical ordering.
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>
--
Cheers,
Paul
gt; I favour logical ordering rather than strict lexicographical ordering.
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>
--
Cheers,
Paul
> [1] https://issues.apache.org/jira/browse/LANG-823
> >
> >
> > --
> > http://people.apache.org/~britter/
> > http://www.systemoutprintln.de/
> > http://twitter.com/BenediktRitter
> > http://github.com/britter
> >
>
>
>
> --
> http://people.apache.org/~britter/
> http://www.systemoutprintln.de/
> http://twitter.com/BenediktRitter
> http://github.com/britter
>
--
Cheers,
Paul
1 - 100 of 407 matches
Mail list logo