Nick Caballero

Results 6 issues of Nick Caballero

I reported this in spring-boot but the issue is with the spring-cloud-config client. https://github.com/spring-projects/spring-boot/issues/26116 ---- Using a config server, in the application.yml I have defined a group: ``` # application.yml...

enhancement

Currently the operator can watch either a specific namespace or all namespaces. However, in some cases it's necessary to exclude some namespaces. It would be great if we could specify...

enhancement

## Observed vs. expected behavior Syntax highlighting for a link inside a quote does not work. The use of links in quote attributes is here - https://github.com/asciidoctor/asciidoctor/issues/1254 ## Steps to...

enhancement
help wanted

This PR adds `premain` method and manifest attribute, supporting the installation of the agent via `-javaagent=` JVM option.

Calling `getObject` or `listObjects` on the S3 client with a URL that has a `=` in the path fails. According to diagram from [AWS documentation](https://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-header-based-auth.html), the URI should also be...

Add support for sending arbitrary user variables. Currently the `Message` model is limited to a single variable called `my-var`. - https://github.com/mailgun/mailgun-java/blob/main/src/main/java/com/mailgun/model/message/Message.java#L278 - https://documentation.mailgun.com/docs/mailgun/user-manual/sending-messages/#attaching-data-to-messages