Tobias Roeser
Tobias Roeser
After trying the little example ("a pair of numbers") from the README.md page in a Maven project, I can't see the expected output: ``` a pair of numbers 2 /...
See also * https://github.com/bazelbuild/rules_kotlin/pull/465 * https://github.com/build-server-protocol/build-server-protocol/issues/520 * https://github.com/com-lihaoyi/mill/issues/2598
Recent Mill versions provide the `semanticDbData` target in `JavaModule`, which we also inherit. Also, in the support matrix of [scip-java](https://github.com/sourcegraph/scip-java), which also provided the `semanticdb-java` module, gradle is reported to...
See also: https://rosettacode.org/wiki/Levenshtein_distance#Java
If the command support is used (with `@CmdCommand`), the main options must be placed before the command and all command specific options need to be placed after the command. It...
Currently, all paramters not representing a known option are treated as a parameter. With such a (new) configuration option, parameters beginning with a specific prefex (e.g. "-" or "--") could...
The current values for `blended.security.ssl.storePass` and `blended.security.ssl.keyPass` are used as seeds to internally generate the real password. This design doesn't allow the usage of externally defined passwords. Hence, apps using...
It is currently hardcoded, in project `bended.launcher`.
Especially: - Remove Karaf of the technology stack - Make it clear, that it is some kind of out-of-the-box lightweight ESB, that just needs some configurations - Remove the "general...