You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by Alexander Bubenchikov <zu...@yandex.ru> on 2017/03/03 17:18:49 UTC

Xerces 2.12 release date

Hi folks. 

I see release date is empty for Xerces-J 2.12.0 in apache's jira and I can't
found an expected release date for 2.12 version anywhere. 

I faced with XERCESJ-1592 issue and I just want to know what will be the
best for me - wait until 2.12 release, or checkout and build some nightly
build myself (to be honest, I don't want to do this) 

Could you please point me to release date, if it is already known? 

Best Regards, Alex 



--
View this message in context: http://apache-xml-project.6118.n7.nabble.com/Xerces-2-12-release-date-tp43194.html
Sent from the Xerces - J - Dev mailing list archive at Nabble.com.

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


Re: Xerces 2.12 release date

Posted by Michael Glavassevich <mr...@ca.ibm.com>.
Unless we start using "newer" APIs and language features there's nothing 
in Xerces that requires more than Java 1.3 (or 1.4 for XML Schema 1.1).

Michael Glavassevich
XML Technologies and WAS Development
IBM Toronto Lab
E-mail: mrglavas@ca.ibm.com
E-mail: mrglavas@apache.org

Gary Gregory <ga...@gmail.com> wrote on 04/14/2017 10:02:31 PM:

> Why not update the Java platform requirement?
> 
> Gary
> 
> On Apr 14, 2017 4:27 AM, "Mukul Gandhi" <mu...@apache.org> wrote:
> If we look at, http://xerces.apache.org/xerces2-j/faq-build.html#faq-2
> . It says
> 
> To build Xerces-J you need the Java Development Kit (JDK) version 1.
> 3 (or higher) installed on your machine.
> 
> I think, this FAQ should clarify that to use Xerces-J's XML Schema 
> 1.1 support, we need to use JDK 1.4 as minimum, both for compilation
> and running Xerces-J.
> 
> On 27 March 2017 at 15:38, Alexander Bubenchikov <zu...@yandex.ru> 
wrote:
> Thanks for the answer, Michael.
> 
> Is my understanding correct, that this issues should be fixed?
> 
> https://issues.apache.org/jira/browse/XERCESJ-1602?jql=project%20%
> 3D%20XERCESJ%20AND%20status%20in%20(Open%2C%20%22In%20Progress%22%
> 2C%20Reopened)%20AND%20affectedVersion%20in%20(2.11.0%2C%202.12.0)%
> 20ORDER%20BY%20due%20ASC%2C%20priority%20DESC%2C%20created%20ASC
> 
> 
> Also I can't find any release process documentation for 2.12.0. What 
version
> of JVM it should support, how do you run tests, etc.
> 
> Could you please point me to a filter on jira or/and documentation, what
> should be done to release 2.12.0
> 
> Thanks, Alex
> 
> 
> 
> 
> --
> View this message in context: http://apache-xml-project.
> 6118.n7.nabble.com/Xerces-2-12-release-date-tp43194p43218.html
> Sent from the Xerces - J - Dev mailing list archive at Nabble.com.

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

> 

> 
> -- 
> Regards,
> Mukul Gandhi


Re: Xerces 2.12 release date

Posted by Mukul Gandhi <mu...@apache.org>.
Hi Gary & Michael,
   In case, Gary will lead this work, that will be great. I can assist Gary
in few tasks as Gary would suggest.

I think, following would summarize our release strategy:
Xerces-J 2.12.0 would comprise of two Xerces-J releases (similar to the
2.11.0 release). One release will be from the trunk. It'll comprise of
enhancements to various API implementations within Xerces, and its XML
Schema component will be at 1.0 level. This release would run on JDK 1.3
min.

Another release will be from this branch:
https://svn.apache.org/repos/asf/xerces/java/branches/xml-schema-1.1-dev/.
Conceptually structure of this will mirror that of the release from trunk.
This will provide support for XML Schema 1.1 apart from XML Schema 1.0.
This release would run on JDK 1.4 min. We have to raise the min JDK level
for this release, due to the need from its XML Schema 1.1 processor. I
think, our XML Schema 1.1 processor in 2.12.0 release should not be in beta
(as in 2.11.0 release), and will be a production grade version of XML
Schema 1.1.

On 19 April 2017 at 21:48, Gary Gregory <ga...@gmail.com> wrote:

> On Wed, Apr 19, 2017 at 8:14 AM, Michael Glavassevich <mrglavas@ca.ibm.com
> > wrote:
>
>> Gary,
>>
>> Could make that much easier to do if you were a committer (if that's
>> something you're interested in).
>
>
> Certainly, I'd be happy to help. Xalan was hard because there was no one
> around with any knowledge to help.
>
> (I am the PMC chair for Apache Commons, and on the PMC for Xalan, Logging,
> and HttpComponents, so I've done many releases and I know they can be a
> pain.)
>
> Gary
>
> Gary
>



>
>
>>
>>
>> Thanks.
>>
>> Michael Glavassevich
>> XML Technologies and WAS Development
>> IBM Toronto Lab
>> E-mail: mrglavas@ca.ibm.com
>> E-mail: mrglavas@apache.org
>>
>> Mukul Gandhi <mu...@apache.org> wrote on 04/19/2017 02:49:34 AM:
>>
>> > From: Mukul Gandhi <mu...@apache.org>
>> > To: Gary Gregory <ga...@gmail.com>
>> > Cc: j-dev@xerces.apache.org
>> > Date: 04/19/2017 02:50 AM
>> > Subject: Re: Xerces 2.12 release date
>>
>> >
>> > Hi Gary,
>> >     How about you taking the challenge to release Xerces-J 2.12.0?
>> > Or will this be much of work for you?
>> >
>> > I remember you successfully made a release of Xalan-J.
>> >
>> > On 15 April 2017 at 07:32, Gary Gregory <ga...@gmail.com> wrote:
>> > Why not update the Java platform requirement?
>> >
>> > Gary
>> >
>> > On Apr 14, 2017 4:27 AM, "Mukul Gandhi" <mu...@apache.org> wrote:
>> > If we look at, http://xerces.apache.org/xerces2-j/faq-build.html#faq-2
>> > . It says
>> >
>> > To build Xerces-J you need the Java Development Kit (JDK) version 1.
>> > 3 (or higher) installed on your machine.
>> >
>> > I think, this FAQ should clarify that to use Xerces-J's XML Schema
>> > 1.1 support, we need to use JDK 1.4 as minimum, both for compilation
>> > and running Xerces-J.
>> >
>> > On 27 March 2017 at 15:38, Alexander Bubenchikov <zu...@yandex.ru>
>> wrote:
>> > Thanks for the answer, Michael.
>> >
>> > Is my understanding correct, that this issues should be fixed?
>> >
>> > https://issues.apache.org/jira/browse/XERCESJ-1602?jql=project%20%
>> > 3D%20XERCESJ%20AND%20status%20in%20(Open%2C%20%22In%20Progress%22%
>> > 2C%20Reopened)%20AND%20affectedVersion%20in%20(2.11.0%2C%202.12.0)%
>> > 20ORDER%20BY%20due%20ASC%2C%20priority%20DESC%2C%20created%20ASC
>> >
>> >
>> > Also I can't find any release process documentation for 2.12.0. What
>> version
>> > of JVM it should support, how do you run tests, etc.
>> >
>> > Could you please point me to a filter on jira or/and documentation, what
>> > should be done to release 2.12.0
>> >
>> > Thanks, Alex
>> >
>> >
>> >
>> >
>> > --
>> > View this message in context: http://apache-xml-project.
>> > 6118.n7.nabble.com/Xerces-2-12-release-date-tp43194p43218.html
>> > Sent from the Xerces - J - Dev mailing list archive at Nabble.com.
>>
>> > ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: j-dev-unsubscribe@xerces.apache.org
>> > For additional commands, e-mail: j-dev-help@xerces.apache.org
>>
>> >
>> >
>>
>> >
>> > --
>> > Regards,
>> > Mukul Gandhi
>>
>
>
>
> --
> E-Mail: garydgregory@gmail.com | ggregory@apache.org
> Java Persistence with Hibernate, Second Edition
> <https://www.amazon.com/gp/product/1617290459/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1617290459&linkCode=as2&tag=garygregory-20&linkId=cadb800f39946ec62ea2b1af9fe6a2b8>
>
> <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1617290459>
> JUnit in Action, Second Edition
> <https://www.amazon.com/gp/product/1935182021/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182021&linkCode=as2&tag=garygregory-20&linkId=31ecd1f6b6d1eaf8886ac902a24de418%22>
>
> <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1935182021>
> Spring Batch in Action
> <https://www.amazon.com/gp/product/1935182951/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182951&linkCode=%7B%7BlinkCode%7D%7D&tag=garygregory-20&linkId=%7B%7Blink_id%7D%7D%22%3ESpring+Batch+in+Action>
> <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1935182951>
> Blog: http://garygregory.wordpress.com
> Home: http://garygregory.com/
> Tweet! http://twitter.com/GaryGregory
>



-- 
Regards,
Mukul Gandhi

Re: Xerces 2.12 release date

Posted by Gary Gregory <ga...@gmail.com>.
On Wed, Apr 19, 2017 at 8:14 AM, Michael Glavassevich <mr...@ca.ibm.com>
wrote:

> Gary,
>
> Could make that much easier to do if you were a committer (if that's
> something you're interested in).


Certainly, I'd be happy to help. Xalan was hard because there was no one
around with any knowledge to help.

(I am the PMC chair for Apache Commons, and on the PMC for Xalan, Logging,
and HttpComponents, so I've done many releases and I know they can be a
pain.)

Gary

Gary

>
>
> Thanks.
>
> Michael Glavassevich
> XML Technologies and WAS Development
> IBM Toronto Lab
> E-mail: mrglavas@ca.ibm.com
> E-mail: mrglavas@apache.org
>
> Mukul Gandhi <mu...@apache.org> wrote on 04/19/2017 02:49:34 AM:
>
> > From: Mukul Gandhi <mu...@apache.org>
> > To: Gary Gregory <ga...@gmail.com>
> > Cc: j-dev@xerces.apache.org
> > Date: 04/19/2017 02:50 AM
> > Subject: Re: Xerces 2.12 release date
>
> >
> > Hi Gary,
> >     How about you taking the challenge to release Xerces-J 2.12.0?
> > Or will this be much of work for you?
> >
> > I remember you successfully made a release of Xalan-J.
> >
> > On 15 April 2017 at 07:32, Gary Gregory <ga...@gmail.com> wrote:
> > Why not update the Java platform requirement?
> >
> > Gary
> >
> > On Apr 14, 2017 4:27 AM, "Mukul Gandhi" <mu...@apache.org> wrote:
> > If we look at, http://xerces.apache.org/xerces2-j/faq-build.html#faq-2
> > . It says
> >
> > To build Xerces-J you need the Java Development Kit (JDK) version 1.
> > 3 (or higher) installed on your machine.
> >
> > I think, this FAQ should clarify that to use Xerces-J's XML Schema
> > 1.1 support, we need to use JDK 1.4 as minimum, both for compilation
> > and running Xerces-J.
> >
> > On 27 March 2017 at 15:38, Alexander Bubenchikov <zu...@yandex.ru>
> wrote:
> > Thanks for the answer, Michael.
> >
> > Is my understanding correct, that this issues should be fixed?
> >
> > https://issues.apache.org/jira/browse/XERCESJ-1602?jql=project%20%
> > 3D%20XERCESJ%20AND%20status%20in%20(Open%2C%20%22In%20Progress%22%
> > 2C%20Reopened)%20AND%20affectedVersion%20in%20(2.11.0%2C%202.12.0)%
> > 20ORDER%20BY%20due%20ASC%2C%20priority%20DESC%2C%20created%20ASC
> >
> >
> > Also I can't find any release process documentation for 2.12.0. What
> version
> > of JVM it should support, how do you run tests, etc.
> >
> > Could you please point me to a filter on jira or/and documentation, what
> > should be done to release 2.12.0
> >
> > Thanks, Alex
> >
> >
> >
> >
> > --
> > View this message in context: http://apache-xml-project.
> > 6118.n7.nabble.com/Xerces-2-12-release-date-tp43194p43218.html
> > Sent from the Xerces - J - Dev mailing list archive at Nabble.com.
>
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: j-dev-unsubscribe@xerces.apache.org
> > For additional commands, e-mail: j-dev-help@xerces.apache.org
>
> >
> >
>
> >
> > --
> > Regards,
> > Mukul Gandhi
>



-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
Java Persistence with Hibernate, Second Edition
<https://www.amazon.com/gp/product/1617290459/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1617290459&linkCode=as2&tag=garygregory-20&linkId=cadb800f39946ec62ea2b1af9fe6a2b8>

<http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1617290459>
JUnit in Action, Second Edition
<https://www.amazon.com/gp/product/1935182021/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182021&linkCode=as2&tag=garygregory-20&linkId=31ecd1f6b6d1eaf8886ac902a24de418%22>

<http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1935182021>
Spring Batch in Action
<https://www.amazon.com/gp/product/1935182951/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182951&linkCode=%7B%7BlinkCode%7D%7D&tag=garygregory-20&linkId=%7B%7Blink_id%7D%7D%22%3ESpring+Batch+in+Action>
<http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1935182951>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Re: Xerces 2.12 release date

Posted by Michael Glavassevich <mr...@ca.ibm.com>.
Gary,

Could make that much easier to do if you were a committer (if that's 
something you're interested in).

Thanks.

Michael Glavassevich
XML Technologies and WAS Development
IBM Toronto Lab
E-mail: mrglavas@ca.ibm.com
E-mail: mrglavas@apache.org

Mukul Gandhi <mu...@apache.org> wrote on 04/19/2017 02:49:34 AM:

> From: Mukul Gandhi <mu...@apache.org>
> To: Gary Gregory <ga...@gmail.com>
> Cc: j-dev@xerces.apache.org
> Date: 04/19/2017 02:50 AM
> Subject: Re: Xerces 2.12 release date
> 
> Hi Gary,
>     How about you taking the challenge to release Xerces-J 2.12.0? 
> Or will this be much of work for you? 
> 
> I remember you successfully made a release of Xalan-J.
> 
> On 15 April 2017 at 07:32, Gary Gregory <ga...@gmail.com> wrote:
> Why not update the Java platform requirement?
> 
> Gary
> 
> On Apr 14, 2017 4:27 AM, "Mukul Gandhi" <mu...@apache.org> wrote:
> If we look at, http://xerces.apache.org/xerces2-j/faq-build.html#faq-2
> . It says
> 
> To build Xerces-J you need the Java Development Kit (JDK) version 1.
> 3 (or higher) installed on your machine.
> 
> I think, this FAQ should clarify that to use Xerces-J's XML Schema 
> 1.1 support, we need to use JDK 1.4 as minimum, both for compilation
> and running Xerces-J.
> 
> On 27 March 2017 at 15:38, Alexander Bubenchikov <zu...@yandex.ru> 
wrote:
> Thanks for the answer, Michael.
> 
> Is my understanding correct, that this issues should be fixed?
> 
> https://issues.apache.org/jira/browse/XERCESJ-1602?jql=project%20%
> 3D%20XERCESJ%20AND%20status%20in%20(Open%2C%20%22In%20Progress%22%
> 2C%20Reopened)%20AND%20affectedVersion%20in%20(2.11.0%2C%202.12.0)%
> 20ORDER%20BY%20due%20ASC%2C%20priority%20DESC%2C%20created%20ASC
> 
> 
> Also I can't find any release process documentation for 2.12.0. What 
version
> of JVM it should support, how do you run tests, etc.
> 
> Could you please point me to a filter on jira or/and documentation, what
> should be done to release 2.12.0
> 
> Thanks, Alex
> 
> 
> 
> 
> --
> View this message in context: http://apache-xml-project.
> 6118.n7.nabble.com/Xerces-2-12-release-date-tp43194p43218.html
> Sent from the Xerces - J - Dev mailing list archive at Nabble.com.

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

> 
> 

> 
> -- 
> Regards,
> Mukul Gandhi


Re: Xerces 2.12 release date

Posted by Mukul Gandhi <mu...@apache.org>.
Hi Gary,
    How about you taking the challenge to release Xerces-J 2.12.0? Or will
this be much of work for you?

I remember you successfully made a release of Xalan-J.

On 15 April 2017 at 07:32, Gary Gregory <ga...@gmail.com> wrote:

> Why not update the Java platform requirement?
>
> Gary
>
> On Apr 14, 2017 4:27 AM, "Mukul Gandhi" <mu...@apache.org> wrote:
>
>> If we look at, http://xerces.apache.org/xerces2-j/faq-build.html#faq-2.
>> It says
>>
>> To build Xerces-J you need the Java Development Kit (JDK) version 1.3 (or
>> higher) installed on your machine.
>>
>> I think, this FAQ should clarify that to use Xerces-J's XML Schema 1.1
>> support, we need to use JDK 1.4 as minimum, both for compilation and
>> running Xerces-J.
>>
>> On 27 March 2017 at 15:38, Alexander Bubenchikov <zu...@yandex.ru>
>> wrote:
>>
>>> Thanks for the answer, Michael.
>>>
>>> Is my understanding correct, that this issues should be fixed?
>>>
>>> https://issues.apache.org/jira/browse/XERCESJ-1602?jql=proje
>>> ct%20%3D%20XERCESJ%20AND%20status%20in%20(Open%2C%20%22In%20
>>> Progress%22%2C%20Reopened)%20AND%20affectedVersion%20in%20(
>>> 2.11.0%2C%202.12.0)%20ORDER%20BY%20due%20ASC%2C%20priority
>>> %20DESC%2C%20created%20ASC
>>>
>>>
>>> Also I can't find any release process documentation for 2.12.0. What
>>> version
>>> of JVM it should support, how do you run tests, etc.
>>>
>>> Could you please point me to a filter on jira or/and documentation, what
>>> should be done to release 2.12.0
>>>
>>> Thanks, Alex
>>>
>>>
>>>
>>>
>>> --
>>> View this message in context: http://apache-xml-project.6118
>>> .n7.nabble.com/Xerces-2-12-release-date-tp43194p43218.html
>>> Sent from the Xerces - J - Dev mailing list archive at Nabble.com.
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: j-dev-unsubscribe@xerces.apache.org
>>> For additional commands, e-mail: j-dev-help@xerces.apache.org
>>>
>>>
>>


-- 
Regards,
Mukul Gandhi

Re: Xerces 2.12 release date

Posted by Gary Gregory <ga...@gmail.com>.
Why not update the Java platform requirement?

Gary

On Apr 14, 2017 4:27 AM, "Mukul Gandhi" <mu...@apache.org> wrote:

> If we look at, http://xerces.apache.org/xerces2-j/faq-build.html#faq-2.
> It says
>
> To build Xerces-J you need the Java Development Kit (JDK) version 1.3 (or
> higher) installed on your machine.
>
> I think, this FAQ should clarify that to use Xerces-J's XML Schema 1.1
> support, we need to use JDK 1.4 as minimum, both for compilation and
> running Xerces-J.
>
> On 27 March 2017 at 15:38, Alexander Bubenchikov <zu...@yandex.ru> wrote:
>
>> Thanks for the answer, Michael.
>>
>> Is my understanding correct, that this issues should be fixed?
>>
>> https://issues.apache.org/jira/browse/XERCESJ-1602?jql=proje
>> ct%20%3D%20XERCESJ%20AND%20status%20in%20(Open%2C%20%22In%
>> 20Progress%22%2C%20Reopened)%20AND%20affectedVersion%20in%
>> 20(2.11.0%2C%202.12.0)%20ORDER%20BY%20due%20ASC%2C%20
>> priority%20DESC%2C%20created%20ASC
>>
>>
>> Also I can't find any release process documentation for 2.12.0. What
>> version
>> of JVM it should support, how do you run tests, etc.
>>
>> Could you please point me to a filter on jira or/and documentation, what
>> should be done to release 2.12.0
>>
>> Thanks, Alex
>>
>>
>>
>>
>> --
>> View this message in context: http://apache-xml-project.6118
>> .n7.nabble.com/Xerces-2-12-release-date-tp43194p43218.html
>> Sent from the Xerces - J - Dev mailing list archive at Nabble.com.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: j-dev-unsubscribe@xerces.apache.org
>> For additional commands, e-mail: j-dev-help@xerces.apache.org
>>
>>
>
>
> --
> Regards,
> Mukul Gandhi
>

Re: Xerces 2.12 release date

Posted by Mukul Gandhi <mu...@apache.org>.
If we look at, http://xerces.apache.org/xerces2-j/faq-build.html#faq-2. It
says

To build Xerces-J you need the Java Development Kit (JDK) version 1.3 (or
higher) installed on your machine.

I think, this FAQ should clarify that to use Xerces-J's XML Schema 1.1
support, we need to use JDK 1.4 as minimum, both for compilation and
running Xerces-J.

On 27 March 2017 at 15:38, Alexander Bubenchikov <zu...@yandex.ru> wrote:

> Thanks for the answer, Michael.
>
> Is my understanding correct, that this issues should be fixed?
>
> https://issues.apache.org/jira/browse/XERCESJ-1602?jql=
> project%20%3D%20XERCESJ%20AND%20status%20in%20(Open%2C%20%
> 22In%20Progress%22%2C%20Reopened)%20AND%20affectedVersion%20in%20(2.
> 11.0%2C%202.12.0)%20ORDER%20BY%20due%20ASC%2C%20priority%20DESC%2C%
> 20created%20ASC
>
>
> Also I can't find any release process documentation for 2.12.0. What
> version
> of JVM it should support, how do you run tests, etc.
>
> Could you please point me to a filter on jira or/and documentation, what
> should be done to release 2.12.0
>
> Thanks, Alex
>
>
>
>
> --
> View this message in context: http://apache-xml-project.
> 6118.n7.nabble.com/Xerces-2-12-release-date-tp43194p43218.html
> Sent from the Xerces - J - Dev mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: j-dev-unsubscribe@xerces.apache.org
> For additional commands, e-mail: j-dev-help@xerces.apache.org
>
>


-- 
Regards,
Mukul Gandhi

Re: Xerces 2.12 release date

Posted by Alexander Bubenchikov <zu...@yandex.ru>.
Thanks for the answer, Michael.

Is my understanding correct, that this issues should be fixed?

https://issues.apache.org/jira/browse/XERCESJ-1602?jql=project%20%3D%20XERCESJ%20AND%20status%20in%20(Open%2C%20%22In%20Progress%22%2C%20Reopened)%20AND%20affectedVersion%20in%20(2.11.0%2C%202.12.0)%20ORDER%20BY%20due%20ASC%2C%20priority%20DESC%2C%20created%20ASC


Also I can't find any release process documentation for 2.12.0. What version
of JVM it should support, how do you run tests, etc.

Could you please point me to a filter on jira or/and documentation, what
should be done to release 2.12.0

Thanks, Alex




--
View this message in context: http://apache-xml-project.6118.n7.nabble.com/Xerces-2-12-release-date-tp43194p43218.html
Sent from the Xerces - J - Dev mailing list archive at Nabble.com.

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


Re: Xerces 2.12 release date

Posted by Michael Glavassevich <mr...@ca.ibm.com>.
As Mukul stated, yes I've been busy and haven't been able to contribute 
much in awhile. Have been really hoping that the community would step up 
to help push out a release. I'm very much open to new developers coming 
into the project to accomplish that.

Thanks.

Michael Glavassevich
XML Technologies and WAS Development
IBM Toronto Lab
E-mail: mrglavas@ca.ibm.com
E-mail: mrglavas@apache.org

Alexander Bubenchikov <zu...@yandex.ru> wrote on 03/06/2017 09:35:06 AM:

> Well, actually there were a lot of bugfixes for 7 years (7 years, 
Carl!).
> I just want to know, if there are any chances to get release soon, or
> project is already dead?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: j-dev-unsubscribe@xerces.apache.org
> For additional commands, e-mail: j-dev-help@xerces.apache.org



Re: Xerces 2.12 release date

Posted by Alexander Bubenchikov <zu...@yandex.ru>.
Well, actually there were a lot of bugfixes for 7 years (7 years, Carl!).
I just want to know, if there are any chances to get release soon, or
project is already dead?



--
View this message in context: http://apache-xml-project.6118.n7.nabble.com/Xerces-2-12-release-date-tp43194p43197.html
Sent from the Xerces - J - Dev mailing list archive at Nabble.com.

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


Re: Xerces 2.12 release date

Posted by Christophe Marchand <cm...@oxiane.com>.
It'll be perfect if it'll embed xsd 11 features !

Best,
Christophe


Le 04/03/2017 � 03:20, Mukul Gandhi a �crit :
> I also wish a Xerces-J 2.12.0 release soon. But it seems Mr. Michael 
> Glavassevich is busy these days, to make it.
>
> On 3 March 2017 at 22:48, Alexander Bubenchikov <zulkar@yandex.ru 
> <ma...@yandex.ru>> wrote:
>
>     Hi folks.
>
>     I see release date is empty for Xerces-J 2.12.0 in apache's jira
>     and I can't
>     found an expected release date for 2.12 version anywhere.
>
>     I faced with XERCESJ-1592 issue and I just want to know what will
>     be the
>     best for me - wait until 2.12 release, or checkout and build some
>     nightly
>     build myself (to be honest, I don't want to do this)
>
>     Could you please point me to release date, if it is already known?
>
>     Best Regards, Alex
>
>
>
>     --
>     View this message in context:
>     http://apache-xml-project.6118.n7.nabble.com/Xerces-2-12-release-date-tp43194.html
>     <http://apache-xml-project.6118.n7.nabble.com/Xerces-2-12-release-date-tp43194.html>
>     Sent from the Xerces - J - Dev mailing list archive at Nabble.com.
>
>     ---------------------------------------------------------------------
>     To unsubscribe, e-mail: j-dev-unsubscribe@xerces.apache.org
>     <ma...@xerces.apache.org>
>     For additional commands, e-mail: j-dev-help@xerces.apache.org
>     <ma...@xerces.apache.org>
>
>
>
>
> -- 
> Regards,
> Mukul Gandhi


Re: Xerces 2.12 release date

Posted by Mukul Gandhi <mu...@apache.org>.
I also wish a Xerces-J 2.12.0 release soon. But it seems Mr. Michael
Glavassevich is busy these days, to make it.

On 3 March 2017 at 22:48, Alexander Bubenchikov <zu...@yandex.ru> wrote:

> Hi folks.
>
> I see release date is empty for Xerces-J 2.12.0 in apache's jira and I
> can't
> found an expected release date for 2.12 version anywhere.
>
> I faced with XERCESJ-1592 issue and I just want to know what will be the
> best for me - wait until 2.12 release, or checkout and build some nightly
> build myself (to be honest, I don't want to do this)
>
> Could you please point me to release date, if it is already known?
>
> Best Regards, Alex
>
>
>
> --
> View this message in context: http://apache-xml-project.
> 6118.n7.nabble.com/Xerces-2-12-release-date-tp43194.html
> Sent from the Xerces - J - Dev mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: j-dev-unsubscribe@xerces.apache.org
> For additional commands, e-mail: j-dev-help@xerces.apache.org
>
>


-- 
Regards,
Mukul Gandhi