Jabba-Team / jabba

(cross-platform) Java Version Manager
Apache License 2.0
140 stars 11 forks source link

Update README #7

Open patrick-mccourt opened 2 years ago

patrick-mccourt commented 2 years ago

README is out of date for the new version, review the contents of the readme and make updates:

kabel commented 1 year ago

Looks like this was started with #8. It would be nice to get some upgrading docs.

Not sure what the versioning scheme is, but with the new index that uses completely different jdk names, this upgrade is a breaking change. Is it possible to reduce the pain of the breaking change by doing some jdk name aliasing to the previous names? Right now, I've got some projects that have .jabbarc files that will no longer be compatible. It's going to be a challenge to figure out all the mapping from old index to new index.

kabel commented 1 year ago

Proposed at PR at https://github.com/Jabba-Team/jabba-index/pull/7 to handle including the jdk names and versions from the 0.11 version of the index. This should make things more backwards compatible.