Re: [All] Alpha/beta releases

2019-06-09 Thread Gilles Sadowski
sspath > anymore which means you have only a single module name which must be > unique..(a little bit like groupId/artifactId). So? If we change it, it's unique. > > Some thought of mine. I probably did not understand your point(s). Regards, Gilles > > Kind regards > Karl H

Re: [All] Alpha/beta releases

2019-06-09 Thread Karl Heinz Marbaise
: Hello. Does someone see a practical way to automate package names and source files conversions so that each all alpha/beta releases can be used together (e.g. to compare their behaviours). I mean, for release version "1.0-alpha1", the top-level package name "o.a.c.compid&q

Re: [All] Alpha/beta releases

2019-06-09 Thread Gilles Sadowski
Le dim. 9 juin 2019 à 15:46, sebb a écrit : > > On Sun, 9 Jun 2019 at 14:20, Gilles Sadowski wrote: > > > > Hi. > > > > Le dim. 9 juin 2019 à 14:06, James Carman a > > écrit : > > > > > > On Sun, Jun 9, 2019 at 7:36 AM sebb wrote: > > > > > > > > > > > Huh? > > > > That can still cause jar

Re: [All] Alpha/beta releases

2019-06-09 Thread sebb
On Sun, 9 Jun 2019 at 14:20, Gilles Sadowski wrote: > > Hi. > > Le dim. 9 juin 2019 à 14:06, James Carman a > écrit : > > > > On Sun, Jun 9, 2019 at 7:36 AM sebb wrote: > > > > > > > > Huh? > > > That can still cause jar issues, *precisely because* only one jar will > > > reach the Java

Re: [All] Alpha/beta releases

2019-06-09 Thread Gilles Sadowski
Hi. Le dim. 9 juin 2019 à 14:06, James Carman a écrit : > > On Sun, Jun 9, 2019 at 7:36 AM sebb wrote: > > > > > Huh? > > That can still cause jar issues, *precisely because* only one jar will > > reach the Java classpath. > > > > Suppose there is jar1 with API-V1. > > This is depended on by

Re: [All] Alpha/beta releases

