[
https://issues.apache.org/jira/browse/XERCESJ-1695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16516700#comment-16516700
]
Christophe Marchand edited comment on XERCESJ-1695 at 6/19/18 6:32 AM:
-----------------------------------------------------------------------
I can access the jar from staging repo, declaring this repo in pom.xml. Perfect.
*But* : not sure if this has to go here, but with this code, I get this
exception :
{code:java}
SchemaFactory schemaFactory =
SchemaFactory.newInstance("http://www.w3.org/2001/XMLSchema/v1.1");
{code}
{code:java}
java.lang.IllegalArgumentException: No SchemaFactory that implements the schema
language specified by: http://www.w3.org/2001/XMLSchema/v1.1 could be loaded
at javax.xml.validation.SchemaFactory.newInstance(SchemaFactory.java:215)
{code}
I may create a new one, if required.
was (Author: cmarchand7276):
Not sure if this has to go here, but with this code, I get this exception :
{code:java}
SchemaFactory schemaFactory =
SchemaFactory.newInstance("http://www.w3.org/2001/XMLSchema/v1.1");
{code}
{code:java}
java.lang.IllegalArgumentException: No SchemaFactory that implements the schema
language specified by: http://www.w3.org/2001/XMLSchema/v1.1 could be loaded
at javax.xml.validation.SchemaFactory.newInstance(SchemaFactory.java:215)
{code}
I may create a new one, if required.
> Xerces2J v 2.12 not available on Maven Central
> ----------------------------------------------
>
> Key: XERCESJ-1695
> URL: https://issues.apache.org/jira/browse/XERCESJ-1695
> Project: Xerces2-J
> Issue Type: Wish
> Reporter: Nick Ozmore
> Priority: Major
>
> The 2.12 release includes various fixes, including security fixes, which
> Xerces users would like to include in their automated build pipelines. To
> facilitate this it would be very helpful to publish the latest version to
> Maven Center. Currently the latest version available in Maven is 2.11.
> https://mvnrepository.com/artifact/xerces/xercesImpl
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]