Add stream-application-integration-tests

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.
This commit is contained in:
David Turanski
2021-06-11 13:53:10 -04:00
committed by Soby Chacko
parent d871b49f87
commit 7dfc4e0458
45 changed files with 2091 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
./mvnw clean install -f stream-applications-build
./mvnw clean install -f functions -N
./mvnw clean install -f functions/function-dependencies -N
./mvnw clean install -f applications/stream-applications-core -N
./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