Niko Köbler

Results 9 issues of Niko Köbler

Google has recently published an API for Google Docs (https://developers.google.com/docs/api/). So, technically it should be possible to generate Google Docs right from Asciidoctor sources. It would be a nice feature,...

✨ new feature

Like custom extensions, provide an option to include one or more custom themes to include to the testcontainer, so that one can add UI tests for custom themes.

enhancement

### Describe the bug Since KC 24.0 has changed the behavior for the welcome page/content, there seems no more available static resource, which we can request to check the caching...

bug

### Description Sometimes there's the need to add provider classes from multiple locations, not only from one like the default "target/classes" directory. ### Motivation This improvement request was initially requested...

improvement

### Description Truststore configuration prior to KC24 uses two different truststores for mTLS and outgoing HTTPS connections and you had to upload a complete truststore (e.g. .jks file). This has...

improvement

### Before reporting an issue - [X] I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if...

kind/bug
area/dist/quarkus
team/cloud-native
status/triage

resolves #134 Deprecating the method `.useMutualTls(String tlsTruststoreFilename, String tlsTruststorePassword, HttpsClientAuth httpsClientAuth)` and adding new methods to configure the truststore .withTrustedCertificates(List tlsTrustedCertificateFilenames) and a separate method to configure mTLS independently .withHttpsClientAuth(HttpsClientAuth...

### Description ...once it is released. ### Motivation _No response_ ### Details _No response_

improvement