Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JBIDE-27151: update SpringIDE #353

Merged
merged 2 commits into from Apr 14, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion jbosstools/multiple/jbosstools-multiple.target
Expand Up @@ -106,6 +106,7 @@
<unit id="com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider" version="2.9.9.v20190906-1522"/>
<unit id="org.codehaus.jackson.core" version="1.6.0.v20101005-0925"/> <!-- needed by SpringIDE -->
<unit id="org.codehaus.jackson.mapper" version="1.6.0.v20101005-0925"/> <!-- needed by SpringIDE -->
<unit id="org.apache.commons.codec" version="1.6.0.v201305230611"/> <!-- needed by SpringIDE -->
Copy link
Member

Choose a reason for hiding this comment

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

We just moved jbosstools-openshift with commons-codec 1.13 because of a security issue, can't we have this version ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Seems possible to do so, there is no strict version for codec 1.6.

<unit id="com.github.jnr.constants" version="0.9.8.v20180207-1730"/>
<unit id="com.github.jnr.enxio" version="0.16.0.v20180207-1730"/>
<unit id="com.github.jnr.ffi" version="2.1.4.v20180207-1730"/>
Expand Down Expand Up @@ -677,7 +678,7 @@

<!-- JBIDE-21377 YAML Editor -->
<location includeAllPlatforms="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
<repository location="https://download.jboss.org/jbosstools/updates/requirements/springide/3.9.10.201909171046-RELEASE/"/>
<repository location="https://download.jboss.org/jbosstools/updates/requirements/springide/3.9.12.202003180620-RELEASE/"/>
<unit id="org.dadacoalition.yedit" version="1.0.18.201602092025-RELEASE-SIGNED"/>
</location>

Expand Down