eclipse-collections icon indicating copy to clipboard operation
eclipse-collections copied to clipboard

Eclipse Collections is a collections framework for Java with optimized data structures and a rich, functional and fluent API.

Results 234 eclipse-collections issues
Sort by recently updated
recently updated
newest added

Relates to #1578, but: - Affects java code, not primitive templates - Affects all Assert methods, not just assertEquals and assertThrows - Isolated to just the imports change

Relates to #1579 which still had one extra test override left.

Part of the Junit5 migration preparation. - Moves imports to static to reduce change size for future PRs - Fixes a bug in an iterator test explained in [here](https://github.com/eclipse/eclipse-collections/pull/1577) -...

This PR sets the groundwork for the migration by introducing the junit5 dependency and migrates the auto-generated test templates. The other modules and any clean up work will be finalised...

_**Work scope**_ Currently, all modules of eclipse collections use junit4 and as advised by @donraab we should move to junit5. The migration will be done in a multi-stage approach to...

The design of Eclipse Collections is to have the API and the implementation in separate bundles. Internally the Java ServiceLoader API is used. This means the API uses Services that...

- Update bnd-maven-plugin to 6.4.0 (not directly to 7.0.0 as that requires Java 17 for the build) - Change the `Automatic-Module-Name` to `jpms-module-info` With this the module-info.class gets generated by...

Bumps [actions/cache](https://github.com/actions/cache) from 4.0.0 to 4.0.2. Release notes Sourced from actions/cache's releases. v4.0.2 What's Changed Fix fail-on-cache-miss not working by @​cdce8p in actions/cache#1327 Full Changelog: https://github.com/actions/cache/compare/v4.0.1...v4.0.2 v4.0.1 What's Changed Update...

dependencies
github_actions