Björn Kautler

Results 489 issues of Björn Kautler

It seems the live map is broken. I'll in Munich and it displays no caches while c:geo displays caches.

issue: feedback

You can currently select to replace all signatures or append to the existing signatures. It would be nice if replacing would have more options, for example "replace signatures by same...

enhancement

As far as I have seen, there are no actual schema files for your JAXB extensions. This means that an average XML editor cannot load any schema for the respective...

If you generate a document without author line, the document properties of the generated PDF show: ![image](https://github.com/asciidoctor/asciidoctor-pdf/assets/325196/4dc9642d-324f-465f-b4c3-c12eaf01042a) In English the field is called "PDF Producer" which is more ambiguous in...

In Gradle 7.4.2 if you do ```gradle dependencyResolutionManagement { versionCatalogs { create("libs") { from(files("gradle/libs.versions.toml")) } } } ``` you get an error that multiple files are not supported. But it...

a:bug
in:dependency-version-catalog

I have a library where I still maintain Java 8 compatibility. But I want JavaDoc to always be created with at least Java 9 to get the nice search box....

a:feature
in:toolchains

### Current Behavior If you have a dependency that has a transitive dependency with ` true ` (mind the spaces around `true`), then Gradle treats this as `false` and includes...

a:bug
in:maven-integration
🌳 help wanted
good first issue

Currently, the `skipTestGroups` only checks for configurations starting with `androidTest` or `test`. But this does not match things like `integTest...`, `systemTest...`, `functionalTest...`, ... I think for the default recognition it...

In the Spock build at https://github.com/spockframework/spock/blob/6a82943887b9bfb7585aa42fc3879e5392b9515d/build.gradle#L380 we configure a custom configuration with extensions. These extensions are coming from an included build. While using version 3.3.2 of this plugin, the extensions...

With 1.x the default `outputDir` was `$buildDir/asciidoc/html5`. With 2.x this changed to `$buildDir/docs/asciidoc`. But the 2.x and 3.x documentation still show the old default value.

documentation
3.x
good first issue