Skip to content

[KIE-922] remove kogito-rules quarkus extension #1605

[KIE-922] remove kogito-rules quarkus extension

[KIE-922] remove kogito-rules quarkus extension #1605

Triggered via pull request February 12, 2024 16:35
Status Failure
Total duration 1h 39m 31s
Artifacts 1

pr-downstream.yml

on: pull_request
Matrix: kogito-downstream-build
Fit to window
Zoom out
Zoom in

Annotations

16 errors and 4 warnings
DroolsMetricsIT.testDrlMetrics: apache_incubator-kie-kogito-examples/kogito-quarkus-examples/dmn-drools-quarkus-metrics/src/test/java/org/kie/kogito/examples/quarkus/DroolsMetricsIT.java#L50
1 expectation failed. Response body doesn't match expectation. Expected: a string containing "drl_match_fired_nanosecond_count{app_id=\"default-rule-monitoring-listener\",artifactId=\"dmn-drools-quarkus-metrics\",rule=\"helloWorld\",version=\"999-SNAPSHOT\"} 1.0" Actual: # TYPE jvm_threads_live_threads gauge # HELP jvm_threads_live_threads The current number of live threads including both daemon and non-daemon threads jvm_threads_live_threads 14.0 # TYPE http_server_bytes_written_max gauge # HELP http_server_bytes_written_max Number of bytes sent by the server http_server_bytes_written_max 287.0 # TYPE http_server_bytes_written summary # HELP http_server_bytes_written Number of bytes sent by the server http_server_bytes_written_count 2.0 http_server_bytes_written_sum 304.0 # TYPE worker_pool_queue_size gauge # HELP worker_pool_queue_size Number of pending elements in the waiting queue worker_pool_queue_size{pool_name="vert.x-internal-blocking",pool_type="worker"} 0.0 worker_pool_queue_size{pool_name="vert.x-worker-thread",pool_type="worker"} 0.0 # TYPE worker_pool_active gauge # HELP worker_pool_active The number of resources from the pool currently used worker_pool_active{pool_name="vert.x-internal-blocking",pool_type="worker"} 0.0 worker_pool_active{pool_name="vert.x-worker-thread",pool_type="worker"} 1.0 # TYPE worker_pool_rejected counter # HELP worker_pool_rejected Number of times submissions to the pool have been rejected worker_pool_rejected_total{pool_name="vert.x-internal-blocking",pool_type="worker"} 0.0 worker_pool_rejected_total{pool_name="vert.x-worker-thread",pool_type="worker"} 0.0 # TYPE jvm_buffer_memory_used_bytes gauge # HELP jvm_buffer_memory_used_bytes An estimate of the memory that the Java virtual machine is using for this buffer pool jvm_buffer_memory_used_bytes{id="mapped - 'non-volatile memory'"} 0.0 jvm_buffer_memory_used_bytes{id="mapped"} 0.0 jvm_buffer_memory_used_bytes{id="direct"} 293352.0 # TYPE jvm_info counter # HELP jvm_info JVM version info jvm_info_total{runtime="OpenJDK Runtime Environment",vendor="Red Hat, Inc.",version="17.0.8+7-LTS"} 1.0 # TYPE jvm_gc_live_data_size_bytes gauge # HELP jvm_gc_live_data_size_bytes Size of long-lived heap memory pool after reclamation jvm_gc_live_data_size_bytes 0.0 # TYPE jvm_memory_usage_after_gc_percent gauge # HELP jvm_memory_usage_after_gc_percent The percentage of long-lived heap pool used after the last GC event, in the range [0..1] jvm_memory_usage_after_gc_percent{area="heap",pool="long-lived"} 0.0037954213979604604 # TYPE jvm_threads_states_threads gauge # HELP jvm_threads_states_threads The current number of threads jvm_threads_states_threads{state="runnable"} 9.0 jvm_threads_states_threads{state="blocked"} 0.0 jvm_threads_states_threads{state="waiting"} 2.0 jvm_threads_states_threads{state="timed-waiting"} 3.0 jvm_threads_states_threads{state="new"} 0.0 jvm_threads_states_threads{state="terminated"} 0.0 # TYPE jvm_gc_max_data_size_bytes gauge # HELP jvm_gc_max_data_size_bytes Max size of long-lived heap memory pool jvm_gc_max_data_size_bytes 4.190109696E9 # TYPE process_start_time_seconds gauge # HELP process_start_time_seconds Start time of the process since unix epoch. process_start_time_seconds 1.707757171979E9 # TYPE worker_pool_usage_seconds summary # HELP worker_pool_usage_seconds Time spent using resources from the pool worker_pool_usage_seconds_count{pool_name="vert.x-internal-blocking",pool_type="worker"} 1.0 worker_pool_usage_seconds_sum{pool_name="vert.x-internal-blocking",pool_type="worker"} 0.00639199 worker_pool_usage_seconds_count{pool_name="vert.x-worker-thread",pool_type="worker"} 0.0 worker_pool_usage_seconds_sum{pool_name="vert.x-worker-thread",pool_type="worker"} 0.0 # TYPE worker_pool_usage_seconds_max gauge # HELP worker_pool_usage_seconds_max Time spent using resources from the pool worker_pool_usage_seconds_max{pool_name="vert.x-internal-blocking",pool_type="worker"} 0.00639199 worker_pool_usage_seconds_max{pool_name="vert.x-worker-thread",pool_type="worker"} 0.0 # TYPE jvm_memory_committed_bytes gauge # HELP jv
GrafanaDockerComposeIT.testGrafanaDashboards: apache_incubator-kie-kogito-examples/kogito-quarkus-examples/dmn-drools-quarkus-metrics/src/test/java/org/kie/kogito/examples/quarkus/GrafanaDockerComposeIT.java#L102
1 expectation failed. JSON path title doesn't match. Expected: a collection containing "dmn-drools-quarkus-metrics_999-SNAPSHOT - hello - Operational Dashboard" Actual: <[dmn-drools-quarkus-metrics_999-SNAPSHOT - Custom - Domain Dashboard, dmn-drools-quarkus-metrics_999-SNAPSHOT - Custom - Operational Dashboard, dmn-drools-quarkus-metrics_999-SNAPSHOT - LoanEligibility - Domain Dashboard, dmn-drools-quarkus-metrics_999-SNAPSHOT - LoanEligibility - Operational Dashboard]>
CloudEventListenerTest.checkStartNewProcessInstanceWithCE: apache_incubator-kie-kogito-examples/kogito-quarkus-examples/dmn-knative-quickstart-quarkus/src/test/java/org/kie/kogito/examples/CloudEventListenerTest.java#L106
Assertion condition defined as a org.acme.travel.CloudEventListenerTest Expected at least one request matching: { "url" : "/", "method" : "POST", "headers" : { "Content-Type" : { "contains" : "application/cloudevents+json" } }, "bodyPatterns" : [ { "contains" : "[email protected]" }, { "contains" : "\"source\":\"/process/Travelers\"" } ] } Requests received: [ ] within 2 seconds.
CloudEventListenerTest.checkStartNewProcessInstanceWithSourceField: apache_incubator-kie-kogito-examples/kogito-quarkus-examples/dmn-knative-quickstart-quarkus/src/test/java/org/kie/kogito/examples/CloudEventListenerTest.java#L130
Assertion condition defined as a org.acme.travel.CloudEventListenerTest Expected at least one request matching: { "url" : "/", "method" : "POST", "headers" : { "Content-Type" : { "contains" : "application/cloudevents+json" } }, "bodyPatterns" : [ { "contains" : "[email protected]" }, { "contains" : "\"source\":\"/process/Travelers\"" } ] } Requests received: [ ] within 2 seconds.
JobServiceLeaderIT.: apache_incubator-kie-kogito-apps/apps-integration-tests/integration-tests-jobs-service/integration-tests-jobs-service-quarkus/integration-tests-jobs-service-common-quarkus/src/test/java/org/kie/kogito/it/jobs/JobServiceLeaderIT.java#L56
Can't get Docker image: RemoteDockerImage(imageName=org.kie.kogito/jobs-service-postgresql:999-SNAPSHOT, imagePullPolicy=DefaultPullPolicy(), imageNameSubstitutor=org.testcontainers.utility.ImageNameSubstitutor$ChainedImageNameSubstitutor@273444fe)
MultipleTimerInstancesIT.boundaryTimerEvent: apache_incubator-kie-kogito-apps/apps-integration-tests/integration-tests-jobs-service/integration-tests-jobs-service-quarkus/integration-tests-jobs-service-quarkus-embedded/src/test/java/org/kie/kogito/it/jobs/MultipleTimerInstancesIT.java#L1
Failed to load ApplicationContext for [WebMergedContextConfiguration@2a8a3ada testClass = org.kie.kogito.it.jobs.MultipleTimerInstancesIT, locations = [], classes = [org.kie.kogito.KogitoApplication], contextInitializerClasses = [org.kie.kogito.test.resources.KogitoServiceRandomPortSpringBootTestResource, org.kie.kogito.test.resources.JobServiceSpringBootTestResource], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@768fc0f2, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@3f67593e, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@44d52de2, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@9da1, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@12d2ce03, org.springframework.boot.test.context.SpringBootTestAnnotation@f6dc5c67], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
MultipleTimerInstancesIT.timerEvent: apache_incubator-kie-kogito-apps/apps-integration-tests/integration-tests-jobs-service/integration-tests-jobs-service-quarkus/integration-tests-jobs-service-quarkus-embedded/src/test/java/org/kie/kogito/it/jobs/MultipleTimerInstancesIT.java#L1
Failed to load ApplicationContext for [WebMergedContextConfiguration@2a8a3ada testClass = org.kie.kogito.it.jobs.MultipleTimerInstancesIT, locations = [], classes = [org.kie.kogito.KogitoApplication], contextInitializerClasses = [org.kie.kogito.test.resources.KogitoServiceRandomPortSpringBootTestResource, org.kie.kogito.test.resources.JobServiceSpringBootTestResource], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@768fc0f2, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@3f67593e, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@44d52de2, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@9da1, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@12d2ce03, org.springframework.boot.test.context.SpringBootTestAnnotation@f6dc5c67], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
ProcessAsyncIT.testAsync: apache_incubator-kie-kogito-apps/apps-integration-tests/integration-tests-jobs-service/integration-tests-jobs-service-quarkus/integration-tests-jobs-service-quarkus-embedded/src/test/java/org/kie/kogito/it/jobs/ProcessAsyncIT.java#L1
Failed to load ApplicationContext for [WebMergedContextConfiguration@2a47597 testClass = org.kie.kogito.it.jobs.ProcessAsyncIT, locations = [], classes = [org.kie.kogito.KogitoApplication], contextInitializerClasses = [org.kie.kogito.test.resources.KogitoServiceRandomPortSpringBootTestResource, org.kie.kogito.test.resources.JobServiceSpringBootTestResource], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@768fc0f2, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@3f67593e, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@44d52de2, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@9da1, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@12d2ce03, org.springframework.boot.test.context.SpringBootTestAnnotation@f6dc5c67], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
ProcessTimerIT.testDeleteTimerCycle: apache_incubator-kie-kogito-apps/apps-integration-tests/integration-tests-jobs-service/integration-tests-jobs-service-quarkus/integration-tests-jobs-service-quarkus-embedded/src/test/java/org/kie/kogito/it/jobs/ProcessTimerIT.java#L1
Failed to load ApplicationContext for [WebMergedContextConfiguration@16134476 testClass = org.kie.kogito.it.jobs.ProcessTimerIT, locations = [], classes = [org.kie.kogito.KogitoApplication], contextInitializerClasses = [org.kie.kogito.test.resources.KogitoServiceRandomPortSpringBootTestResource, org.kie.kogito.test.resources.JobServiceSpringBootTestResource], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@768fc0f2, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@3f67593e, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@44d52de2, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@9da1, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@12d2ce03, org.springframework.boot.test.context.SpringBootTestAnnotation@f6dc5c67], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
ProcessTimerIT.testBoundaryTimersOnTask: apache_incubator-kie-kogito-apps/apps-integration-tests/integration-tests-jobs-service/integration-tests-jobs-service-quarkus/integration-tests-jobs-service-quarkus-embedded/src/test/java/org/kie/kogito/it/jobs/ProcessTimerIT.java#L1
Failed to load ApplicationContext for [WebMergedContextConfiguration@16134476 testClass = org.kie.kogito.it.jobs.ProcessTimerIT, locations = [], classes = [org.kie.kogito.KogitoApplication], contextInitializerClasses = [org.kie.kogito.test.resources.KogitoServiceRandomPortSpringBootTestResource, org.kie.kogito.test.resources.JobServiceSpringBootTestResource], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@768fc0f2, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@3f67593e, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@44d52de2, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@9da1, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@12d2ce03, org.springframework.boot.test.context.SpringBootTestAnnotation@f6dc5c67], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
ProcessTimerIT.testTimerCycle: apache_incubator-kie-kogito-apps/apps-integration-tests/integration-tests-jobs-service/integration-tests-jobs-service-quarkus/integration-tests-jobs-service-quarkus-embedded/src/test/java/org/kie/kogito/it/jobs/ProcessTimerIT.java#L1
Failed to load ApplicationContext for [WebMergedContextConfiguration@16134476 testClass = org.kie.kogito.it.jobs.ProcessTimerIT, locations = [], classes = [org.kie.kogito.KogitoApplication], contextInitializerClasses = [org.kie.kogito.test.resources.KogitoServiceRandomPortSpringBootTestResource, org.kie.kogito.test.resources.JobServiceSpringBootTestResource], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@768fc0f2, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@3f67593e, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@44d52de2, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@9da1, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@12d2ce03, org.springframework.boot.test.context.SpringBootTestAnnotation@f6dc5c67], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
ProcessTimerIT.testTimers: apache_incubator-kie-kogito-apps/apps-integration-tests/integration-tests-jobs-service/integration-tests-jobs-service-quarkus/integration-tests-jobs-service-quarkus-embedded/src/test/java/org/kie/kogito/it/jobs/ProcessTimerIT.java#L1
Failed to load ApplicationContext for [WebMergedContextConfiguration@16134476 testClass = org.kie.kogito.it.jobs.ProcessTimerIT, locations = [], classes = [org.kie.kogito.KogitoApplication], contextInitializerClasses = [org.kie.kogito.test.resources.KogitoServiceRandomPortSpringBootTestResource, org.kie.kogito.test.resources.JobServiceSpringBootTestResource], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@768fc0f2, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@3f67593e, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@44d52de2, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@9da1, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@12d2ce03, org.springframework.boot.test.context.SpringBootTestAnnotation@f6dc5c67], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
ProcessTimerIT.testDeleteBoundaryTimersOnTask: apache_incubator-kie-kogito-apps/apps-integration-tests/integration-tests-jobs-service/integration-tests-jobs-service-quarkus/integration-tests-jobs-service-quarkus-embedded/src/test/java/org/kie/kogito/it/jobs/ProcessTimerIT.java#L1
Failed to load ApplicationContext for [WebMergedContextConfiguration@16134476 testClass = org.kie.kogito.it.jobs.ProcessTimerIT, locations = [], classes = [org.kie.kogito.KogitoApplication], contextInitializerClasses = [org.kie.kogito.test.resources.KogitoServiceRandomPortSpringBootTestResource, org.kie.kogito.test.resources.JobServiceSpringBootTestResource], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@768fc0f2, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@3f67593e, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@44d52de2, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@9da1, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@12d2ce03, org.springframework.boot.test.context.SpringBootTestAnnotation@f6dc5c67], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
ProcessTimerIT.testCancelTimer: apache_incubator-kie-kogito-apps/apps-integration-tests/integration-tests-jobs-service/integration-tests-jobs-service-quarkus/integration-tests-jobs-service-quarkus-embedded/src/test/java/org/kie/kogito/it/jobs/ProcessTimerIT.java#L1
Failed to load ApplicationContext for [WebMergedContextConfiguration@16134476 testClass = org.kie.kogito.it.jobs.ProcessTimerIT, locations = [], classes = [org.kie.kogito.KogitoApplication], contextInitializerClasses = [org.kie.kogito.test.resources.KogitoServiceRandomPortSpringBootTestResource, org.kie.kogito.test.resources.JobServiceSpringBootTestResource], activeProfiles = [], propertySourceLocations = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@768fc0f2, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@3f67593e, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@44d52de2, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@9da1, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@12d2ce03, org.springframework.boot.test.context.SpringBootTestAnnotation@f6dc5c67], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
kogito-springboot-examples (ubuntu-latest / Java-17 / Maven-3.9.3)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-java@v3, actions/cache@v3, kiegroup/github-action-build-chain@v3, mikepenz/action-junit-report@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
serverless-workflow-examples (ubuntu-latest / Java-17 / Maven-3.9.3)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-java@v3, actions/cache@v3, kiegroup/github-action-build-chain@v3, mikepenz/action-junit-report@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
kogito-quarkus-examples (ubuntu-latest / Java-17 / Maven-3.9.3)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-java@v3, actions/cache@v3, kiegroup/github-action-build-chain@v3, mikepenz/action-junit-report@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
kogito-apps (ubuntu-latest / Java-17 / Maven-3.9.3)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-java@v3, actions/cache@v3, kiegroup/github-action-build-chain@v3, mikepenz/action-junit-report@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

Artifacts

Produced during runtime
Name Size
apache_incubator-kie-kogito-apps Expired
1.44 MB