GithubHelp home page GithubHelp logo

gsc-ec-converter's Introduction

Eclipse Collections converter

A converter application to replace GS Collections usages with Eclipse Collections in code.

GS Collections 7.0 and Eclipse Collections 7.0 are functionally equivalent besides the name changes.

  • Maven groupId: from com.goldmansachs to org.eclipse.collections
  • Maven artifactId: from gs-collections to eclipse-collections
  • Java package: from com.gs.collections to org.eclipse.collections

To help users of GS Collections migrate to Eclipse Collections, we created this handy converter to replace dependencies in build configurations and package imports in source code in your projects.

File Scope

The converter application runs on a directory and recursively scans for the following file types alters them in place.

  • .java, .groovy, .scala, .kt, .rb, .clj
  • .xml (Ant, Ivy, Maven)
  • .gradle (Gradle)
  • .iml (IntelliJ)
  1. Update GS Collections to 7.0

If your project depends on GS Collections 6.2 or earlier, update your project to use GS Collections 7.0 first. Make sure your project builds successfully with 7.0.

  1. Run the converter against your project

Download gsc-ec-converter-7.1.0.zip and extract it.

Run the command below under the directory where you extracted the zip.

Windows

bin/gsc-ec-converter.bat /path/to/your/project

Mac/Linux/Unix

bin/gsc-ec-converter /path/to/your/project

That's it.

Enjoy happy Java development with Eclipse Collections!

gsc-ec-converter's People

Contributors

eclipsewebmaster avatar itohro avatar motlin avatar nikhilnanivadekar avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.