Alexander Tsvetkov
Alexander Tsvetkov
We're using the CF Java client under a fairly high load (tens of thousands of requests per day) and we would like to enable the metrics feature of reactor-netty, so...
We're trying to migrate from SnakeYAML to `jackson-dataformat-yaml`, but there's one thing that's currently stopping us. We parse YAML documents and allow our users to mark fields as sensitive, so...
## Issue I want to be able to set task-specific environment variables when starting a task on an application: ``` POST /v3/apps//tasks { "command": "/bin/bash migrate.sh abc", "environment_variables": { "CONTEXT":...
Currently, this project can't be used in a modularized Java 9 (or greater) project, because it cannot be required as a module: ``` module foo { requires org.apache.commons.collections4; requires com.vdurmont.semver4j;...
- - - name: Add automatic module names (JPMS) about: See description below title: '' labels: Status:Discovery assignees: '' - - - ## Environment **Liquibase Version**: 4.1.1 **Liquibase Integration &...
**Describe the bug** Custom exception handlers are not detected whenever [Spring Cloud Stream](https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-stream) with the [Solace PubSub+ binder](https://mvnrepository.com/artifact/com.solace.spring.cloud/spring-cloud-starter-stream-solace) is on the classpath. Let's say we have two custom exceptions, `Foo`...