2019-06-09 Thread James Carman
On Sun, Jun 9, 2019 at 7:36 AM sebb wrote: > > Huh? > That can still cause jar issues, *precisely because* only one jar will > reach the Java classpath. > > Suppose there is jar1 with API-V1. > This is depended on by app1 and app2. > > Then jar2 is produced with API-V2 (not BC-compatible with

Re: [All] Alpha/beta releases

2019-06-09 Thread sebb
On Sun, 9 Jun 2019 at 12:01, James Carman wrote: > > On Sun, Jun 9, 2019 at 5:40 AM Gilles Sadowski wrote: > > > > > Ultimately the PMC still needs to vote on the release, no? > > Hence I don't see what advantage there is in allowing different > > beta policies. [Of course, no component is

Re: [All] Alpha/beta releases

2019-06-09 Thread James Carman
On Sun, Jun 9, 2019 at 5:40 AM Gilles Sadowski wrote: > > Ultimately the PMC still needs to vote on the release, no? > Hence I don't see what advantage there is in allowing different > beta policies. [Of course, no component is required to provide > a beta release...] > What the proposal aims

Re: [All] Alpha/beta releases

2019-06-09 Thread Gilles Sadowski
Hi. Le jeu. 6 juin 2019 à 15:18, sebb a écrit : > > On Wed, 5 Jun 2019 at 23:40, Gary Gregory wrote: > > > > Hi All: > > > > I see two lines of usage IRL from people: > > > > - I use whatever is "released" on Maven Central. I quote the word released > > since that includes ANY artifacts, pre

Re: [All] Alpha/beta releases

2019-06-06 Thread sebb
On Wed, 5 Jun 2019 at 23:40, Gary Gregory wrote: > > Hi All: > > I see two lines of usage IRL from people: > > - I use whatever is "released" on Maven Central. I quote the word released > since that includes ANY artifacts, pre 1.0 like a 0.87 or -alpha, and > -betas. N.B. This by definition

Re: [All] Alpha/beta releases

2019-06-05 Thread Gary Gregory
Hi All: I see two lines of usage IRL from people: - I use whatever is "released" on Maven Central. I quote the word released since that includes ANY artifacts, pre 1.0 like a 0.87 or -alpha, and -betas. - I am not allowed to use alpha, beta, or SNAPSHOT versions. The reality ends up being that

Re: [All] Alpha/beta releases

2019-06-05 Thread Gilles Sadowski
Le mer. 5 juin 2019 à 23:14, sebb a écrit : > > On Wed, 5 Jun 2019 at 17:16, Gilles Sadowski wrote: > > > > Le mer. 5 juin 2019 à 17:57, James Carman a > > écrit : > > > > > > I’m having a hard time understanding the comparing APIs use case. If I > > > were to want to try that, I’d create a

Re: [All] Alpha/beta releases

2019-06-05 Thread Otto Fowler
On June 5, 2019 at 12:16:33, Gilles Sadowski (gillese...@gmail.com) wrote: Le mer. 5 juin 2019 à 17:57, James Carman a écrit : > > I’m having a hard time understanding the comparing APIs use case. If I > were to want to try that, I’d create a branch and import the new dependency > version and

Re: [All] Alpha/beta releases

2019-06-05 Thread sebb
On Wed, 5 Jun 2019 at 17:16, Gilles Sadowski wrote: > > Le mer. 5 juin 2019 à 17:57, James Carman a > écrit : > > > > I’m having a hard time understanding the comparing APIs use case. If I > > were to want to try that, I’d create a branch and import the new dependency > > version and see what

Re: [All] Alpha/beta releases

2019-06-05 Thread Gary Gregory
In the past we have only guarded against jar-hell with major component releases matching a package name changes and Maven coordinate name change. It seems some want to apply the same principles to other kinds of versions, not just major version. Like a 0.9.alpha1 or even a 2.0.beta-1. I suppose

Re: [All] Alpha/beta releases

2019-06-05 Thread James Carman
On Wed, Jun 5, 2019 at 12:16 PM Gilles Sadowski wrote: > > Case mainly in point is getting to the first release of new components. > This is happening now for [Imaging], and will be soon (hopefully) for > [Numbers], [Statistics] and [Geometry]. > Okay, so the main issue is getting releases out

Re: [All] Alpha/beta releases

2019-06-05 Thread Gilles Sadowski
Le mer. 5 juin 2019 à 17:57, James Carman a écrit : > > I’m having a hard time understanding the comparing APIs use case. If I > were to want to try that, I’d create a branch and import the new dependency > version and see what breaks. The performance part I wouldn’t think I’d use > one code

Re: [All] Alpha/beta releases

2019-06-05 Thread James Carman
I’m having a hard time understanding the comparing APIs use case. If I were to want to try that, I’d create a branch and import the new dependency version and see what breaks. The performance part I wouldn’t think I’d use one code base either. I’m not suggesting my way is the only or best way,

Re: [All] Alpha/beta releases

2019-06-05 Thread Matt Sicker
Maybe we should have a separate maven repo for alpha and beta releases. That could make them less likely to cause jar hell conflicts. It could even be similar to snapshots if they’re not voted on. On Wed, Jun 5, 2019 at 10:33, Gilles Sadowski wrote: > Le mer. 5 juin 2019 à 17:04, James Carman

Re: [All] Alpha/beta releases

2019-06-05 Thread Gilles Sadowski
Le mer. 5 juin 2019 à 17:04, James Carman a écrit : > > What sort of comparison are you looking to do within the same code? > Performance? Yes, that's one possibility; another is comparing different APIs. Gilles [...] -

Re: [All] Alpha/beta releases

2019-06-05 Thread Gilles Sadowski
o release a 2.0-alpha1 in the future? > > > > > > > > Hmm, what happens? > > > > [At point, we'd have renamed "o.a.c.compid" to ""o.a.c.compid2".] > > > > > > > > Gilles > > > > > > > > > > >

Re: [All] Alpha/beta releases

2019-06-05 Thread James Carman
t 17:35, Matt Sicker > wrote: > > > > > > > > > > > > > > This sounds like a shade feature, yes. However, in order to > > > > > > > automatically extract the version extra data and detect a > version > > > > > &g

Re: [All] Alpha/beta releases

2019-06-05 Thread James Carman
e? > > > > > > Hmm, what happens? > > > [At point, we'd have renamed "o.a.c.compid" to ""o.a.c.compid2".] > > > > > > Gilles > > > > > > > > > > > On Tue, Jun 4, 2019 at 6:53 AM Gilles Sadowski > > > >

Re: [All] Alpha/beta releases

2019-06-05 Thread Gilles Sadowski
AM Gilles Sadowski > > wrote: > > > > > > > Hello. > > > > > > > > Does someone see a practical way to automate package names > > > > and source files conversions so that each all alpha/beta releases > > > > can

Re: [All] Alpha/beta releases

2019-06-05 Thread Gilles Sadowski
sion extra data and detect a version > > > > > > keyword like "alpha" may require some additional code, though maybe > > > > > > the shade plugin already supports that. > > > > > > > > > > > > Alternatively, JUnit 5.x

Re: [All] Alpha/beta releases

2019-06-05 Thread James Carman
have renamed "o.a.c.compid" to ""o.a.c.compid2".] > > Gilles > > > > > On Tue, Jun 4, 2019 at 6:53 AM Gilles Sadowski > wrote: > > > > > Hello. > > > > > > Does someone see a practical way to automate package names > &

Re: [All] Alpha/beta releases

2019-06-05 Thread Gilles Sadowski
M Gilles Sadowski wrote: > > > Hello. > > > > Does someone see a practical way to automate package names > > and source files conversions so that each all alpha/beta releases > > can be used together (e.g. to compare their behaviours). > > > > I mean, for

Re: [All] Alpha/beta releases

2019-06-05 Thread Gilles Sadowski
; > keyword like "alpha" may require some additional code, though maybe > > > > > > the shade plugin already supports that. > > > > > > > > > > > > Alternatively, JUnit 5.x uses a tool called API Guardian for > > ma

Re: [All] Alpha/beta releases

2019-06-05 Thread sebb
gt; > > > the shade plugin already supports that. > > > > > > > > > > Alternatively, JUnit 5.x uses a tool called API Guardian for marking > > > > > which APIs are stable or not: > > > > > https://github.com/apiguardian-team/

Re: [All] Alpha/beta releases

2019-06-05 Thread Gary Gregory
that. > > > > > > > > > > Alternatively, JUnit 5.x uses a tool called API Guardian for > marking > > > > > which APIs are stable or not: > > > > > https://github.com/apiguardian-team/apiguardian > > > > > &g

Re: [All] Alpha/beta releases

2019-06-05 Thread James Carman
What happens if/when you want to release a 2.0-alpha1 in the future? On Tue, Jun 4, 2019 at 6:53 AM Gilles Sadowski wrote: > Hello. > > Does someone see a practical way to automate package names > and source files conversions so that each all alpha/beta releases > can be use

Re: [All] Alpha/beta releases

2019-06-05 Thread Gilles Sadowski
rsion > > > > > keyword like "alpha" may require some additional code, though maybe > > > > > the shade plugin already supports that. > > > > > > > > > > Alternatively, JUnit 5.x uses a tool called API Guardian for mar

Re: [All] Alpha/beta releases

2019-06-05 Thread Gilles Sadowski
ool called API Guardian for marking > > > > which APIs are stable or not: > > > > https://github.com/apiguardian-team/apiguardian > > > > > > > > On Tue, 4 Jun 2019 at 05:53, Gilles Sadowski > > > > wrote: > > > > > > &

Re: [All] Alpha/beta releases

2019-06-05 Thread Gary Gregory
supports that. > > > > > > > > Alternatively, JUnit 5.x uses a tool called API Guardian for marking > > > > which APIs are stable or not: > > > > https://github.com/apiguardian-team/apiguardian > > > > > > > > On Tue, 4 Jun 20

Re: [All] Alpha/beta releases

2019-06-05 Thread sebb
already supports that. > > > > > > Alternatively, JUnit 5.x uses a tool called API Guardian for marking > > > which APIs are stable or not: > > > https://github.com/apiguardian-team/apiguardian > > > > > > On Tue, 4 Jun 2019 at 05:53, Gilles Sa

Re: [All] Alpha/beta releases

2019-06-05 Thread Gilles Sadowski
JUnit 5.x uses a tool called API Guardian for marking > > which APIs are stable or not: > > https://github.com/apiguardian-team/apiguardian > > > > On Tue, 4 Jun 2019 at 05:53, Gilles Sadowski wrote: > > > > > > Hello. > > > > > > Does som

Re: [All] Alpha/beta releases

2019-06-05 Thread sebb
4 Jun 2019 at 05:53, Gilles Sadowski wrote: > > > > Hello. > > > > Does someone see a practical way to automate package names > > and source files conversions so that each all alpha/beta releases > > can be used together (e.g. to compare their behaviours). &

Re: [All] Alpha/beta releases

2019-06-04 Thread Matt Sicker
I Guardian for marking which APIs are stable or not: https://github.com/apiguardian-team/apiguardian On Tue, 4 Jun 2019 at 05:53, Gilles Sadowski wrote: > > Hello. > > Does someone see a practical way to automate package names > and source files conversions so that each all alpha/be

[All] Alpha/beta releases

2019-06-04 Thread Gilles Sadowski
Hello. Does someone see a practical way to automate package names and source files conversions so that each all alpha/beta releases can be used together (e.g. to compare their behaviours). I mean, for release version "1.0-alpha1", the top-level package name "o.a.c.compid&q