Max Rydahl Andersen
Max Rydahl Andersen
in //DEPS we allow use of property replacement to support things like autodetected properties like ${os.detected.*} and user specified config ${quarkus.version}. But we don't apply those when running as a...
we generally are quite forward compatible but when we start adding support for exclusions and scopes things will break weirdly for some users ...made me think we probably would be...
edit src finds src/main.java but copies rather than symoblic link edits causing issues.
today aliases/catalogs looksup using `@[/]` against github, gitlab, etc. to locate a jbang-catalog. wondering if we should make it that if the `` part has a dot (.) in it...
projects like https://github.com/jline/jline3 now starting to use maven 4 (cc @cstamas and @gnodet) it would be nice to see jdt.ls to work with it (or at least tell user what...
lets say you have `java.util.stream.Stream.concat(...)` then please provide quick fix on "Stream" or even anywhere on the class name to turn it into: ``` import java.util.stream.Stream; ... Stream.concat(...); ``` today...
as seen in #942 and #1000 (and others) use of `--lines` does not reliably work. I'm trying to grok how/why.... As an example: ```hello.java ///usr/bin/env jbang "$0" "$@" ; exit...
would be great if either document how to sign the generated .msi installers or even incorporate https://ebourg.github.io/jsign/ (maybe @ebourg tried already? :)
hit: ``` java.lang.NullPointerException: Cannot invoke "org.jreleaser.model.internal.common.CommitAuthorAware.getCommitAuthor()" because "other" is null at org.jreleaser.engine.context.ModelValidator.validate(ModelValidator.java:72) at org.jreleaser.workflow.WorkflowImpl.(WorkflowImpl.java:47) at org.jreleaser.workflow.Workflows.prepare(Workflows.java:101) at org.jreleaser.cli.Prepare.doExecute(Prepare.java:34) at org.jreleaser.cli.AbstractModelCommand.execute(AbstractModelCommand.java:93) at org.jreleaser.cli.AbstractCommand.call(AbstractCommand.java:52) at org.jreleaser.cli.AbstractCommand.call(AbstractCommand.java:37) at picocli.CommandLine.executeUserObject(CommandLine.java:2031) at picocli.CommandLine.access$1500(CommandLine.java:148) at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2469)...