Skip to content
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

Include Python/Groovy version info in the Web UI #2184

Closed
jmao-denver opened this issue Aug 8, 2024 · 3 comments · Fixed by #2291
Closed

Include Python/Groovy version info in the Web UI #2184

jmao-denver opened this issue Aug 8, 2024 · 3 comments · Fixed by #2291
Labels
enhancement New feature or request
Milestone

Comments

@jmao-denver
Copy link

As a user, I want to quickly find out what Python/Goovy version my console is running in so that it makes it easier for me to debug potential problems caused by incompatibility between versions.

@jmao-denver jmao-denver added enhancement New feature or request triage Issue requires triage labels Aug 8, 2024
@mattrunyon
Copy link
Collaborator

@devinrsmith I think this will need a bit of server work to expose the Python/Groovy version to the client

@devinrsmith
Copy link
Member

I think the groovy bit would be relatively easy, given our current method that looks at jar versions. Python will take a bit of a different approach I suspect, but shouldn't be too much of a lift.

@vbabich vbabich added this to the Backlog milestone Aug 14, 2024
@vbabich vbabich removed the triage Issue requires triage label Aug 14, 2024
@devinrsmith
Copy link
Member

The server side is now publishing groovy.version (and python.version when there is a python script session). Note that groovy.version is still published when running a python script session since it's still technically on the classpath.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants