mcollovati / quarkus-hilla

A Quarkus extension to run Hilla applications on Quarkus.
Apache License 2.0
15 stars 0 forks source link

chore: exclude Copilot from commons module dependencies #1060

Closed mcollovati closed 1 week ago

quarkus-hilla-bot[bot] commented 1 week ago

Format Checker Report

All files are correctly formatted

github-actions[bot] commented 1 week ago

Test Results

 59 files  ±  0   59 suites  ±0   12m 22s ⏱️ -53s 192 tests +102  192 ✅ +119  0 💤 ±0  0 ❌ ±0  276 runs  +102  276 ✅ +119  0 💤 ±0  0 ❌ ±0 

Results for commit 6534f033. ± Comparison against base commit f423d09d.

This pull request removes 17 and adds 119 tests. Note that renamed tests count towards both. ``` com.github.mcollovati.quarkus.hilla.deployment.BrowserCallableControllerTest ‑ Unknown test com.github.mcollovati.quarkus.hilla.deployment.EndpointControllerTest ‑ Unknown test com.github.mcollovati.quarkus.hilla.deployment.EndpointSecurityTest ‑ Unknown test com.github.mcollovati.quarkus.hilla.deployment.ReactiveEndpointTest ‑ Unknown test com.github.mcollovati.quarkus.hilla.deployment.ReactiveSecureEndpointTest ‑ Unknown test com.github.mcollovati.quarkus.hilla.deployment.SignalsSecurityTest ‑ Unknown test com.github.mcollovati.quarkus.hilla.deployment.SignalsTest ‑ Unknown test com.github.mcollovati.quarkus.hilla.deployment.SpringDataExtensionsSupportTest ‑ Unknown test com.github.mcollovati.quarkus.hilla.deployment.SpringDiExtensionSupportReactiveEndpointTest ‑ Unknown test com.github.mcollovati.quarkus.hilla.deployment.SpringDiExtensionsSupportTest ‑ Unknown test … ``` ``` com.github.mcollovati.quarkus.hilla.deployment.BrowserCallableControllerTest ‑ invokeEndpoint_emptyMethodName_notFound com.github.mcollovati.quarkus.hilla.deployment.BrowserCallableControllerTest ‑ invokeEndpoint_missingMethodName_notFound com.github.mcollovati.quarkus.hilla.deployment.BrowserCallableControllerTest ‑ invokeEndpoint_multipleParameters com.github.mcollovati.quarkus.hilla.deployment.BrowserCallableControllerTest ‑ invokeEndpoint_singleComplexParameter com.github.mcollovati.quarkus.hilla.deployment.BrowserCallableControllerTest ‑ invokeEndpoint_singleSimpleParameter com.github.mcollovati.quarkus.hilla.deployment.BrowserCallableControllerTest ‑ invokeEndpoint_wrongEndpointName_notFound com.github.mcollovati.quarkus.hilla.deployment.BrowserCallableControllerTest ‑ invokeEndpoint_wrongMethodName_notFound com.github.mcollovati.quarkus.hilla.deployment.BrowserCallableControllerTest ‑ invokeEndpoint_wrongNumberOfParameters_badRequest com.github.mcollovati.quarkus.hilla.deployment.BrowserCallableControllerTest ‑ invokeEndpoint_wrongParametersOrder_badRequest com.github.mcollovati.quarkus.hilla.deployment.EndpointControllerTest ‑ invokeEndpoint_emptyMethodName_notFound … ```