Christian Stein

Results 320 comments of Christian Stein

Hi, Marvin, Thanks for coming back to this feature request. Yeah, I think of it as a flag that users need to opt-in and is named like: `release-only-if-assets-changed` It compares...

Try `jshell https://git.io/bach-init` in an empty directory. 🤓 Find more details here: https://github.com/sormuras/bach-init

Yes, I need to update Bach's README file ~~and also update the version `bach-init` defaults to~~ (is now `17-M4`). That's why I keep this documentation related issue open. Thanks for...

`jar --validate --file ...` is included in Java 17 via https://github.com/openjdk/jdk/pull/3971 The validation could/should be extended with: - all targeted classes should target the same (or at least: lower) bytecode...

Make all tools support `-version` and `--version` and unify output to either include tool's name or not. ```java ToolFinder.ofSystem().findAll().stream() .sorted(Comparator.comparing(ToolProvider::name)) .forEach(tool -> bach.run(tool, tool.name().equals("javap") ? "-version" : "--version")); ``` yields...

Let `jar --create path/to/file.jar` create missing parent directories, here for example: `path/to`.

- `jar --describe-module --file [email protected]` ```text [email protected] jar:file:///.../[email protected]!/module-info.class exports simple requires java.base mandated contains simple.internal main-class simple.Main ``` - `java --module-path . --describe-module simple` ```text [email protected] file:///.../[email protected] exports simple requires...

Why don't some tools implement `ToolProvider`, for example: [`jfr`](https://docs.oracle.com/en/java/javase/16/docs/specs/man/jfr.html)?

- https://gitlab.com/aalmiray/app - https://gitlab.com/aalmiray/app/-/releases - https://gitlab.com/aalmiray/app/-/jobs/1164617489

0. https://mail.openjdk.java.net/pipermail/security-dev/2021-February/024296.html