Claudio Tasso
Claudio Tasso
I have a multi module project which contains: 1) server module [packaging WAR] 2) shared module [packaging JAR]] 3) client app module [packaging gwt-app] 4) client library module [packaging gwt-lib]...
Hi, I've just started thinking about how to implement this new [Schedule Cloning](https://github.com/spring-cloud/spring-cloud-dataflow/issues/4650) feature in Spring Cloud Data Flow. My idea is to modify the current implementation of **org.springframework.cloud.deployer.spi.scheduler.Scheduler**, adding...
**Problem description:** The current version of SCDF allows cloning a task. It would be really useful a feature that permits to edit or clone an existing schedule. For example, a...
### Current Behavior I'm trying to use javascript for variable substitution, as indicated in the documentation: `Script: $(script:javascript:3 + 4)` but it seems that it does not work properly. ###...
**Description:** SCDF supports OAuth 2.0 authentication and provides the [Groups Mappings](https://docs.spring.io/spring-cloud-dataflow/docs/2.11.2/reference/htmlsingle/#configuration-security-group-mapping) feature. It's possible to map group claims defined in the JWT token into server roles. The JWT claim name...
## Description Registering LogbookClientHttpRequestInterceptor to Spring RestTemplate, causes an error when the application code tries to call the method: org.springframework.http.client.ClientHttpResponse.getStatusCode() because the return type is changed in SpringBoot 6. In...