You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by Daniel Kulp <dk...@apache.org> on 2014/09/08 22:22:53 UTC

Java support level for XmlSchema 2.2....

We got a nice contribution from the Avro folks to add to XmlSchema.  It’s a whole new module with new functionality so not really something for a “patch” release.   I’d like to go ahead and get it committed and prepare a 2.2.0 release.   

As part of this, I’d like to drop support for Java 5 for 2.2.0 on.   The new module requires JAXB to be available which is much simpler with Java6 (built into the JDK).  Otherwise, we have to add some profiles and conditional dependencies and such to the poms which kind of sucks.

We can easily release a 2.1.1 if we need a specific fix for the 2.1.x series that would still run on Java 5.   However, I’m not really sure that is necessary as the downstream projects that are actually needing this and are actually making releases have moved forward with Java6+.

Thoughts?

-- 
Daniel Kulp
dkulp@apache.org - http://dankulp.com/blog
Talend Community Coder - http://coders.talend.com


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org


Re: Java support level for XmlSchema 2.2....

Posted by Daniel Kulp <dk...@apache.org>.
Looks like we have consensus to update to at least Java6.  I’ve gone ahead and done it for XmlSchema 2.2.

Thanks everyone!

Dan



On Sep 8, 2014, at 4:22 PM, Daniel Kulp <dk...@apache.org> wrote:

> 
> We got a nice contribution from the Avro folks to add to XmlSchema.  It’s a whole new module with new functionality so not really something for a “patch” release.   I’d like to go ahead and get it committed and prepare a 2.2.0 release.   
> 
> As part of this, I’d like to drop support for Java 5 for 2.2.0 on.   The new module requires JAXB to be available which is much simpler with Java6 (built into the JDK).  Otherwise, we have to add some profiles and conditional dependencies and such to the poms which kind of sucks.
> 
> We can easily release a 2.1.1 if we need a specific fix for the 2.1.x series that would still run on Java 5.   However, I’m not really sure that is necessary as the downstream projects that are actually needing this and are actually making releases have moved forward with Java6+.
> 
> Thoughts?
> 
> -- 
> Daniel Kulp
> dkulp@apache.org - http://dankulp.com/blog
> Talend Community Coder - http://coders.talend.com
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: dev-help@ws.apache.org
> 

-- 
Daniel Kulp
dkulp@apache.org - http://dankulp.com/blog
Talend Community Coder - http://coders.talend.com


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org


Re: Java support level for XmlSchema 2.2....

Posted by Michael Pigott <mp...@gmail.com>.
I just wanted to state for the record that I'm not one of the Avro folks.
:-)  I'm just a guy who wanted to take XML documents conforming to an
external schema and store them in both Kafka and Hadoop!

On Mon, Sep 8, 2014 at 4:37 PM, Andreas Veithen <an...@gmail.com>
wrote:

> Anyway the current XmlSchema build configured on Jenkins already uses
> Java 1.6. IIRC Java 1.5 is no longer supported by the Jenkins version
> we are using. Also, on some platforms such as Mac OS X, Java 1.5 is no
> longer available. Therefore, maintaining Java 1.5 compatibility would
> require some extra work (such as setting up Animal Sniffer) and we
> should drop it.
>
> Andreas
>
> On Mon, Sep 8, 2014 at 9:22 PM, Daniel Kulp <dk...@apache.org> wrote:
> >
> > We got a nice contribution from the Avro folks to add to XmlSchema.
> It’s a whole new module with new functionality so not really something for
> a “patch” release.   I’d like to go ahead and get it committed and prepare
> a 2.2.0 release.
> >
> > As part of this, I’d like to drop support for Java 5 for 2.2.0 on.   The
> new module requires JAXB to be available which is much simpler with Java6
> (built into the JDK).  Otherwise, we have to add some profiles and
> conditional dependencies and such to the poms which kind of sucks.
> >
> > We can easily release a 2.1.1 if we need a specific fix for the 2.1.x
> series that would still run on Java 5.   However, I’m not really sure that
> is necessary as the downstream projects that are actually needing this and
> are actually making releases have moved forward with Java6+.
> >
> > Thoughts?
> >
> > --
> > Daniel Kulp
> > dkulp@apache.org - http://dankulp.com/blog
> > Talend Community Coder - http://coders.talend.com
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
> > For additional commands, e-mail: dev-help@ws.apache.org
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: dev-help@ws.apache.org
>
>

Re: Java support level for XmlSchema 2.2....

Posted by Andreas Veithen <an...@gmail.com>.
Anyway the current XmlSchema build configured on Jenkins already uses
Java 1.6. IIRC Java 1.5 is no longer supported by the Jenkins version
we are using. Also, on some platforms such as Mac OS X, Java 1.5 is no
longer available. Therefore, maintaining Java 1.5 compatibility would
require some extra work (such as setting up Animal Sniffer) and we
should drop it.

Andreas

