Re: Heads up, Plexus IO/Archiver is going Java 7

2017-05-22 Thread Michael Osipov

Am 2017-05-22 um 09:13 schrieb Plamen Totev:

Hi,

As the branch is now merged is there anything that blocks the release of
Plexus IO 3.0.0?


I need to do some more stuff like parent release, etc. It is in my 
pipeline. Will try to do this by the end of the week.


Michael


-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



RE: Heads up, Plexus IO/Archiver is going Java 7

2017-05-22 Thread Plamen Totev
Hi,

As the branch is now merged is there anything that blocks the release of
Plexus IO 3.0.0?

Regards,
Plamen Totev


Re: Heads up, Plexus IO/Archiver is going Java 7

2017-05-05 Thread Michael Osipov

Am 2017-05-05 um 10:44 schrieb Anders Hammar:

On Fri, May 5, 2017 at 10:22 AM, Michael Osipov <1983-01...@gmx.net> wrote:


This will also ultimately mean that these plugins will run with Maven 3.3
only
if someone still uses an older version and Java 6 to build their projects.


If someone still uses Java 6, they have to stay with Maven <3.3 as v3.3+
requires Java 7. For plugins that now bump to Java 7 requirement they have
to stay with current plugin versions. So if we currently have a sever issue
in a plugin we should probably release a bug fix for thay before going Java
7. Just to be kind to our users.


Well, upgrading plugins would basically freeze all Maven version before 
3.3. Maintaining bug fix branches for plugins will only work as long as 
dependencies are still on Java 6.






That's the big question I'd like clarify first.
Commons Compress has gone Java 7 in a minor release and people are

requesting

it for Plexus Archiver...


How would we handle this wrt versions of our plugins when the

requirements

for those are bumped from Java 6 to Java 7?

For example, maven-jar-plugin has plexus-archiver as a dependency.

m-jar-p

v3.0.2 requires Java 6. Is a bump to v3.1.0 enough for going to Java 7?

/Anders

On Thu, May 4, 2017 at 10:39 PM, Michael Osipov 

wrote:



Hi folks,

five months ago I asked about Java 7 upgrade of Plexus Archiver [1]

and

received no reaction. I will move to a new major and integrate

Plamen's

changes.

Additionally, he was so kind to work on Plexus IO too and remove all

pre

Java 7 code [2]. I will raise major too and merge his changes.

This will effectively will change a lot of our codebase to Java 7.

If I won't receive any profound objection, the PRs will be merged.

Michael

[1] https://github.com/codehaus-plexus/plexus-archiver/pull/55
[2] https://github.com/codehaus-plexus/plexus-io/pull/5



-

To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org






-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org




-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org







-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: Re: Re: Heads up, Plexus IO/Archiver is going Java 7

2017-05-05 Thread Anders Hammar
On Fri, May 5, 2017 at 10:22 AM, Michael Osipov <1983-01...@gmx.net> wrote:

> This will also ultimately mean that these plugins will run with Maven 3.3
> only
> if someone still uses an older version and Java 6 to build their projects.
>

I don't follow.
Not to confuse anyone we should separate the Java requirement and the Maven
requirement (which we already do). The plugins will require Java 7 for the
build after this change, but could still work with Maven 3.0 (depending on
what we specify for the plugin).

If someone still uses Java 6, they have to stay with Maven <3.3 as v3.3+
requires Java 7. For plugins that now bump to Java 7 requirement they have
to stay with current plugin versions. So if we currently have a sever issue
in a plugin we should probably release a bug fix for thay before going Java
7. Just to be kind to our users.

/Anders



>
> > That's the big question I'd like clarify first.
> > Commons Compress has gone Java 7 in a minor release and people are
> requesting
> > it for Plexus Archiver...
> >
> > > How would we handle this wrt versions of our plugins when the
> requirements
> > > for those are bumped from Java 6 to Java 7?
> > >
> > > For example, maven-jar-plugin has plexus-archiver as a dependency.
> m-jar-p
> > > v3.0.2 requires Java 6. Is a bump to v3.1.0 enough for going to Java 7?
> > >
> > > /Anders
> > >
> > > On Thu, May 4, 2017 at 10:39 PM, Michael Osipov 
> wrote:
> > >
> > > > Hi folks,
> > > >
> > > > five months ago I asked about Java 7 upgrade of Plexus Archiver [1]
> and
> > > > received no reaction. I will move to a new major and integrate
> Plamen's
> > > > changes.
> > > >
> > > > Additionally, he was so kind to work on Plexus IO too and remove all
> pre
> > > > Java 7 code [2]. I will raise major too and merge his changes.
> > > >
> > > > This will effectively will change a lot of our codebase to Java 7.
> > > >
> > > > If I won't receive any profound objection, the PRs will be merged.
> > > >
> > > > Michael
> > > >
> > > > [1] https://github.com/codehaus-plexus/plexus-archiver/pull/55
> > > > [2] https://github.com/codehaus-plexus/plexus-io/pull/5
> > > >
> > > > 
> -
> > > > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> > > > For additional commands, e-mail: dev-h...@maven.apache.org
> > > >
> > > >
> > >
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> > For additional commands, e-mail: dev-h...@maven.apache.org
> >
> >
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>


