Skip to content

[ZEPPELIN-3416] Bump up the version of xercesImpl to 2.11.0.SP5 - #2933

Closed
prabhjyotsingh wants to merge 2 commits into
apache:masterfrom
prabhjyotsingh:ZEPPELIN-3416
Closed

[ZEPPELIN-3416] Bump up the version of xercesImpl to 2.11.0.SP5#2933
prabhjyotsingh wants to merge 2 commits into
apache:masterfrom
prabhjyotsingh:ZEPPELIN-3416

Conversation

@prabhjyotsingh

Copy link
Copy Markdown
Contributor

What is this PR for?

Update xercesImpl to 2.11.0.SP5 to get some fixes. This is a required dependency for jdbc-phoenix.

What type of PR is it?

[ Improvement ]

What is the Jira issue?

Questions:

  • Does the licenses files need update? N/A
  • Is there breaking changes for older versions? N/A
  • Does this needs documentation? N/A

Change-Id: Ic6b87bad7a13db1bb0bc32478fe302c53818fa0e
Comment threadpom.xml Outdated
<artifactId>shiro-core</artifactId>
<version>${shiro.version}</version>
<exclusions>
<exclusion>

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This version of Shiro downloads BeanUtils-1.8.3 (this is a feature that we don't use). Also, this version of BeanUtils is marked with CVE-2014-0114, hence removing this for accidental usage.

Comment threadpom.xml
</repository>
<repository>
<id>hortonworks</id>
<url>http://repo.hortonworks.com/content/groups/public/</url>

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This version(2.11.0.SP5) of xercesImpl is not available in central repo, hence added this repo.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmm... is it an "official" release?

@prabhjyotsinghprabhjyotsinghApr 21, 2018

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Officially it is available here "https://repository.jboss.org/nexus/content/repositories/thirdparty-releases/", should I add that as well?

@prabhjyotsingh

Copy link
Copy Markdown
ContributorAuthor

@zjffdu@r-kamath Please help review this.

@prabhjyotsinghprabhjyotsingh changed the title ZEPPELIN-3416: Bump up the version of xercesImpl to 2.11.0.SP5[ZEPPELIN-3416] Bump up the version of xercesImpl to 2.11.0.SP5Apr 19, 2018
Change-Id: I6b429ee563efc5ef33713f87bc3045c4f5e45a3b
<exclusions>
<exclusion>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This version of Shiro downloads BeanUtils-1.8.3, which is marked with CVE-2014-0114. Hence, bumping up version of this as well.

@r-kamathr-kamath left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Comment threadpom.xml
</repository>
<repository>
<id>hortonworks</id>
<url>http://repo.hortonworks.com/content/groups/public/</url>

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmm... is it an "official" release?

@prabhjyotsingh

Copy link
Copy Markdown
ContributorAuthor

Merging this if no more discussion.

asfgit pushed a commit that referenced this pull request Apr 24, 2018
Update xercesImpl to 2.11.0.SP5 to get some fixes. This is a required dependency for jdbc-phoenix.
[ Improvement ]
* [ZEPPELIN-3416](https://issues.apache.org/jira/browse/ZEPPELIN-3416)
* Does the licenses files need update? N/A
* Is there breaking changes for older versions? N/A
* Does this needs documentation? N/A
Author: Prabhjyot Singh <prabhjyotsingh@gmail.com>
Closes#2933 from prabhjyotsingh/ZEPPELIN-3416 and squashes the following commits:
54677f1 [Prabhjyot Singh] bump version of beanutils to 1.9.2
8c891b6 [Prabhjyot Singh] ZEPPELIN-3416: Update xercesImpl to 2.11.0.SP5
Change-Id: I592b7e8dbf56144d65d5ba726d92f230d51b49ac
(cherry picked from commit 322c868)
Signed-off-by: Prabhjyot Singh <prabhjyotsingh@gmail.com>
prabhjyotsingh added a commit to prabhjyotsingh/zeppelin that referenced this pull request Jul 4, 2018
Update xercesImpl to 2.11.0.SP5 to get some fixes. This is a required dependency for jdbc-phoenix.
[ Improvement ]
* [ZEPPELIN-3416](https://issues.apache.org/jira/browse/ZEPPELIN-3416)
* Does the licenses files need update? N/A
* Is there breaking changes for older versions? N/A
* Does this needs documentation? N/A
Author: Prabhjyot Singh <prabhjyotsingh@gmail.com>
Closesapache#2933 from prabhjyotsingh/ZEPPELIN-3416 and squashes the following commits:
54677f1 [Prabhjyot Singh] bump version of beanutils to 1.9.2
8c891b6 [Prabhjyot Singh] ZEPPELIN-3416: Update xercesImpl to 2.11.0.SP5
Change-Id: I592b7e8dbf56144d65d5ba726d92f230d51b49ac
mckartha pushed a commit to syntechdev/zeppelin that referenced this pull request Aug 9, 2018
Update xercesImpl to 2.11.0.SP5 to get some fixes. This is a required dependency for jdbc-phoenix.
[ Improvement ]
* [ZEPPELIN-3416](https://issues.apache.org/jira/browse/ZEPPELIN-3416)
* Does the licenses files need update? N/A
* Is there breaking changes for older versions? N/A
* Does this needs documentation? N/A
Author: Prabhjyot Singh <prabhjyotsingh@gmail.com>
Closesapache#2933 from prabhjyotsingh/ZEPPELIN-3416 and squashes the following commits:
54677f1 [Prabhjyot Singh] bump version of beanutils to 1.9.2
8c891b6 [Prabhjyot Singh] ZEPPELIN-3416: Update xercesImpl to 2.11.0.SP5
Change-Id: I592b7e8dbf56144d65d5ba726d92f230d51b49ac
mckartha pushed a commit to syntechdev/zeppelin that referenced this pull request Aug 9, 2018
Update xercesImpl to 2.11.0.SP5 to get some fixes. This is a required dependency for jdbc-phoenix.
[ Improvement ]
* [ZEPPELIN-3416](https://issues.apache.org/jira/browse/ZEPPELIN-3416)
* Does the licenses files need update? N/A
* Is there breaking changes for older versions? N/A
* Does this needs documentation? N/A
Author: Prabhjyot Singh <prabhjyotsingh@gmail.com>
Closesapache#2933 from prabhjyotsingh/ZEPPELIN-3416 and squashes the following commits:
54677f1 [Prabhjyot Singh] bump version of beanutils to 1.9.2
8c891b6 [Prabhjyot Singh] ZEPPELIN-3416: Update xercesImpl to 2.11.0.SP5
Change-Id: I592b7e8dbf56144d65d5ba726d92f230d51b49ac
(cherry picked from commit 322c868)
Signed-off-by: Prabhjyot Singh <prabhjyotsingh@gmail.com>
@prabhjyotsingh
prabhjyotsingh deleted the ZEPPELIN-3416 branch May 2, 2022 16:27
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@prabhjyotsingh@r-kamath@felixcheung