On Mon, Sep 8, 2014 at 9:22 PM, Daniel Kulp <dk...@apache.org> wrote:
>
> We got a nice contribution from the Avro folks to add to XmlSchema.  It’s a whole new module with new functionality so not really something for a “patch” release.   I’d like to go ahead and get it committed and prepare a 2.2.0 release.
>
> As part of this, I’d like to drop support for Java 5 for 2.2.0 on.   The new module requires JAXB to be available which is much simpler with Java6 (built into the JDK).  Otherwise, we have to add some profiles and conditional dependencies and such to the poms which kind of sucks.
>
> We can easily release a 2.1.1 if we need a specific fix for the 2.1.x series that would still run on Java 5.   However, I’m not really sure that is necessary as the downstream projects that are actually needing this and are actually making releases have moved forward with Java6+.
>
> Thoughts?
>
> --
> Daniel Kulp
> dkulp@apache.org - http://dankulp.com/blog
> Talend Community Coder - http://coders.talend.com
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: dev-help@ws.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org


Fwd: Delivery Status Notification (Failure)

Posted by Gary Gregory <ga...@gmail.com>.
 +1 (non-binding) to drop Java 5 (even drop 6 if you like).

Gary

On Thu, Sep 11, 2014 at 8:16 AM, Alexandr Klimov <my...@yandex.ru> wrote:

> +1
>
> 09.09.2014, 12:04, "Colm O hEigeartaigh" <co...@apache.org>:
> > +1 makes sense.
> >
> > Colm.
> >
> > On Mon, Sep 8, 2014 at 9:22 PM, Daniel Kulp <dk...@apache.org> wrote:
> >> We got a nice contribution from the Avro folks to add to XmlSchema.
> It's a whole new module with new functionality so not really something for
> a "patch" release.   I'd like to go ahead and get it committed and prepare
> a 2.2.0 release.
> >>
> >> As part of this, I'd like to drop support for Java 5 for 2.2.0 on.
>  The new module requires JAXB to be available which is much simpler with
> Java6 (built into the JDK).  Otherwise, we have to add some profiles and
> conditional dependencies and such to the poms which kind of sucks.
> >>
> >> We can easily release a 2.1.1 if we need a specific fix for the 2.1.x
> series that would still run on Java 5.   However, I'm not really sure that
> is necessary as the downstream projects that are actually needing this and
> are actually making releases have moved forward with Java6+.
> >>
> >> Thoughts?
> >>
> >> --
> >> Daniel Kulp
> >> dkulp@apache.org - http://dankulp.com/blog
> >> Talend Community Coder - http://coders.talend.com
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
> >> For additional commands, e-mail: dev-help@ws.apache.org
> >
> > --
> > Colm O hEigeartaigh
> >
> > Talend Community Coder
> > http://coders.talend.com
>
>
> //Best regards
> //Alexandr
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: dev-help@ws.apache.org
>
>


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

----- Message truncated -----




-- 
E-Mail: garydgregory@gmail.com | ggregory@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

Re: Java support level for XmlSchema 2.2....

Posted by Claude Warren <cl...@xenei.com>.
+1 to drop java 5

On Thu, Sep 11, 2014 at 1:19 PM, Gary Gregory <ga...@gmail.com>
wrote:

> +1 (non-binding) to drop Java 5 (even drop 6 if you like).
>
> Gary
>
> On Thu, Sep 11, 2014 at 8:16 AM, Alexandr Klimov <my...@yandex.ru> wrote:
>
>> +1
>>
>> 09.09.2014, 12:04, "Colm O hEigeartaigh" <co...@apache.org>:
>> > +1 makes sense.
>> >
>> > Colm.
>> >
>> > On Mon, Sep 8, 2014 at 9:22 PM, Daniel Kulp <dk...@apache.org> wrote:
>> >> We got a nice contribution from the Avro folks to add to XmlSchema.
>> It’s a whole new module with new functionality so not really something for
>> a “patch” release.   I’d like to go ahead and get it committed and prepare
>> a 2.2.0 release.
>> >>
>> >> As part of this, I’d like to drop support for Java 5 for 2.2.0 on.
>>  The new module requires JAXB to be available which is much simpler with
>> Java6 (built into the JDK).  Otherwise, we have to add some profiles and
>> conditional dependencies and such to the poms which kind of sucks.
>> >>
>> >> We can easily release a 2.1.1 if we need a specific fix for the 2.1.x
>> series that would still run on Java 5.   However, I’m not really sure that
>> is necessary as the downstream projects that are actually needing this and
>> are actually making releases have moved forward with Java6+.
>> >>
>> >> Thoughts?
>> >>
>> >> --
>> >> Daniel Kulp
>> >> dkulp@apache.org - http://dankulp.com/blog
>> >> Talend Community Coder - http://coders.talend.com
>> >>
>> >> ---------------------------------------------------------------------
>> >> To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
>> >> For additional commands, e-mail: dev-help@ws.apache.org
>> >
>> > --
>> > Colm O hEigeartaigh
>> >
>> > Talend Community Coder
>> > http://coders.talend.com
>>
>>
>> //Best regards
>> //Alexandr
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
>> For additional commands, e-mail: dev-help@ws.apache.org
>>
>>
>
>
> --
> E-Mail: garydgregory@gmail.com | ggregory@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
>