Re: Re: Re: Heads up, Plexus IO/Archiver is going Java 7

2017-05-05 Thread Michael Osipov
This will also ultimately mean that these plugins will run with Maven 3.3 only
if someone still uses an older version and Java 6 to build their projects.

> That's the big question I'd like clarify first.
> Commons Compress has gone Java 7 in a minor release and people are requesting
> it for Plexus Archiver...
> 
> > How would we handle this wrt versions of our plugins when the requirements
> > for those are bumped from Java 6 to Java 7?
> > 
> > For example, maven-jar-plugin has plexus-archiver as a dependency. m-jar-p
> > v3.0.2 requires Java 6. Is a bump to v3.1.0 enough for going to Java 7?
> > 
> > /Anders
> > 
> > On Thu, May 4, 2017 at 10:39 PM, Michael Osipov  wrote:
> > 
> > > Hi folks,
> > >
> > > five months ago I asked about Java 7 upgrade of Plexus Archiver [1] and
> > > received no reaction. I will move to a new major and integrate Plamen's
> > > changes.
> > >
> > > Additionally, he was so kind to work on Plexus IO too and remove all pre
> > > Java 7 code [2]. I will raise major too and merge his changes.
> > >
> > > This will effectively will change a lot of our codebase to Java 7.
> > >
> > > If I won't receive any profound objection, the PRs will be merged.
> > >
> > > Michael
> > >
> > > [1] https://github.com/codehaus-plexus/plexus-archiver/pull/55
> > > [2] https://github.com/codehaus-plexus/plexus-io/pull/5
> > >
> > > -
> > > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> > > For additional commands, e-mail: dev-h...@maven.apache.org
> > >
> > >
> > 
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
> 
> 

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: Re: Heads up, Plexus IO/Archiver is going Java 7

2017-05-05 Thread Michael Osipov
That's the big question I'd like clarify first.
Commons Compress has gone Java 7 in a minor release and people are requesting
it for Plexus Archiver...

> How would we handle this wrt versions of our plugins when the requirements
> for those are bumped from Java 6 to Java 7?
> 
> For example, maven-jar-plugin has plexus-archiver as a dependency. m-jar-p
> v3.0.2 requires Java 6. Is a bump to v3.1.0 enough for going to Java 7?
> 
> /Anders
> 
> On Thu, May 4, 2017 at 10:39 PM, Michael Osipov  wrote:
> 
> > Hi folks,
> >
> > five months ago I asked about Java 7 upgrade of Plexus Archiver [1] and
> > received no reaction. I will move to a new major and integrate Plamen's
> > changes.
> >
> > Additionally, he was so kind to work on Plexus IO too and remove all pre
> > Java 7 code [2]. I will raise major too and merge his changes.
> >
> > This will effectively will change a lot of our codebase to Java 7.
> >
> > If I won't receive any profound objection, the PRs will be merged.
> >
> > Michael
> >
> > [1] https://github.com/codehaus-plexus/plexus-archiver/pull/55
> > [2] https://github.com/codehaus-plexus/plexus-io/pull/5
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> > For additional commands, e-mail: dev-h...@maven.apache.org
> >
> >
> 

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: Heads up, Plexus IO/Archiver is going Java 7

2017-05-05 Thread Anders Hammar
On Fri, May 5, 2017 at 9:01 AM, Olivier Lamy  wrote:

> well IMHO we can definitely have everything 7 mandatory...
>

I'm fine with that, but I think we should at least bump minor version of a
plugin when this happens.

/Anders


>
> On 5 May 2017 at 16:45, Anders Hammar  wrote:
>
> > How would we handle this wrt versions of our plugins when the
> requirements
> > for those are bumped from Java 6 to Java 7?
> >
> > For example, maven-jar-plugin has plexus-archiver as a dependency.
> m-jar-p
> > v3.0.2 requires Java 6. Is a bump to v3.1.0 enough for going to Java 7?
> >
> > /Anders
> >
> > On Thu, May 4, 2017 at 10:39 PM, Michael Osipov 
> > wrote:
> >
> > > Hi folks,
> > >
> > > five months ago I asked about Java 7 upgrade of Plexus Archiver [1] and
> > > received no reaction. I will move to a new major and integrate Plamen's
> > > changes.
> > >
> > > Additionally, he was so kind to work on Plexus IO too and remove all
> pre
> > > Java 7 code [2]. I will raise major too and merge his changes.
> > >
> > > This will effectively will change a lot of our codebase to Java 7.
> > >
> > > If I won't receive any profound objection, the PRs will be merged.
> > >
> > > Michael
> > >
> > > [1] https://github.com/codehaus-plexus/plexus-archiver/pull/55
> > > [2] https://github.com/codehaus-plexus/plexus-io/pull/5
> > >
> > > -
> > > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> > > For additional commands, e-mail: dev-h...@maven.apache.org
> > >
> > >
> >
>
>
>
> --
> Olivier Lamy
> http://twitter.com/olamy | http://linkedin.com/in/olamy
>


