You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "Xiangdong Huang (Jira)" <ji...@apache.org> on 2021/02/10 06:12:00 UTC

[jira] [Commented] (IOTDB-1151) jaxb 版本问题

    [ https://issues.apache.org/jira/browse/IOTDB-1151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17282246#comment-17282246 ] 

Xiangdong Huang commented on IOTDB-1151:
----------------------------------------

very strange...  1.2.14 and 3.0.6 is lost...

[https://search.maven.org/artifact/com.sun.xml.fastinfoset/FastInfoset] 

[https://search.maven.org/artifact/com.sun.istack/istack-commons-runtime]

 

set the version of jaxb-runtime as 3.0.0 works. Do you like to submit a PR?

if not, I will submit it.

> jaxb 版本问题
> ---------
>
>                 Key: IOTDB-1151
>                 URL: https://issues.apache.org/jira/browse/IOTDB-1151
>             Project: Apache IoTDB
>          Issue Type: Improvement
>          Components: Others
>            Reporter: QianWang
>            Priority: Trivial
>
> 从 maven 仓库拉取 JDBC jar 包或者构建项目时会有如下报错:
> {panel:title=报错内容}
> The following artifacts could not be resolved: com.sun.istack:istack-commons-runtime:jar:3.0.6, com.sun.xml.fastinfoset:FastInfoset:jar:1.2.14
> {panel}
> 我认为此问题是由于此项目中采用的 jaxb 版本过老而造成的。和此问题相关的 Jar 包是:
> {code:xml}
> <groupId>org.glassfish.jaxb</groupId>
> <artifactId>jaxb-runtime</artifactId>
> <version>2.4.0-b180725.0644</version>
> {code}
> 而此软件包有两项依赖并不在 maven 仓库中:
> - com.sun.xml.fastinfoset:FastInfoset:jar:1.2.14
> - com.sun.istack:istack-commons-runtime:jar:3.0.6
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Re: [jira] [Commented] (IOTDB-1151) jaxb 版本问题

Posted by Xiangdong Huang <sa...@gmail.com>.
Well, it begins to affect the CI. I will submit a PR directly.

Best,
-----------------------------------
Xiangdong Huang
School of Software, Tsinghua University

 黄向东
清华大学 软件学院


Xiangdong Huang (Jira) <ji...@apache.org> 于2021年2月10日周三 下午2:12写道:

>
>     [
> https://issues.apache.org/jira/browse/IOTDB-1151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17282246#comment-17282246
> ]
>
> Xiangdong Huang commented on IOTDB-1151:
> ----------------------------------------
>
> very strange...  1.2.14 and 3.0.6 is lost...
>
> [https://search.maven.org/artifact/com.sun.xml.fastinfoset/FastInfoset]
>
> [https://search.maven.org/artifact/com.sun.istack/istack-commons-runtime]
>
>
>
> set the version of jaxb-runtime as 3.0.0 works. Do you like to submit a PR?
>
> if not, I will submit it.
>
> > jaxb 版本问题
> > ---------
> >
> >                 Key: IOTDB-1151
> >                 URL: https://issues.apache.org/jira/browse/IOTDB-1151
> >             Project: Apache IoTDB
> >          Issue Type: Improvement
> >          Components: Others
> >            Reporter: QianWang
> >            Priority: Trivial
> >
> > 从 maven 仓库拉取 JDBC jar 包或者构建项目时会有如下报错:
> > {panel:title=报错内容}
> > The following artifacts could not be resolved:
> com.sun.istack:istack-commons-runtime:jar:3.0.6,
> com.sun.xml.fastinfoset:FastInfoset:jar:1.2.14
> > {panel}
> > 我认为此问题是由于此项目中采用的 jaxb 版本过老而造成的。和此问题相关的 Jar 包是:
> > {code:xml}
> > <groupId>org.glassfish.jaxb</groupId>
> > <artifactId>jaxb-runtime</artifactId>
> > <version>2.4.0-b180725.0644</version>
> > {code}
> > 而此软件包有两项依赖并不在 maven 仓库中:
> > - com.sun.xml.fastinfoset:FastInfoset:jar:1.2.14
> > - com.sun.istack:istack-commons-runtime:jar:3.0.6
> >
>
>
>
> --
> This message was sent by Atlassian Jira
> (v8.3.4#803005)
>