I'd prefer 17 for myself, but I know it might be slightly aggresive/radical
.
Anyway, if using versions equals/under 17, we can use Spring as a shield or
something, as for people they wanna upgrade spring version they must
upgrade their program to support jdk17 = =
"don't blame us, Spring did the u
After more exploration it seems that HelpFormatter is really not designed
to be extended. I will have to rethink this. It may make sense to make
some of the HelpFormatter methods static so that they can be used in other
implementations.
On Wed, Sep 18, 2024 at 9:29 AM Claude Warren wrote:
> Gr
Or a new better formatting class?
Gary
On Wed, Sep 18, 2024, 9:45 AM Claude Warren wrote:
> After more exploration it seems that HelpFormatter is really not designed
> to be extended. I will have to rethink this. It may make sense to make
> some of the HelpFormatter methods static so that the
[+1]
Builds ok, site looks good, javadoc ok, reports ok.
- Using:
mvn clean install site -s "$HOME/.m2/commons-settings.xml"
- On:
Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63)
Maven home: /Users/hbiestro/Java/apache-maven-3.8.6
Java version: 1.8.0_352, vendor: Azul Systems, Inc
I think that help formatting really comes down to building a textual matrix
from a list of Options. To do this we need to have several things:
1. A list of headers (text for the columns in the table)
2. The minimum and maximum width for each column. (perhaps as a % of the
width)
3. A m
Greetings,
I have a case in RAT where we want to append a line to the help text when
the option has multiple arguments or when we have defined a default value.
I have implemented this in a renderOptions() implementation in CLI 1.8.0.
In both cases we use the Option to check for some state and the
If we create something new, it would be nice to have example in tests that
show rendering to XHTML and XML. This means the abstract superclass should
not assume console output. A site can use its own CSS for styling. If we
are flexible enough we should not need to create yet another thing in
the fu
This vote passes with the following binding +1s:
- Gary Gregory (ggregory)
- Rob Tompkins (chtompki)
- Henri Biestro (henrib)
Gary
On Wed, Sep 18, 2024 at 1:06 PM Henri Biestro wrote:
>
>
> [+1]
>
> Builds ok, site looks good, javadoc ok, reports ok.
>
> - Using:
> mvn clean install site -s "$H
This lazy vote passes with the following binding +1s:
- Gary Gregory (ggregory)
Gary
On Sun, Sep 15, 2024 at 9:36 AM Gary Gregory wrote:
>
> My +1
>
> Gary
>
> On Sat, Sep 14, 2024 at 3:53 PM Gary Gregory wrote:
> >
> > We have updated dependencies since Apache Commons Parent 74 was
> > releas