Re: Heads up, Plexus IO/Archiver is going Java 7

2017-05-05 Thread Olivier Lamy
well IMHO we can definitely have everything 7 mandatory...

On 5 May 2017 at 16:45, Anders Hammar  wrote:

> How would we handle this wrt versions of our plugins when the requirements
> for those are bumped from Java 6 to Java 7?
>
> For example, maven-jar-plugin has plexus-archiver as a dependency. m-jar-p
> v3.0.2 requires Java 6. Is a bump to v3.1.0 enough for going to Java 7?
>
> /Anders
>
> On Thu, May 4, 2017 at 10:39 PM, Michael Osipov 
> wrote:
>
> > Hi folks,
> >
> > five months ago I asked about Java 7 upgrade of Plexus Archiver [1] and
> > received no reaction. I will move to a new major and integrate Plamen's
> > changes.
> >
> > Additionally, he was so kind to work on Plexus IO too and remove all pre
> > Java 7 code [2]. I will raise major too and merge his changes.
> >
> > This will effectively will change a lot of our codebase to Java 7.
> >
> > If I won't receive any profound objection, the PRs will be merged.
> >
> > Michael
> >
> > [1] https://github.com/codehaus-plexus/plexus-archiver/pull/55
> > [2] https://github.com/codehaus-plexus/plexus-io/pull/5
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> > For additional commands, e-mail: dev-h...@maven.apache.org
> >
> >
>



-- 
Olivier Lamy
http://twitter.com/olamy | http://linkedin.com/in/olamy


Re: Heads up, Plexus IO/Archiver is going Java 7

2017-05-05 Thread Anders Hammar
How would we handle this wrt versions of our plugins when the requirements
for those are bumped from Java 6 to Java 7?

For example, maven-jar-plugin has plexus-archiver as a dependency. m-jar-p
v3.0.2 requires Java 6. Is a bump to v3.1.0 enough for going to Java 7?

/Anders

On Thu, May 4, 2017 at 10:39 PM, Michael Osipov  wrote:

> Hi folks,
>
> five months ago I asked about Java 7 upgrade of Plexus Archiver [1] and
> received no reaction. I will move to a new major and integrate Plamen's
> changes.
>
> Additionally, he was so kind to work on Plexus IO too and remove all pre
> Java 7 code [2]. I will raise major too and merge his changes.
>
> This will effectively will change a lot of our codebase to Java 7.
>
> If I won't receive any profound objection, the PRs will be merged.
>
> Michael
>
> [1] https://github.com/codehaus-plexus/plexus-archiver/pull/55
> [2] https://github.com/codehaus-plexus/plexus-io/pull/5
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>


Re: Heads up, Plexus IO/Archiver is going Java 7

2017-05-04 Thread Gary Gregory
On Thu, May 4, 2017 at 1:39 PM, Michael Osipov  wrote:

> Hi folks,
>
> five months ago I asked about Java 7 upgrade of Plexus Archiver [1] and
> received no reaction. I will move to a new major and integrate Plamen's
> changes.
>
> Additionally, he was so kind to work on Plexus IO too and remove all pre
> Java 7 code [2]. I will raise major too and merge his changes.
>
> This will effectively will change a lot of our codebase to Java 7.
>
> If I won't receive any profound objection, the PRs will be merged.
>

Do it! :-) (non-binding)

Gary


>
> Michael
>
> [1] https://github.com/codehaus-plexus/plexus-archiver/pull/55
> [2] https://github.com/codehaus-plexus/plexus-io/pull/5
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>


-- 
E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
Java Persistence with Hibernate, Second Edition



JUnit in Action, Second Edition



Spring Batch in Action


Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory


Heads up, Plexus IO/Archiver is going Java 7

2017-05-04 Thread Michael Osipov

Hi folks,

five months ago I asked about Java 7 upgrade of Plexus Archiver [1] and 
received no reaction. I will move to a new major and integrate Plamen's 
changes.


Additionally, he was so kind to work on Plexus IO too and remove all pre 
Java 7 code [2]. I will raise major too and merge his changes.


This will effectively will change a lot of our codebase to Java 7.

If I won't receive any profound objection, the PRs will be merged.

Michael

[1] https://github.com/codehaus-plexus/plexus-archiver/pull/55
[2] https://github.com/codehaus-plexus/plexus-io/pull/5

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org