CI - Main #450
ci-main.yml
on: workflow_dispatch
build
/
parameters - main
10s
build
/
scan
10m 18s
Matrix: build / processors
Matrix: build / sinks
Matrix: build / sources
build
/
rerun-jobs
0s
Annotations
22 errors, 266 warnings, and 9 notices
org.springframework.cloud.stream.app.integration.test.processor.httprequest.KafkaHttpRequestProcessorTests ► get:
applications/stream-applications-integration-tests/src/test/java/org/springframework/cloud/stream/app/integration/test/processor/httprequest/HttpRequestProcessorTests.java#L86
Failed test found in:
applications/stream-applications-integration-tests/target/surefire-reports/TEST-org.springframework.cloud.stream.app.integration.test.processor.httprequest.KafkaHttpRequestProcessorTests.xml
Error:
org.awaitility.core.ConditionTimeoutException: Condition with Lambda expression in org.springframework.cloud.stream.app.test.integration.OutputMatcher was not fulfilled within 1 minutes 30 seconds.
|
org.springframework.cloud.stream.app.integration.test.processor.httprequest.RabbitMQHttpRequestProcessorTests ► get:
applications/stream-applications-core/stream-applications-test-support/src/main/java/org/springframework/cloud/stream/app/test/integration/rabbitmq/RabbitMQStreamAppContainerTestConfiguration.java#L298
Failed test found in:
applications/stream-applications-integration-tests/target/surefire-reports/TEST-org.springframework.cloud.stream.app.integration.test.processor.httprequest.RabbitMQHttpRequestProcessorTests.xml
Error:
org.awaitility.core.ConditionTimeoutException: Condition with Lambda expression in org.springframework.cloud.stream.app.test.integration.rabbitmq.RabbitMQStreamAppContainerTestConfiguration$RabbitTemplateTopicSender was not fulfilled within 1 minutes.
|
org.springframework.cloud.stream.app.integration.test.sink.jdbc.KafkaJdbcSinkTests ► :
applications/stream-applications-integration-tests/src/test/java/org/springframework/cloud/stream/app/integration/test/sink/jdbc/JdbcSinkTests.java#L92
Failed test found in:
applications/stream-applications-integration-tests/target/surefire-reports/TEST-org.springframework.cloud.stream.app.integration.test.sink.jdbc.KafkaJdbcSinkTests.xml
Error:
org.testcontainers.containers.ContainerLaunchException: Container startup failed for image springcloudstream/jdbc-sink-kafka:5.0.1-SNAPSHOT
|
org.springframework.cloud.stream.app.integration.test.sink.jdbc.RabbitMQJdbcSinkTests ► :
applications/stream-applications-integration-tests/src/test/java/org/springframework/cloud/stream/app/integration/test/sink/jdbc/JdbcSinkTests.java#L92
Failed test found in:
applications/stream-applications-integration-tests/target/surefire-reports/TEST-org.springframework.cloud.stream.app.integration.test.sink.jdbc.RabbitMQJdbcSinkTests.xml
Error:
org.testcontainers.containers.ContainerLaunchException: Container startup failed for image springcloudstream/jdbc-sink-rabbit:5.0.1-SNAPSHOT
|
org.springframework.cloud.stream.app.integration.test.sink.log.KafkaLogSinkActuatorAuthTests ► actuatorPostAnonymousShouldFail:
applications/stream-applications-integration-tests/src/test/java/org/springframework/cloud/stream/app/integration/test/sink/log/LogSinkActuatorAuthTests.java#L78
Failed test found in:
applications/stream-applications-integration-tests/target/surefire-reports/TEST-org.springframework.cloud.stream.app.integration.test.sink.log.KafkaLogSinkActuatorAuthTests.xml
Error:
org.springframework.web.reactive.function.client.WebClientRequestException: finishConnect(..) failed: Connection refused: localhost/127.0.0.1:32792
|
org.springframework.cloud.stream.app.integration.test.sink.log.KafkaLogSinkActuatorAuthTests ► testActuatorGetWithAdminAuth:
applications/stream-applications-integration-tests/src/test/java/org/springframework/cloud/stream/app/integration/test/sink/log/LogSinkActuatorAuthTests.java#L58
Failed test found in:
applications/stream-applications-integration-tests/target/surefire-reports/TEST-org.springframework.cloud.stream.app.integration.test.sink.log.KafkaLogSinkActuatorAuthTests.xml
Error:
org.springframework.web.reactive.function.client.WebClientRequestException: finishConnect(..) failed: Connection refused: localhost/127.0.0.1:32792
|
org.springframework.cloud.stream.app.integration.test.sink.log.KafkaLogSinkActuatorAuthTests ► actuatorPostWithAdminAuth:
applications/stream-applications-integration-tests/src/test/java/org/springframework/cloud/stream/app/integration/test/sink/log/LogSinkActuatorAuthTests.java#L92
Failed test found in:
applications/stream-applications-integration-tests/target/surefire-reports/TEST-org.springframework.cloud.stream.app.integration.test.sink.log.KafkaLogSinkActuatorAuthTests.xml
Error:
org.springframework.web.reactive.function.client.WebClientRequestException: finishConnect(..) failed: Connection refused: localhost/127.0.0.1:32792
|
org.springframework.cloud.stream.app.integration.test.sink.log.RabbitMQLogSinkActuatorAuthTests ► :
applications/stream-applications-integration-tests/target/surefire-reports/TEST-org.springframework.cloud.stream.app.integration.test.sink.log.RabbitMQLogSinkActuatorAuthTests.xml#L0
Failed test found in:
applications/stream-applications-integration-tests/target/surefire-reports/TEST-org.springframework.cloud.stream.app.integration.test.sink.log.RabbitMQLogSinkActuatorAuthTests.xml
Error:
org.testcontainers.containers.ContainerLaunchException: Container startup failed for image springcloudstream/log-sink-rabbit:5.0.1-SNAPSHOT
|
org.springframework.cloud.stream.app.integration.test.sink.mongodb.KafkaMongoDBSinkTests ► :
applications/stream-applications-integration-tests/src/test/java/org/springframework/cloud/stream/app/integration/test/sink/mongodb/MongoDBSinkTests.java#L72
Failed test found in:
applications/stream-applications-integration-tests/target/surefire-reports/TEST-org.springframework.cloud.stream.app.integration.test.sink.mongodb.KafkaMongoDBSinkTests.xml
Error:
org.testcontainers.containers.ContainerLaunchException: Container startup failed for image springcloudstream/mongodb-sink-kafka:5.0.1-SNAPSHOT
|
org.springframework.cloud.stream.app.integration.test.sink.mongodb.RabbitMQMongoDBSinkTests ► :
applications/stream-applications-integration-tests/src/test/java/org/springframework/cloud/stream/app/integration/test/sink/mongodb/MongoDBSinkTests.java#L72
Failed test found in:
applications/stream-applications-integration-tests/target/surefire-reports/TEST-org.springframework.cloud.stream.app.integration.test.sink.mongodb.RabbitMQMongoDBSinkTests.xml
Error:
org.testcontainers.containers.ContainerLaunchException: Container startup failed for image springcloudstream/mongodb-sink-rabbit:5.0.1-SNAPSHOT
|
org.springframework.cloud.stream.app.integration.test.sink.tcp.KafkaTcpSinkTests ► :
applications/stream-applications-integration-tests/src/test/java/org/springframework/cloud/stream/app/integration/test/sink/tcp/TcpSinkTests.java#L67
Failed test found in:
applications/stream-applications-integration-tests/target/surefire-reports/TEST-org.springframework.cloud.stream.app.integration.test.sink.tcp.KafkaTcpSinkTests.xml
Error:
org.testcontainers.containers.ContainerLaunchException: Container startup failed for image springcloudstream/tcp-sink-kafka:5.0.1-SNAPSHOT
|
org.springframework.cloud.stream.app.integration.test.processor.httprequest.KafkaHttpRequestProcessorTests ► get:
applications/stream-applications-integration-tests/src/test/java/org/springframework/cloud/stream/app/integration/test/processor/httprequest/HttpRequestProcessorTests.java#L86
Failed test found in:
applications/stream-applications-integration-tests/target/surefire-reports/TEST-org.springframework.cloud.stream.app.integration.test.processor.httprequest.KafkaHttpRequestProcessorTests.xml
Error:
org.awaitility.core.ConditionTimeoutException: Condition with Lambda expression in org.springframework.cloud.stream.app.test.integration.OutputMatcher was not fulfilled within 1 minutes 30 seconds.
|
org.springframework.cloud.stream.app.integration.test.processor.httprequest.RabbitMQHttpRequestProcessorTests ► get:
applications/stream-applications-core/stream-applications-test-support/src/main/java/org/springframework/cloud/stream/app/test/integration/rabbitmq/RabbitMQStreamAppContainerTestConfiguration.java#L298
Failed test found in:
applications/stream-applications-integration-tests/target/surefire-reports/TEST-org.springframework.cloud.stream.app.integration.test.processor.httprequest.RabbitMQHttpRequestProcessorTests.xml
Error:
org.awaitility.core.ConditionTimeoutException: Condition with Lambda expression in org.springframework.cloud.stream.app.test.integration.rabbitmq.RabbitMQStreamAppContainerTestConfiguration$RabbitTemplateTopicSender was not fulfilled within 1 minutes.
|
org.springframework.cloud.stream.app.integration.test.sink.jdbc.KafkaJdbcSinkTests ► :
applications/stream-applications-integration-tests/src/test/java/org/springframework/cloud/stream/app/integration/test/sink/jdbc/JdbcSinkTests.java#L92
Failed test found in:
applications/stream-applications-integration-tests/target/surefire-reports/TEST-org.springframework.cloud.stream.app.integration.test.sink.jdbc.KafkaJdbcSinkTests.xml
Error:
org.testcontainers.containers.ContainerLaunchException: Container startup failed for image springcloudstream/jdbc-sink-kafka:4.0.1-SNAPSHOT
|
org.springframework.cloud.stream.app.integration.test.sink.jdbc.RabbitMQJdbcSinkTests ► :
applications/stream-applications-integration-tests/src/test/java/org/springframework/cloud/stream/app/integration/test/sink/jdbc/JdbcSinkTests.java#L92
Failed test found in:
applications/stream-applications-integration-tests/target/surefire-reports/TEST-org.springframework.cloud.stream.app.integration.test.sink.jdbc.RabbitMQJdbcSinkTests.xml
Error:
org.testcontainers.containers.ContainerLaunchException: Container startup failed for image springcloudstream/jdbc-sink-rabbit:4.0.1-SNAPSHOT
|
org.springframework.cloud.stream.app.integration.test.sink.log.KafkaLogSinkActuatorAuthTests ► actuatorPostAnonymousShouldFail:
applications/stream-applications-integration-tests/src/test/java/org/springframework/cloud/stream/app/integration/test/sink/log/LogSinkActuatorAuthTests.java#L78
Failed test found in:
applications/stream-applications-integration-tests/target/surefire-reports/TEST-org.springframework.cloud.stream.app.integration.test.sink.log.KafkaLogSinkActuatorAuthTests.xml
Error:
org.springframework.web.reactive.function.client.WebClientRequestException: finishConnect(..) failed: Connection refused: localhost/127.0.0.1:32792
|
org.springframework.cloud.stream.app.integration.test.sink.log.KafkaLogSinkActuatorAuthTests ► testActuatorGetWithAdminAuth:
applications/stream-applications-integration-tests/src/test/java/org/springframework/cloud/stream/app/integration/test/sink/log/LogSinkActuatorAuthTests.java#L58
Failed test found in:
applications/stream-applications-integration-tests/target/surefire-reports/TEST-org.springframework.cloud.stream.app.integration.test.sink.log.KafkaLogSinkActuatorAuthTests.xml
Error:
org.springframework.web.reactive.function.client.WebClientRequestException: finishConnect(..) failed: Connection refused: localhost/127.0.0.1:32792
|
org.springframework.cloud.stream.app.integration.test.sink.log.KafkaLogSinkActuatorAuthTests ► actuatorPostWithAdminAuth:
applications/stream-applications-integration-tests/src/test/java/org/springframework/cloud/stream/app/integration/test/sink/log/LogSinkActuatorAuthTests.java#L92
Failed test found in:
applications/stream-applications-integration-tests/target/surefire-reports/TEST-org.springframework.cloud.stream.app.integration.test.sink.log.KafkaLogSinkActuatorAuthTests.xml
Error:
org.springframework.web.reactive.function.client.WebClientRequestException: finishConnect(..) failed: Connection refused: localhost/127.0.0.1:32792
|
org.springframework.cloud.stream.app.integration.test.sink.log.RabbitMQLogSinkActuatorAuthTests ► :
applications/stream-applications-integration-tests/target/surefire-reports/TEST-org.springframework.cloud.stream.app.integration.test.sink.log.RabbitMQLogSinkActuatorAuthTests.xml#L0
Failed test found in:
applications/stream-applications-integration-tests/target/surefire-reports/TEST-org.springframework.cloud.stream.app.integration.test.sink.log.RabbitMQLogSinkActuatorAuthTests.xml
Error:
org.testcontainers.containers.ContainerLaunchException: Container startup failed for image springcloudstream/log-sink-rabbit:4.0.1-SNAPSHOT
|
org.springframework.cloud.stream.app.integration.test.sink.mongodb.KafkaMongoDBSinkTests ► :
applications/stream-applications-integration-tests/src/test/java/org/springframework/cloud/stream/app/integration/test/sink/mongodb/MongoDBSinkTests.java#L72
Failed test found in:
applications/stream-applications-integration-tests/target/surefire-reports/TEST-org.springframework.cloud.stream.app.integration.test.sink.mongodb.KafkaMongoDBSinkTests.xml
Error:
org.testcontainers.containers.ContainerLaunchException: Container startup failed for image springcloudstream/mongodb-sink-kafka:4.0.1-SNAPSHOT
|
org.springframework.cloud.stream.app.integration.test.sink.mongodb.RabbitMQMongoDBSinkTests ► :
applications/stream-applications-integration-tests/src/test/java/org/springframework/cloud/stream/app/integration/test/sink/mongodb/MongoDBSinkTests.java#L72
Failed test found in:
applications/stream-applications-integration-tests/target/surefire-reports/TEST-org.springframework.cloud.stream.app.integration.test.sink.mongodb.RabbitMQMongoDBSinkTests.xml
Error:
org.testcontainers.containers.ContainerLaunchException: Container startup failed for image springcloudstream/mongodb-sink-rabbit:4.0.1-SNAPSHOT
|
org.springframework.cloud.stream.app.integration.test.sink.tcp.KafkaTcpSinkTests ► :
applications/stream-applications-integration-tests/src/test/java/org/springframework/cloud/stream/app/integration/test/sink/tcp/TcpSinkTests.java#L67
Failed test found in:
applications/stream-applications-integration-tests/target/surefire-reports/TEST-org.springframework.cloud.stream.app.integration.test.sink.tcp.KafkaTcpSinkTests.xml
Error:
org.testcontainers.containers.ContainerLaunchException: Container startup failed for image springcloudstream/tcp-sink-kafka:4.0.1-SNAPSHOT
|
build / parameters - main
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build / core - main
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, jfrog/setup-jfrog-cli@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build / core - main
The "JF_ARTIFACTORY_" prefix for environment variables is deprecated and is expected to be removed in v3. Please use the "JF_ENV_" prefix instead. The environment variables value should not be changed.
|
build / core - main
No file matches path **/failsafe-reports/*.xml
|
build / sinks (kafka-sink)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, docker/login-action@v2, jfrog/setup-jfrog-cli@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build / sinks (kafka-sink)
The "JF_ARTIFACTORY_" prefix for environment variables is deprecated and is expected to be removed in v3. Please use the "JF_ENV_" prefix instead. The environment variables value should not be changed.
|
build / sinks (kafka-sink)
No file matches path **/surefire-reports/*.xml
|
build / sinks (kafka-sink)
No file matches path **/failsafe-reports/*.xml
|
build / sinks (log-sink)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, docker/login-action@v2, jfrog/setup-jfrog-cli@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build / sinks (log-sink)
No file matches path **/failsafe-reports/*.xml
|
build / sinks (log-sink)
The "JF_ARTIFACTORY_" prefix for environment variables is deprecated and is expected to be removed in v3. Please use the "JF_ENV_" prefix instead. The environment variables value should not be changed.
|
build / sinks (log-sink)
No file matches path **/surefire-reports/*.xml
|
build / sinks (sftp-sink)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, docker/login-action@v2, jfrog/setup-jfrog-cli@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build / sinks (sftp-sink)
The "JF_ARTIFACTORY_" prefix for environment variables is deprecated and is expected to be removed in v3. Please use the "JF_ENV_" prefix instead. The environment variables value should not be changed.
|
build / sinks (sftp-sink)
No file matches path **/failsafe-reports/*.xml
|
build / sinks (sftp-sink)
No file matches path **/surefire-reports/*.xml
|
build / processors (transform-processor)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, docker/login-action@v2, jfrog/setup-jfrog-cli@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build / processors (transform-processor)
No file matches path **/failsafe-reports/*.xml
|
build / processors (transform-processor)
No file matches path **/surefire-reports/*.xml
|
build / processors (transform-processor)
The "JF_ARTIFACTORY_" prefix for environment variables is deprecated and is expected to be removed in v3. Please use the "JF_ENV_" prefix instead. The environment variables value should not be changed.
|
build / sinks (tcp-sink)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, docker/login-action@v2, jfrog/setup-jfrog-cli@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build / sinks (tcp-sink)
No file matches path **/surefire-reports/*.xml
|
build / sinks (tcp-sink)
The "JF_ARTIFACTORY_" prefix for environment variables is deprecated and is expected to be removed in v3. Please use the "JF_ENV_" prefix instead. The environment variables value should not be changed.
|
build / sinks (tcp-sink)
No file matches path **/failsafe-reports/*.xml
|
build / sinks (xmpp-sink)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, docker/login-action@v2, jfrog/setup-jfrog-cli@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build / sinks (xmpp-sink)
The "JF_ARTIFACTORY_" prefix for environment variables is deprecated and is expected to be removed in v3. Please use the "JF_ENV_" prefix instead. The environment variables value should not be changed.
|
build / sinks (xmpp-sink)
No file matches path **/surefire-reports/*.xml
|
build / sinks (xmpp-sink)
No file matches path **/failsafe-reports/*.xml
|
build / sinks (mongodb-sink)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, docker/login-action@v2, jfrog/setup-jfrog-cli@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build / sinks (mongodb-sink)
The "JF_ARTIFACTORY_" prefix for environment variables is deprecated and is expected to be removed in v3. Please use the "JF_ENV_" prefix instead. The environment variables value should not be changed.
|
build / sinks (mongodb-sink)
No file matches path **/failsafe-reports/*.xml
|
build / sinks (mongodb-sink)
No file matches path **/surefire-reports/*.xml
|
build / processors (header-filter-processor)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, docker/login-action@v2, jfrog/setup-jfrog-cli@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build / processors (header-filter-processor)
The "JF_ARTIFACTORY_" prefix for environment variables is deprecated and is expected to be removed in v3. Please use the "JF_ENV_" prefix instead. The environment variables value should not be changed.
|
build / processors (header-filter-processor)
No file matches path **/failsafe-reports/*.xml
|
build / processors (header-filter-processor)
No file matches path **/surefire-reports/*.xml
|
build / processors (http-request-processor)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, docker/login-action@v2, jfrog/setup-jfrog-cli@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build / processors (http-request-processor)
No file matches path **/surefire-reports/*.xml
|
build / processors (http-request-processor)
No file matches path **/failsafe-reports/*.xml
|
build / processors (http-request-processor)
The "JF_ARTIFACTORY_" prefix for environment variables is deprecated and is expected to be removed in v3. Please use the "JF_ENV_" prefix instead. The environment variables value should not be changed.
|
build / sinks (redis-sink)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, docker/login-action@v2, jfrog/setup-jfrog-cli@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build / sinks (redis-sink)
No file matches path **/failsafe-reports/*.xml
|
build / sinks (redis-sink)
The "JF_ARTIFACTORY_" prefix for environment variables is deprecated and is expected to be removed in v3. Please use the "JF_ENV_" prefix instead. The environment variables value should not be changed.
|
build / sinks (redis-sink)
No file matches path **/surefire-reports/*.xml
|
build / processors (filter-processor)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, docker/login-action@v2, jfrog/setup-jfrog-cli@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build / processors (filter-processor)
No file matches path **/failsafe-reports/*.xml
|
build / processors (filter-processor)
The "JF_ARTIFACTORY_" prefix for environment variables is deprecated and is expected to be removed in v3. Please use the "JF_ENV_" prefix instead. The environment variables value should not be changed.
|
build / processors (filter-processor)
No file matches path **/surefire-reports/*.xml
|
build / processors (bridge-processor)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, docker/login-action@v2, jfrog/setup-jfrog-cli@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build / processors (bridge-processor)
The "JF_ARTIFACTORY_" prefix for environment variables is deprecated and is expected to be removed in v3. Please use the "JF_ENV_" prefix instead. The environment variables value should not be changed.
|
build / processors (bridge-processor)
No file matches path **/surefire-reports/*.xml
|
build / processors (bridge-processor)
No file matches path **/failsafe-reports/*.xml
|
build / sinks (zeromq-sink)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, docker/login-action@v2, jfrog/setup-jfrog-cli@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build / sinks (zeromq-sink)
No file matches path **/surefire-reports/*.xml
|
build / sinks (zeromq-sink)
The "JF_ARTIFACTORY_" prefix for environment variables is deprecated and is expected to be removed in v3. Please use the "JF_ENV_" prefix instead. The environment variables value should not be changed.
|
build / sinks (zeromq-sink)
No file matches path **/failsafe-reports/*.xml
|
build / sinks (websocket-sink)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, docker/login-action@v2, jfrog/setup-jfrog-cli@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build / sinks (websocket-sink)
No file matches path **/surefire-reports/*.xml
|
build / sinks (websocket-sink)
The "JF_ARTIFACTORY_" prefix for environment variables is deprecated and is expected to be removed in v3. Please use the "JF_ENV_" prefix instead. The environment variables value should not be changed.
|
build / sinks (websocket-sink)
No file matches path **/failsafe-reports/*.xml
|
build / sinks (rsocket-sink)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, docker/login-action@v2, jfrog/setup-jfrog-cli@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build / sinks (rsocket-sink)
No file matches path **/failsafe-reports/*.xml
|
build / sinks (rsocket-sink)
The "JF_ARTIFACTORY_" prefix for environment variables is deprecated and is expected to be removed in v3. Please use the "JF_ENV_" prefix instead. The environment variables value should not be changed.
|
build / sinks (rsocket-sink)
No file matches path **/surefire-reports/*.xml
|
build / sinks (file-sink)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, docker/login-action@v2, jfrog/setup-jfrog-cli@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build / sinks (file-sink)
The "JF_ARTIFACTORY_" prefix for environment variables is deprecated and is expected to be removed in v3. Please use the "JF_ENV_" prefix instead. The environment variables value should not be changed.
|
build / sinks (file-sink)
No file matches path **/failsafe-reports/*.xml
|
build / sinks (file-sink)
No file matches path **/surefire-reports/*.xml
|
build / sinks (s3-sink)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, docker/login-action@v2, jfrog/setup-jfrog-cli@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build / sinks (s3-sink)
No file matches path **/surefire-reports/*.xml
|
build / sinks (s3-sink)
No file matches path **/failsafe-reports/*.xml
|
build / sinks (s3-sink)
The "JF_ARTIFACTORY_" prefix for environment variables is deprecated and is expected to be removed in v3. Please use the "JF_ENV_" prefix instead. The environment variables value should not be changed.
|
build / sinks (twitter-update-sink)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, docker/login-action@v2, jfrog/setup-jfrog-cli@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build / sinks (twitter-update-sink)
No file matches path **/surefire-reports/*.xml
|
build / sinks (twitter-update-sink)
No file matches path **/failsafe-reports/*.xml
|
build / sinks (twitter-update-sink)
The "JF_ARTIFACTORY_" prefix for environment variables is deprecated and is expected to be removed in v3. Please use the "JF_ENV_" prefix instead. The environment variables value should not be changed.
|
build / sinks (analytics-sink)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, docker/login-action@v2, jfrog/setup-jfrog-cli@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build / sinks (analytics-sink)
No file matches path **/surefire-reports/*.xml
|
build / sinks (analytics-sink)
The "JF_ARTIFACTORY_" prefix for environment variables is deprecated and is expected to be removed in v3. Please use the "JF_ENV_" prefix instead. The environment variables value should not be changed.
|
build / sinks (analytics-sink)
No file matches path **/failsafe-reports/*.xml
|
build / processors (twitter-trend-processor)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, docker/login-action@v2, jfrog/setup-jfrog-cli@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build / processors (twitter-trend-processor)
No file matches path **/failsafe-reports/*.xml
|
build / processors (twitter-trend-processor)
No file matches path **/surefire-reports/*.xml
|
build / processors (twitter-trend-processor)
The "JF_ARTIFACTORY_" prefix for environment variables is deprecated and is expected to be removed in v3. Please use the "JF_ENV_" prefix instead. The environment variables value should not be changed.
|
build / sinks (ftp-sink)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, docker/login-action@v2, jfrog/setup-jfrog-cli@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build / sinks (ftp-sink)
No file matches path **/surefire-reports/*.xml
|
build / sinks (ftp-sink)
The "JF_ARTIFACTORY_" prefix for environment variables is deprecated and is expected to be removed in v3. Please use the "JF_ENV_" prefix instead. The environment variables value should not be changed.
|
build / sinks (ftp-sink)
No file matches path **/failsafe-reports/*.xml
|
build / sources (twitter-stream-source)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, docker/login-action@v2, jfrog/setup-jfrog-cli@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build / sources (twitter-stream-source)
The "JF_ARTIFACTORY_" prefix for environment variables is deprecated and is expected to be removed in v3. Please use the "JF_ENV_" prefix instead. The environment variables value should not be changed.
|
build / sources (twitter-stream-source)
No file matches path **/surefire-reports/*.xml
|
build / sources (twitter-stream-source)
No file matches path **/failsafe-reports/*.xml
|
build / sources (twitter-stream-source)
This build uses the last update of Oracle GraalVM for JDK 17 under the GFTC. More details: https://github.com/marketplace/actions/github-action-for-graalvm#notes-on-oracle-graalvm-for-jdk-17
|
build / sources (zeromq-source)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, docker/login-action@v2, jfrog/setup-jfrog-cli@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build / sources (zeromq-source)
No file matches path **/failsafe-reports/*.xml
|
build / sources (zeromq-source)
The "JF_ARTIFACTORY_" prefix for environment variables is deprecated and is expected to be removed in v3. Please use the "JF_ENV_" prefix instead. The environment variables value should not be changed.
|
build / sources (zeromq-source)
This build uses the last update of Oracle GraalVM for JDK 17 under the GFTC. More details: https://github.com/marketplace/actions/github-action-for-graalvm#notes-on-oracle-graalvm-for-jdk-17
|
build / sources (zeromq-source)
No file matches path **/surefire-reports/*.xml
|
build / sources (file-source)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, docker/login-action@v2, jfrog/setup-jfrog-cli@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build / sources (file-source)
This build uses the last update of Oracle GraalVM for JDK 17 under the GFTC. More details: https://github.com/marketplace/actions/github-action-for-graalvm#notes-on-oracle-graalvm-for-jdk-17
|
build / sources (file-source)
No file matches path **/failsafe-reports/*.xml
|
build / sources (file-source)
No file matches path **/surefire-reports/*.xml
|
build / sources (file-source)
The "JF_ARTIFACTORY_" prefix for environment variables is deprecated and is expected to be removed in v3. Please use the "JF_ENV_" prefix instead. The environment variables value should not be changed.
|
build / sinks (router-sink)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, docker/login-action@v2, jfrog/setup-jfrog-cli@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build / sinks (router-sink)
The "JF_ARTIFACTORY_" prefix for environment variables is deprecated and is expected to be removed in v3. Please use the "JF_ENV_" prefix instead. The environment variables value should not be changed.
|
build / sinks (router-sink)
No file matches path **/surefire-reports/*.xml
|
build / sinks (router-sink)
No file matches path **/failsafe-reports/*.xml
|
build / processors (aggregator-processor)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, docker/login-action@v2, jfrog/setup-jfrog-cli@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build / processors (aggregator-processor)
No file matches path **/failsafe-reports/*.xml
|
build / processors (aggregator-processor)
The "JF_ARTIFACTORY_" prefix for environment variables is deprecated and is expected to be removed in v3. Please use the "JF_ENV_" prefix instead. The environment variables value should not be changed.
|
build / processors (aggregator-processor)
No file matches path **/surefire-reports/*.xml
|
build / sources (syslog-source)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, docker/login-action@v2, jfrog/setup-jfrog-cli@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build / sources (syslog-source)
No file matches path **/failsafe-reports/*.xml
|
build / sources (syslog-source)
No file matches path **/surefire-reports/*.xml
|
build / sources (syslog-source)
This build uses the last update of Oracle GraalVM for JDK 17 under the GFTC. More details: https://github.com/marketplace/actions/github-action-for-graalvm#notes-on-oracle-graalvm-for-jdk-17
|
build / sources (syslog-source)
The "JF_ARTIFACTORY_" prefix for environment variables is deprecated and is expected to be removed in v3. Please use the "JF_ENV_" prefix instead. The environment variables value should not be changed.
|
build / sources (s3-source)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, docker/login-action@v2, jfrog/setup-jfrog-cli@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build / sources (s3-source)
No file matches path **/failsafe-reports/*.xml
|
build / sources (s3-source)
The "JF_ARTIFACTORY_" prefix for environment variables is deprecated and is expected to be removed in v3. Please use the "JF_ENV_" prefix instead. The environment variables value should not be changed.
|
build / sources (s3-source)
This build uses the last update of Oracle GraalVM for JDK 17 under the GFTC. More details: https://github.com/marketplace/actions/github-action-for-graalvm#notes-on-oracle-graalvm-for-jdk-17
|
build / sources (s3-source)
No file matches path **/surefire-reports/*.xml
|
build / sinks (rabbit-sink)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, docker/login-action@v2, jfrog/setup-jfrog-cli@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build / sinks (rabbit-sink)
The "JF_ARTIFACTORY_" prefix for environment variables is deprecated and is expected to be removed in v3. Please use the "JF_ENV_" prefix instead. The environment variables value should not be changed.
|
build / sinks (rabbit-sink)
No file matches path **/failsafe-reports/*.xml
|
build / sources (xmpp-source)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, docker/login-action@v2, jfrog/setup-jfrog-cli@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build / sources (xmpp-source)
This build uses the last update of Oracle GraalVM for JDK 17 under the GFTC. More details: https://github.com/marketplace/actions/github-action-for-graalvm#notes-on-oracle-graalvm-for-jdk-17
|
build / sources (xmpp-source)
No file matches path **/failsafe-reports/*.xml
|
build / sources (xmpp-source)
No file matches path **/surefire-reports/*.xml
|
build / sources (xmpp-source)
The "JF_ARTIFACTORY_" prefix for environment variables is deprecated and is expected to be removed in v3. Please use the "JF_ENV_" prefix instead. The environment variables value should not be changed.
|
build / sources (tcp-source)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, docker/login-action@v2, jfrog/setup-jfrog-cli@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build / sources (tcp-source)
No file matches path **/failsafe-reports/*.xml
|
build / sources (tcp-source)
The "JF_ARTIFACTORY_" prefix for environment variables is deprecated and is expected to be removed in v3. Please use the "JF_ENV_" prefix instead. The environment variables value should not be changed.
|
build / sources (tcp-source)
This build uses the last update of Oracle GraalVM for JDK 17 under the GFTC. More details: https://github.com/marketplace/actions/github-action-for-graalvm#notes-on-oracle-graalvm-for-jdk-17
|
build / sources (tcp-source)
No file matches path **/surefire-reports/*.xml
|
build / sources (rabbit-source)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, docker/login-action@v2, jfrog/setup-jfrog-cli@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build / sources (rabbit-source)
No file matches path **/failsafe-reports/*.xml
|
build / sources (rabbit-source)
The "JF_ARTIFACTORY_" prefix for environment variables is deprecated and is expected to be removed in v3. Please use the "JF_ENV_" prefix instead. The environment variables value should not be changed.
|
build / sources (rabbit-source)
This build uses the last update of Oracle GraalVM for JDK 17 under the GFTC. More details: https://github.com/marketplace/actions/github-action-for-graalvm#notes-on-oracle-graalvm-for-jdk-17
|
build / sources (sftp-source)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, docker/login-action@v2, jfrog/setup-jfrog-cli@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build / sources (sftp-source)
No file matches path **/surefire-reports/*.xml
|
build / sources (sftp-source)
The "JF_ARTIFACTORY_" prefix for environment variables is deprecated and is expected to be removed in v3. Please use the "JF_ENV_" prefix instead. The environment variables value should not be changed.
|
build / sources (sftp-source)
No file matches path **/failsafe-reports/*.xml
|
build / sources (sftp-source)
This build uses the last update of Oracle GraalVM for JDK 17 under the GFTC. More details: https://github.com/marketplace/actions/github-action-for-graalvm#notes-on-oracle-graalvm-for-jdk-17
|
build / sources (load-generator-source)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, docker/login-action@v2, jfrog/setup-jfrog-cli@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build / sources (load-generator-source)
This build uses the last update of Oracle GraalVM for JDK 17 under the GFTC. More details: https://github.com/marketplace/actions/github-action-for-graalvm#notes-on-oracle-graalvm-for-jdk-17
|
build / sources (load-generator-source)
The "JF_ARTIFACTORY_" prefix for environment variables is deprecated and is expected to be removed in v3. Please use the "JF_ENV_" prefix instead. The environment variables value should not be changed.
|
build / sources (load-generator-source)
No file matches path **/failsafe-reports/*.xml
|
build / sources (load-generator-source)
No file matches path **/surefire-reports/*.xml
|
build / sources (time-source)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, docker/login-action@v2, jfrog/setup-jfrog-cli@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build / sources (time-source)
No file matches path **/failsafe-reports/*.xml
|
build / sources (time-source)
This build uses the last update of Oracle GraalVM for JDK 17 under the GFTC. More details: https://github.com/marketplace/actions/github-action-for-graalvm#notes-on-oracle-graalvm-for-jdk-17
|
build / sources (time-source)
The "JF_ARTIFACTORY_" prefix for environment variables is deprecated and is expected to be removed in v3. Please use the "JF_ENV_" prefix instead. The environment variables value should not be changed.
|
build / sources (time-source)
No file matches path **/surefire-reports/*.xml
|
build / sources (jdbc-source)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, docker/login-action@v2, jfrog/setup-jfrog-cli@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build / sources (jdbc-source)
This build uses the last update of Oracle GraalVM for JDK 17 under the GFTC. More details: https://github.com/marketplace/actions/github-action-for-graalvm#notes-on-oracle-graalvm-for-jdk-17
|
build / sources (jdbc-source)
No file matches path **/failsafe-reports/*.xml
|
build / sources (jdbc-source)
The "JF_ARTIFACTORY_" prefix for environment variables is deprecated and is expected to be removed in v3. Please use the "JF_ENV_" prefix instead. The environment variables value should not be changed.
|
build / sources (jdbc-source)
No file matches path **/surefire-reports/*.xml
|
build / sources (twitter-search-source)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, docker/login-action@v2, jfrog/setup-jfrog-cli@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build / sources (twitter-search-source)
No file matches path **/failsafe-reports/*.xml
|
build / sources (twitter-search-source)
No file matches path **/surefire-reports/*.xml
|
build / sources (twitter-search-source)
The "JF_ARTIFACTORY_" prefix for environment variables is deprecated and is expected to be removed in v3. Please use the "JF_ENV_" prefix instead. The environment variables value should not be changed.
|
build / sources (twitter-search-source)
This build uses the last update of Oracle GraalVM for JDK 17 under the GFTC. More details: https://github.com/marketplace/actions/github-action-for-graalvm#notes-on-oracle-graalvm-for-jdk-17
|
build / sinks (wavefront-sink)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, docker/login-action@v2, jfrog/setup-jfrog-cli@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build / sinks (wavefront-sink)
No file matches path **/failsafe-reports/*.xml
|
build / sinks (wavefront-sink)
The "JF_ARTIFACTORY_" prefix for environment variables is deprecated and is expected to be removed in v3. Please use the "JF_ENV_" prefix instead. The environment variables value should not be changed.
|
build / sinks (wavefront-sink)
No file matches path **/surefire-reports/*.xml
|
build / sources (jms-source)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, docker/login-action@v2, jfrog/setup-jfrog-cli@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build / sources (jms-source)
This build uses the last update of Oracle GraalVM for JDK 17 under the GFTC. More details: https://github.com/marketplace/actions/github-action-for-graalvm#notes-on-oracle-graalvm-for-jdk-17
|
build / sources (jms-source)
No file matches path **/surefire-reports/*.xml
|
build / sources (jms-source)
The "JF_ARTIFACTORY_" prefix for environment variables is deprecated and is expected to be removed in v3. Please use the "JF_ENV_" prefix instead. The environment variables value should not be changed.
|
build / sources (jms-source)
No file matches path **/failsafe-reports/*.xml
|
build / sinks (pgcopy-sink)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, docker/login-action@v2, jfrog/setup-jfrog-cli@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build / sinks (pgcopy-sink)
No file matches path **/failsafe-reports/*.xml
|
build / sinks (pgcopy-sink)
No file matches path **/surefire-reports/*.xml
|
build / sinks (pgcopy-sink)
The "JF_ARTIFACTORY_" prefix for environment variables is deprecated and is expected to be removed in v3. Please use the "JF_ENV_" prefix instead. The environment variables value should not be changed.
|
build / sources (ftp-source)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, docker/login-action@v2, jfrog/setup-jfrog-cli@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build / sources (ftp-source)
This build uses the last update of Oracle GraalVM for JDK 17 under the GFTC. More details: https://github.com/marketplace/actions/github-action-for-graalvm#notes-on-oracle-graalvm-for-jdk-17
|
build / sources (ftp-source)
No file matches path **/surefire-reports/*.xml
|
build / sources (ftp-source)
No file matches path **/failsafe-reports/*.xml
|
build / sources (ftp-source)
The "JF_ARTIFACTORY_" prefix for environment variables is deprecated and is expected to be removed in v3. Please use the "JF_ENV_" prefix instead. The environment variables value should not be changed.
|
build / processors (header-enricher-processor)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, docker/login-action@v2, jfrog/setup-jfrog-cli@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build / processors (header-enricher-processor)
No file matches path **/failsafe-reports/*.xml
|
build / processors (header-enricher-processor)
No file matches path **/surefire-reports/*.xml
|
build / processors (header-enricher-processor)
The "JF_ARTIFACTORY_" prefix for environment variables is deprecated and is expected to be removed in v3. Please use the "JF_ENV_" prefix instead. The environment variables value should not be changed.
|
build / sinks (mqtt-sink)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, docker/login-action@v2, jfrog/setup-jfrog-cli@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build / sinks (mqtt-sink)
The "JF_ARTIFACTORY_" prefix for environment variables is deprecated and is expected to be removed in v3. Please use the "JF_ENV_" prefix instead. The environment variables value should not be changed.
|
build / sinks (mqtt-sink)
No file matches path **/failsafe-reports/*.xml
|
build / processors (splitter-processor)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, docker/login-action@v2, jfrog/setup-jfrog-cli@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build / processors (splitter-processor)
No file matches path **/surefire-reports/*.xml
|
build / processors (splitter-processor)
The "JF_ARTIFACTORY_" prefix for environment variables is deprecated and is expected to be removed in v3. Please use the "JF_ENV_" prefix instead. The environment variables value should not be changed.
|
build / processors (splitter-processor)
No file matches path **/failsafe-reports/*.xml
|
build / sinks (jdbc-sink)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, docker/login-action@v2, jfrog/setup-jfrog-cli@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build / sinks (jdbc-sink)
No file matches path **/surefire-reports/*.xml
|
build / sinks (jdbc-sink)
The "JF_ARTIFACTORY_" prefix for environment variables is deprecated and is expected to be removed in v3. Please use the "JF_ENV_" prefix instead. The environment variables value should not be changed.
|
build / sinks (jdbc-sink)
No file matches path **/failsafe-reports/*.xml
|
build / sinks (twitter-message-sink)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, docker/login-action@v2, jfrog/setup-jfrog-cli@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build / sinks (twitter-message-sink)
The "JF_ARTIFACTORY_" prefix for environment variables is deprecated and is expected to be removed in v3. Please use the "JF_ENV_" prefix instead. The environment variables value should not be changed.
|
build / sinks (twitter-message-sink)
No file matches path **/surefire-reports/*.xml
|
build / sinks (twitter-message-sink)
No file matches path **/failsafe-reports/*.xml
|
build / sinks (cassandra-sink)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, docker/login-action@v2, jfrog/setup-jfrog-cli@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build / sinks (cassandra-sink)
No file matches path **/failsafe-reports/*.xml
|
build / sinks (cassandra-sink)
The "JF_ARTIFACTORY_" prefix for environment variables is deprecated and is expected to be removed in v3. Please use the "JF_ENV_" prefix instead. The environment variables value should not be changed.
|
build / sinks (cassandra-sink)
No file matches path **/surefire-reports/*.xml
|
build / sinks (elasticsearch-sink)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, docker/login-action@v2, jfrog/setup-jfrog-cli@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build / sinks (elasticsearch-sink)
The "JF_ARTIFACTORY_" prefix for environment variables is deprecated and is expected to be removed in v3. Please use the "JF_ENV_" prefix instead. The environment variables value should not be changed.
|
build / sinks (elasticsearch-sink)
No file matches path **/failsafe-reports/*.xml
|
build / sinks (throughput-sink)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, docker/login-action@v2, jfrog/setup-jfrog-cli@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build / sinks (throughput-sink)
The "JF_ARTIFACTORY_" prefix for environment variables is deprecated and is expected to be removed in v3. Please use the "JF_ENV_" prefix instead. The environment variables value should not be changed.
|
build / sinks (throughput-sink)
No file matches path **/failsafe-reports/*.xml
|
build / sinks (throughput-sink)
No file matches path **/surefire-reports/*.xml
|
build / processors (groovy-processor)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, docker/login-action@v2, jfrog/setup-jfrog-cli@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build / processors (groovy-processor)
No file matches path **/failsafe-reports/*.xml
|
build / processors (groovy-processor)
No file matches path **/surefire-reports/*.xml
|
build / processors (groovy-processor)
The "JF_ARTIFACTORY_" prefix for environment variables is deprecated and is expected to be removed in v3. Please use the "JF_ENV_" prefix instead. The environment variables value should not be changed.
|
build / sources (kafka-source)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, docker/login-action@v2, jfrog/setup-jfrog-cli@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build / sources (kafka-source)
No file matches path **/surefire-reports/*.xml
|
build / sources (kafka-source)
The "JF_ARTIFACTORY_" prefix for environment variables is deprecated and is expected to be removed in v3. Please use the "JF_ENV_" prefix instead. The environment variables value should not be changed.
|
build / sources (kafka-source)
No file matches path **/failsafe-reports/*.xml
|
build / sources (kafka-source)
This build uses the last update of Oracle GraalVM for JDK 17 under the GFTC. More details: https://github.com/marketplace/actions/github-action-for-graalvm#notes-on-oracle-graalvm-for-jdk-17
|
build / sources (websocket-source)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, docker/login-action@v2, jfrog/setup-jfrog-cli@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build / sources (websocket-source)
No file matches path **/surefire-reports/*.xml
|
build / sources (websocket-source)
This build uses the last update of Oracle GraalVM for JDK 17 under the GFTC. More details: https://github.com/marketplace/actions/github-action-for-graalvm#notes-on-oracle-graalvm-for-jdk-17
|
build / sources (websocket-source)
No file matches path **/failsafe-reports/*.xml
|
build / sources (websocket-source)
The "JF_ARTIFACTORY_" prefix for environment variables is deprecated and is expected to be removed in v3. Please use the "JF_ENV_" prefix instead. The environment variables value should not be changed.
|
build / sources (mail-source)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, docker/login-action@v2, jfrog/setup-jfrog-cli@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build / sources (mail-source)
This build uses the last update of Oracle GraalVM for JDK 17 under the GFTC. More details: https://github.com/marketplace/actions/github-action-for-graalvm#notes-on-oracle-graalvm-for-jdk-17
|
build / sources (mail-source)
The "JF_ARTIFACTORY_" prefix for environment variables is deprecated and is expected to be removed in v3. Please use the "JF_ENV_" prefix instead. The environment variables value should not be changed.
|
build / sources (mail-source)
No file matches path **/failsafe-reports/*.xml
|
build / sources (mail-source)
No file matches path **/surefire-reports/*.xml
|
build / processors (script-processor)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, docker/login-action@v2, jfrog/setup-jfrog-cli@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build / processors (script-processor)
No file matches path **/surefire-reports/*.xml
|
build / processors (script-processor)
The "JF_ARTIFACTORY_" prefix for environment variables is deprecated and is expected to be removed in v3. Please use the "JF_ENV_" prefix instead. The environment variables value should not be changed.
|
build / processors (script-processor)
No file matches path **/failsafe-reports/*.xml
|
build / sources (twitter-message-source)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, docker/login-action@v2, jfrog/setup-jfrog-cli@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build / sources (twitter-message-source)
The "JF_ARTIFACTORY_" prefix for environment variables is deprecated and is expected to be removed in v3. Please use the "JF_ENV_" prefix instead. The environment variables value should not be changed.
|
build / sources (twitter-message-source)
No file matches path **/failsafe-reports/*.xml
|
build / sources (twitter-message-source)
This build uses the last update of Oracle GraalVM for JDK 17 under the GFTC. More details: https://github.com/marketplace/actions/github-action-for-graalvm#notes-on-oracle-graalvm-for-jdk-17
|
build / sources (twitter-message-source)
No file matches path **/surefire-reports/*.xml
|
build / sources (http-source)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, docker/login-action@v2, jfrog/setup-jfrog-cli@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build / sources (http-source)
No file matches path **/failsafe-reports/*.xml
|
build / sources (http-source)
No file matches path **/surefire-reports/*.xml
|
build / sources (http-source)
This build uses the last update of Oracle GraalVM for JDK 17 under the GFTC. More details: https://github.com/marketplace/actions/github-action-for-graalvm#notes-on-oracle-graalvm-for-jdk-17
|
build / sources (http-source)
The "JF_ARTIFACTORY_" prefix for environment variables is deprecated and is expected to be removed in v3. Please use the "JF_ENV_" prefix instead. The environment variables value should not be changed.
|
build / sources (mongodb-source)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, docker/login-action@v2, jfrog/setup-jfrog-cli@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build / sources (mongodb-source)
This build uses the last update of Oracle GraalVM for JDK 17 under the GFTC. More details: https://github.com/marketplace/actions/github-action-for-graalvm#notes-on-oracle-graalvm-for-jdk-17
|
build / sources (mongodb-source)
The "JF_ARTIFACTORY_" prefix for environment variables is deprecated and is expected to be removed in v3. Please use the "JF_ENV_" prefix instead. The environment variables value should not be changed.
|
build / sources (mongodb-source)
No file matches path **/surefire-reports/*.xml
|
build / sources (mongodb-source)
No file matches path **/failsafe-reports/*.xml
|
build / sources (mqtt-source)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, docker/login-action@v2, jfrog/setup-jfrog-cli@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build / sources (mqtt-source)
The "JF_ARTIFACTORY_" prefix for environment variables is deprecated and is expected to be removed in v3. Please use the "JF_ENV_" prefix instead. The environment variables value should not be changed.
|
build / sources (mqtt-source)
No file matches path **/failsafe-reports/*.xml
|
build / sources (mqtt-source)
This build uses the last update of Oracle GraalVM for JDK 17 under the GFTC. More details: https://github.com/marketplace/actions/github-action-for-graalvm#notes-on-oracle-graalvm-for-jdk-17
|
build / scan
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build / scan
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, github/codeql-action/upload-sarif@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build / scan
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
|
build / sources (debezium-source)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, docker/login-action@v2, jfrog/setup-jfrog-cli@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build / sources (debezium-source)
This build uses the last update of Oracle GraalVM for JDK 17 under the GFTC. More details: https://github.com/marketplace/actions/github-action-for-graalvm#notes-on-oracle-graalvm-for-jdk-17
|
build / sources (debezium-source)
No file matches path **/failsafe-reports/*.xml
|
build / sources (debezium-source)
The "JF_ARTIFACTORY_" prefix for environment variables is deprecated and is expected to be removed in v3. Please use the "JF_ENV_" prefix instead. The environment variables value should not be changed.
|
build / release-train
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, jfrog/setup-jfrog-cli@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build / release-train
No file matches path **/failsafe-reports/*.xml
|
build / release-train
The "JF_ARTIFACTORY_" prefix for environment variables is deprecated and is expected to be removed in v3. Please use the "JF_ENV_" prefix instead. The environment variables value should not be changed.
|
build / release-train
No file matches path **/surefire-reports/*.xml
|
build / release-train
This build uses the last update of Oracle GraalVM for JDK 17 under the GFTC. More details: https://github.com/marketplace/actions/github-action-for-graalvm#notes-on-oracle-graalvm-for-jdk-17
|
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "core-surefire-reports", "debezium-source-surefire-reports", "elasticsearch-sink-surefire-reports", "mqtt-sink-surefire-reports", "mqtt-source-surefire-reports", "rabbit-sink-surefire-reports", "rabbit-source-surefire-reports".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
build / parameters - main
BUILD_NAME=cloud-stream-applications-main
|
build / parameters - main
BUILD_NUMBER=450
|
build / core - main
building - stream-applications-build,functions,applications/stream-applications-core
|
build / core - main
core build completed
|
build / release-train
stream-applications-release-train build completed
|
build / release-train
building - stream-applications-release-train
|
build / release-train
JFROG_CLI_BUILD_NAME=stream-apps-main-release
|
build / release-train
JFROG_CLI_BUILD_NUMBER=450
|
build / release-train
uploading unique version snapshot descriptors:2024.0.1-SNAPSHOT
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
core-surefire-reports
Expired
|
738 KB |
|
debezium-source-surefire-reports
Expired
|
1.18 MB |
|
elasticsearch-sink-surefire-reports
Expired
|
70.5 KB |
|
mqtt-sink-surefire-reports
Expired
|
50.2 KB |
|
mqtt-source-surefire-reports
Expired
|
50.3 KB |
|
rabbit-sink-surefire-reports
Expired
|
146 KB |
|
rabbit-source-surefire-reports
Expired
|
55.9 KB |
|