-- 
I like: Like Like - The likeliest place on the web
<http://like-like.xenei.com>
LinkedIn: http://www.linkedin.com/in/claudewarren

Re: Java support level for XmlSchema 2.2....

Posted by Gary Gregory <ga...@gmail.com>.
+1 (non-binding) to drop Java 5 (even drop 6 if you like).

Gary

On Thu, Sep 11, 2014 at 8:16 AM, Alexandr Klimov <my...@yandex.ru> wrote:

> +1
>
> 09.09.2014, 12:04, "Colm O hEigeartaigh" <co...@apache.org>:
> > +1 makes sense.
> >
> > Colm.
> >
> > On Mon, Sep 8, 2014 at 9:22 PM, Daniel Kulp <dk...@apache.org> wrote:
> >> We got a nice contribution from the Avro folks to add to XmlSchema.
> It’s a whole new module with new functionality so not really something for
> a “patch” release.   I’d like to go ahead and get it committed and prepare
> a 2.2.0 release.
> >>
> >> As part of this, I’d like to drop support for Java 5 for 2.2.0 on.
>  The new module requires JAXB to be available which is much simpler with
> Java6 (built into the JDK).  Otherwise, we have to add some profiles and
> conditional dependencies and such to the poms which kind of sucks.
> >>
> >> We can easily release a 2.1.1 if we need a specific fix for the 2.1.x
> series that would still run on Java 5.   However, I’m not really sure that
> is necessary as the downstream projects that are actually needing this and
> are actually making releases have moved forward with Java6+.
> >>
> >> Thoughts?
> >>
> >> --
> >> Daniel Kulp
> >> dkulp@apache.org - http://dankulp.com/blog
> >> Talend Community Coder - http://coders.talend.com
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
> >> For additional commands, e-mail: dev-help@ws.apache.org
> >
> > --
> > Colm O hEigeartaigh
> >
> > Talend Community Coder
> > http://coders.talend.com
>
>
> //Best regards
> //Alexandr
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: dev-help@ws.apache.org
>
>


-- 
E-Mail: garydgregory@gmail.com | ggregory@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

Re: Java support level for XmlSchema 2.2....

Posted by Alexandr Klimov <my...@yandex.ru>.
+1

09.09.2014, 12:04, "Colm O hEigeartaigh" <co...@apache.org>:
> +1 makes sense.
>
> Colm.
>
> On Mon, Sep 8, 2014 at 9:22 PM, Daniel Kulp <dk...@apache.org> wrote:
>> We got a nice contribution from the Avro folks to add to XmlSchema.  It’s a whole new module with new functionality so not really something for a “patch” release.   I’d like to go ahead and get it committed and prepare a 2.2.0 release.
>>
>> As part of this, I’d like to drop support for Java 5 for 2.2.0 on.   The new module requires JAXB to be available which is much simpler with Java6 (built into the JDK).  Otherwise, we have to add some profiles and conditional dependencies and such to the poms which kind of sucks.
>>
>> We can easily release a 2.1.1 if we need a specific fix for the 2.1.x series that would still run on Java 5.   However, I’m not really sure that is necessary as the downstream projects that are actually needing this and are actually making releases have moved forward with Java6+.
>>
>> Thoughts?
>>
>> --
>> Daniel Kulp
>> dkulp@apache.org - http://dankulp.com/blog
>> Talend Community Coder - http://coders.talend.com
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
>> For additional commands, e-mail: dev-help@ws.apache.org
>
> --
> Colm O hEigeartaigh
>
> Talend Community Coder
> http://coders.talend.com


//Best regards
//Alexandr

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org


Re: Java support level for XmlSchema 2.2....

Posted by Colm O hEigeartaigh <co...@apache.org>.
+1 makes sense.

Colm.

On Mon, Sep 8, 2014 at 9:22 PM, Daniel Kulp <dk...@apache.org> wrote:

>
> We got a nice contribution from the Avro folks to add to XmlSchema.  It’s
> a whole new module with new functionality so not really something for a
> “patch” release.   I’d like to go ahead and get it committed and prepare a
> 2.2.0 release.
>
> As part of this, I’d like to drop support for Java 5 for 2.2.0 on.   The
> new module requires JAXB to be available which is much simpler with Java6
> (built into the JDK).  Otherwise, we have to add some profiles and
> conditional dependencies and such to the poms which kind of sucks.
>
> We can easily release a 2.1.1 if we need a specific fix for the 2.1.x
> series that would still run on Java 5.   However, I’m not really sure that
> is necessary as the downstream projects that are actually needing this and
> are actually making releases have moved forward with Java6+.
>
> Thoughts?
>
> --
> Daniel Kulp
> dkulp@apache.org - http://dankulp.com/blog
> Talend Community Coder - http://coders.talend.com
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: dev-help@ws.apache.org
>
>


-- 
Colm O hEigeartaigh

Talend Community Coder
http://coders.talend.com