-
Notifications
You must be signed in to change notification settings - Fork 195
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
feat(alias): support alias for other version than default #388
Comments
@shyiko @davinkevin Here we go: #557 |
@davinkevin Hey. Can you let us know if my pull request works for you? |
Is there a release made with your PR? |
@davinkevin No, but here is a copy of the binary to replace in .jabba/bin: https://www.dropbox.com/s/bh9b89s5spzor90/jabba?dl=0 |
@davinkevin That is a linux amd64 binary by the way. |
I'm not a huge fan of running a binary distributed like this, for security reason. So, to test it, I will have to build a VM and import it... |
@davinkevin or compile my code from my PR... I used go1.13.4. |
@davinkevin @shyiko used go1.11.4, so you may want to compile my PR with that. |
It's perfect for me 👍. You can merge it |
Would be a nice improvement! |
Works for me. |
Should be closed? |
Could be @benjamin-rood, but no release has been made since 2019, so I not able to see it in action sadly… |
How sad. I think we need to fork this project and take it over if it has been abandoned... |
Not abandoned, just a little undermaintained! I’ll try to find a little time tomorrow to work through some backlog. It’s definitely overdue for a release… |
@willcohen, I'm pretty sure you've already put some thought into this, but might I suggest moving the alias files into a subfolder here..? for example, creating a new default alias should create a file at I don't have any experience with Go, so I can't exactly jump into the code and make this change myself.... but I suspect this might make it easier to work with these alias files deep in Jabba itself. |
Hi,
I maybe miss something, but I use jabba every day, and switching between v8 and v11 of java with Jabba requires to use the default name of each version (unless you defined one as the default).
It would be great to be able to do something like this
jabba alias 11 [email protected]
and thenjabba use 11
.The text was updated successfully, but these errors were encountered: