Skip to content

Remove commons-collections from classpath#10335

Open
niloc132 wants to merge 2 commits into
gwtproject:mainfrom
niloc132:10334-common-collections-removal
Open

Remove commons-collections from classpath#10335
niloc132 wants to merge 2 commits into
gwtproject:mainfrom
niloc132:10334-common-collections-removal

Conversation

@niloc132

@niloc132 niloc132 commented Jun 7, 2026

Copy link
Copy Markdown
Member

Only seems to be used for testing GWT's own collection types.

Fixes #10334

Only seems to be used for testing GWT's own collection types.
@niloc132 niloc132 added the ready This PR has been reviewed by a maintainer and is ready for a CI run. label Jun 7, 2026
@niloc132 niloc132 added this to the 2.14 milestone Jun 8, 2026
Comment thread dev/build.xml
<include name="tomcat/tomcat-servlet-api-8.0.28.jar"/>
<include name="tomcat/tomcat-websocket-api-8.0.28.jar"/>
<include name="tomcat/tomcat-annotations-api-8.0.28.jar"/>
<include name="apache/commons/commons-collections-3.2.2.jar"/>

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

These classes are still referenced in com.google.gwt.dev.util.collect.Hash(Map|Set)'s Javadoc, those references should be changed to http links or @code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready This PR has been reviewed by a maintainer and is ready for a CI run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update old dependency on commons-collections

2 participants