1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-10-01 14:39:12 +00:00
starship/src
yuri b7762a3e91 fix: Show Java version from OpenJ9 Java runtimes (#507)
This PR tries to improve the version detection across multiple Java VM vendors. The module captures both STDOUT and STDERR outputs of the java -Xinternalversion call.

Eclipse OpenJ9, Azul Zulu, SapMachine, Amazon Corretto and GraalVM outputs are unit tested now.
2019-10-25 10:00:05 +09:00
..
configs refactor: Refactor memory_usage module to use module config. (#515) 2019-10-21 00:26:04 +09:00
init feat: Implement PowerShell support (#470) 2019-10-16 00:10:16 +09:00
modules fix: Show Java version from OpenJ9 Java runtimes (#507) 2019-10-25 10:00:05 +09:00
config.rs refactor: Rewrite hostname, jobs and line_break module to use mo… (#462) 2019-10-10 17:21:52 +09:00
context.rs fix: Use logical path instead of physical path when available (#398) 2019-10-24 19:37:44 +09:00
lib.rs refactor: Go from Rust workspaces to a package with nested packages (#480) 2019-10-04 22:30:46 +09:00
main.rs feat: Implement PowerShell support (#470) 2019-10-16 00:10:16 +09:00
module.rs fix: Don't print the first module prefix after a line-break (#473) 2019-10-07 00:46:46 +09:00
print.rs refactor: Remove to remove unneeded mutability (#577) 2019-10-24 19:31:17 +09:00
segment.rs refactor: Go from Rust workspaces to a package with nested packages (#480) 2019-10-04 22:30:46 +09:00
utils.rs refactor: Go from Rust workspaces to a package with nested packages (#480) 2019-10-04 22:30:46 +09:00