Fix HttpRequestProcessorTests Disable security for actuator/info endpoint In Spring Boot 2.5, the info actuator endpoint is secured. We need to disable security for the actuator/info integration tests in TimeSource tests.
7 lines
244 B
Bash
Executable File
7 lines
244 B
Bash
Executable File
#!/usr/bin/env bash
|
|
./mvnw clean install -f stream-applications-build -U
|
|
./mvnw clean install -f functions -N -U
|
|
./mvnw clean install -f functions/function-dependencies -N -U
|
|
./mvnw clean install -f applications/stream-applications-core -N -U
|
|
|