Re: [MATH][GENETICS] Review of PR #197

2021-10-19 Thread Avijit Basak
Hi Thanks for the review comments. I have started making the changes. However, I have some queries regarding some of comments as noted below: (B) I'm confused by your defining "legacy" packages in new modules... --This is kept for comparison purposes between the legacy and the new implem

Re: [CLI] release soon

2021-10-19 Thread Gary Gregory
Keeping components on EOL Java versions like 7 is a hassle in general. Building can be harder. It also makes components a lot less attractive to new contribute. Gary On Tue, Oct 19, 2021, 15:21 Michael Osipov wrote: > Am 2021-10-19 um 13:38 schrieb Gary Gregory: > > Hi All, > > > > I intend to

Re: [CLI] release soon

2021-10-19 Thread Michael Osipov
Am 2021-10-19 um 13:38 schrieb Gary Gregory: Hi All, I intend to create a release candidate for CLI 1.5 soon. This will be the last Java 7 release IMO and I plan on this being a simple kinde of release, no big new feature. Feel free to look at Jira. Thank you for moving this forward! Beyond

Re: [CLI] release soon

2021-10-19 Thread Gilles Sadowski
Le mar. 19 oct. 2021 à 13:52, Gary Gregory a écrit : > > Take a look at JCommander and Picocli. >From a user's POV, "picocli" is more "light-weight" (a simple command-line setup is a two-liner) than "Commons CLI". Or do you mean memory foot-print? Or something else? Our more recent demo applicati

Re: Marker design issue

2021-10-19 Thread Gary Gregory
Oops... On Tue, Oct 19, 2021, 09:29 sebb wrote: > What commons component is involved here? > > On Tue, 19 Oct 2021 at 13:37, Gary Gregory wrote: > > > > Hi All, > > > > I get bit by this every time I try to make my markers "fancy" so I took > the > > time this go around to open up a discussion

Re: Marker design issue

2021-10-19 Thread sebb
What commons component is involved here? On Tue, 19 Oct 2021 at 13:37, Gary Gregory wrote: > > Hi All, > > I get bit by this every time I try to make my markers "fancy" so I took the > time this go around to open up a discussion :-) > > I want markers: > > Bob.children.John > Bob.children.Jimmy >

Marker design issue

2021-10-19 Thread Gary Gregory
Hi All, I get bit by this every time I try to make my markers "fancy" so I took the time this go around to open up a discussion :-) I want markers: Bob.children.John Bob.children.Jimmy Alice.children.Rose Alice.children.Sue (Never mind Alice.chidren.Bob) I want to turn off only "Bob.children" b

Re: [CLI] release soon

2021-10-19 Thread Rob Tompkins
Gotcha. Thanks for the heads up. Cheers, -Rob > On Oct 19, 2021, at 7:38 AM, Gary Gregory wrote: > > Hi All, > > I intend to create a release candidate for CLI 1.5 soon. This will be the > last Java 7 release IMO and I plan on this being a simple kinde of release, > no big new feature. Feel

Re: [CLI] release soon

2021-10-19 Thread Gary Gregory
Take a look at JCommander and Picocli. Gary On Tue, Oct 19, 2021, 07:42 Gilles Sadowski wrote: > Le mar. 19 oct. 2021 à 13:40, Gary Gregory a > écrit : > > > > I should add that a maintenance-only future is fine IMO, so we can still > > have a smaller and lighter weight command line API compar

Re: [CLI] release soon

2021-10-19 Thread Gilles Sadowski
Le mar. 19 oct. 2021 à 13:40, Gary Gregory a écrit : > > I should add that a maintenance-only future is fine IMO, so we can still > have a smaller and lighter weight command line API compared to the other > projects I mentioned. "Lighter weight", in what sense? > > Gary > > > On Tue, Oct 19, 202

Re: [CLI] release soon

2021-10-19 Thread Gary Gregory
I should add that a maintenance-only future is fine IMO, so we can still have a smaller and lighter weight command line API compared to the other projects I mentioned. Gary On Tue, Oct 19, 2021, 07:38 Gary Gregory wrote: > Hi All, > > I intend to create a release candidate for CLI 1.5 soon. Th

[CLI] release soon

2021-10-19 Thread Gary Gregory
Hi All, I intend to create a release candidate for CLI 1.5 soon. This will be the last Java 7 release IMO and I plan on this being a simple kinde of release, no big new feature. Feel free to look at Jira. Beyond that, the snapshot POM can go to Java 8. I am not sure if CLI has a future without a