bach icon indicating copy to clipboard operation
bach copied to clipboard

🎼 Bach Builds (on(ly)) Modules

Results 13 bach issues
Sort by recently updated
recently updated
newest added

I was thinking about ways to simplify the project bootstrap process. I like how the `bach init` command does this but it is not being promoted as such in the...

documentation

- `java -jar MJAR` "module-style" using s/t like `java --module-path MJAR --module- NAME` - `javac --module` "up-to-date check for deleted" classes - `jdeps -Werror --module-path --check MODULE` - `jar --check...

3rd-party: jdk

- https://gitlab.com/gitlab-org/gitlab/-/releases - https://gitlab.com/gitlab-org/gitlab/-/issues/16821

enhancement
help wanted

Compare the list of tool specifications https://docs.oracle.com/en/java/javase/15/docs/specs/man/ with the list of 8 tools provided by JDK 16-ea - jar (provided by module jdk.jartool@16-ea) - javac (provided by module jdk.compiler@16-ea) -...

enhancement

## Logbook ### Module Table ```text 123 modules are part of this project. 99 declared modules: 9 main modules, 90 test modules including 10 in-module test modules 4 external modules...

enhancement
help wanted

Replace following two workflow steps. Rolling Early-Access (`17-ea`[`+"SHA7"`]) build triggered on push events: https://github.com/sormuras/bach/blob/175fb9302af9a8e3f8a40d5ec25d614e704c884e/.github/workflows/ci.yml#L75-L83 Stable `17-ea-N` (soon `17`[`.x.y`]) build, triggered manually: https://github.com/sormuras/bach/blob/175fb9302af9a8e3f8a40d5ec25d614e704c884e/.github/workflows/release.yml#L54-L61

enhancement

https://jreleaser.org

enhancement

- https://openjdk.java.net/jeps/343 - https://openjdk.java.net/jeps/392 integrated in Java 16 https://github.com/sormuras/bach/blob/745aaab9e02b2e004016429b74a74abe0e0916c9/com.github.sormuras.bach/main/java/com/github/sormuras/bach/ProjectBuilder.java#L348-L350

enhancement

### Planned - [ ] https://github.com/sormuras/bach-neo4j - Neo4J - [ ] https://github.com/sormuras/bach-springboot - Spring Boot ### Implemented using Bach `17-M1` - [x] https://github.com/sormuras/bach-javafx - JavaFX - [x] https://github.com/sormuras/bach-fxgl - FXGL...

help wanted
documentation

- ... there are some lines (branches) not yet touched by any test case. Can you spot and touch (read: check) them? - Learn how to write tests in the...

help wanted