chore(npm-deps): update npm dependencies (#357) #908
GitHub Actions / Test Results
failed
Oct 27, 2023 in 0s
1 fail, 55 pass in 6m 21s
Annotations
Check warning on line 0 in com.github.mcollovati.quarkus.hilla.deployment.ReactiveEndpointTest
github-actions / Test Results
cancelableReactiveEndpoint_clientCancel_serverUnsubscribeCallBackInvoked (com.github.mcollovati.quarkus.hilla.deployment.ReactiveEndpointTest) failed
deployment/target/surefire-reports/TEST-com.github.mcollovati.quarkus.hilla.deployment.ReactiveEndpointTest.xml [took 9s]
Raw output
Expecting actual:
"{"@type":"update","id":"0","item":10}"
to start with:
"CLOSED: "
java.lang.AssertionError:
Expecting actual:
"{"@type":"update","id":"0","item":10}"
to start with:
"CLOSED: "
at com.github.mcollovati.quarkus.hilla.deployment.ReactiveEndpointTest.lambda$assertThatConnectionHasBeenClosed$1(ReactiveEndpointTest.java:132)
at com.github.mcollovati.quarkus.hilla.deployment.HillaPushClient.assertMessageReceived(HillaPushClient.java:147)
at com.github.mcollovati.quarkus.hilla.deployment.ReactiveEndpointTest.assertThatConnectionHasBeenClosed(ReactiveEndpointTest.java:131)
at com.github.mcollovati.quarkus.hilla.deployment.ReactiveEndpointTest.cancelableReactiveEndpoint_clientCancel_serverUnsubscribeCallBackInvoked(ReactiveEndpointTest.java:82)
at com.github.mcollovati.quarkus.hilla.deployment.ReactiveEndpointTest_Subclass.cancelableReactiveEndpoint_clientCancel_serverUnsubscribeCallBackInvoked$$superforward(Unknown Source)
at com.github.mcollovati.quarkus.hilla.deployment.ReactiveEndpointTest_Subclass$$function$$1.apply(Unknown Source)
at io.quarkus.arc.impl.AroundInvokeInvocationContext.proceed(AroundInvokeInvocationContext.java:73)
at io.quarkus.arc.impl.AroundInvokeInvocationContext.proceed(AroundInvokeInvocationContext.java:62)
at io.quarkus.arc.impl.ActivateRequestContextInterceptor.invoke(ActivateRequestContextInterceptor.java:129)
at io.quarkus.arc.impl.ActivateRequestContextInterceptor.aroundInvoke(ActivateRequestContextInterceptor.java:33)
at io.quarkus.arc.impl.ActivateRequestContextInterceptor_Bean.intercept(Unknown Source)
at io.quarkus.arc.impl.InterceptorInvocation.invoke(InterceptorInvocation.java:42)
at io.quarkus.arc.impl.AroundInvokeInvocationContext.perform(AroundInvokeInvocationContext.java:30)
at io.quarkus.arc.impl.InvocationContexts.performAroundInvoke(InvocationContexts.java:27)
at com.github.mcollovati.quarkus.hilla.deployment.ReactiveEndpointTest_Subclass.cancelableReactiveEndpoint_clientCancel_serverUnsubscribeCallBackInvoked(Unknown Source)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at io.quarkus.test.QuarkusUnitTest.runExtensionMethod(QuarkusUnitTest.java:499)
at io.quarkus.test.QuarkusUnitTest.interceptTestMethod(QuarkusUnitTest.java:413)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:217)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:147)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:127)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:90)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:55)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:102)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:54)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
2023-10-27 05:27:34,307 WARN [io.qua.arc.dep.SplitPackageProcessor] (build-23) Detected a split package usage which is considered a bad practice and should be avoided. Following packages were detected in multiple archives:
- "dev.hilla" found in [dev.hilla:endpoint::jar, dev.hilla:hilla::jar]
2023-10-27 05:27:35,940 WARN [io.qua.arc.dep.StartupBuildSteps] (build-25) Ignored an invalid @Startup method declared on com.github.mcollovati.quarkus.hilla.QuarkusEndpointControllerConfiguration: org.springframework.context.ApplicationContext applicationContext(jakarta.enterprise.inject.spi.BeanManager beanManager)
2023-10-27 05:27:35,941 WARN [io.qua.arc.dep.StartupBuildSteps] (build-25) Ignored an invalid @Startup method declared on com.github.mcollovati.quarkus.hilla.QuarkusEndpointControllerConfiguration: dev.hilla.EndpointController endpointController(org.springframework.context.ApplicationContext context, dev.hilla.EndpointRegistry endpointRegistry, dev.hilla.EndpointInvoker endpointInvoker, dev.hilla.auth.CsrfChecker csrfChecker)
2023-10-27 05:27:37,250 WARN [io.qua.config] (main) Unrecognized configuration key "quarkus.resteasy.path" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo
2023-10-27 05:27:39,645 INFO [io.und.servlet] (main) Initializing AtmosphereFramework
2023-10-27 05:27:40,594 INFO [com.vaa.bas.dev.sta.DevModeStartupListener] (main) Starting dev-mode updaters in /home/runner/work/quarkus-hilla/quarkus-hilla/deployment folder.
2023-10-27 05:27:40,680 INFO [com.vaa.flo.ser.fro.sca.FullDependenciesScanner] (main) Visited 4 classes. Took 53 ms.
2023-10-27 05:27:41,172 INFO [com.vaa.flo.ser.sta.ServletDeployer] (main) Automatically deploying Vaadin servlet with name com.vaadin.flow.server.startup.ServletDeployer to /*
2023-10-27 05:27:41,193 INFO [org.atm.cpr.AtmosphereFramework] (main) Installed AtmosphereHandler com.vaadin.flow.server.communication.PushAtmosphereHandler mapped to context-path: /*
2023-10-27 05:27:41,193 INFO [org.atm.cpr.AtmosphereFramework] (main) Installed the following AtmosphereInterceptor mapped to AtmosphereHandler com.vaadin.flow.server.communication.PushAtmosphereHandler
2023-10-27 05:27:41,337 INFO [org.atm.cpr.AtmosphereFramework] (main) Atmosphere is using org.atmosphere.util.VoidAnnotationProcessor for processing annotation
2023-10-27 05:27:41,376 INFO [org.atm.uti.ForkJoinPool] (main) Using ForkJoinPool java.util.concurrent.ForkJoinPool. Set the org.atmosphere.cpr.broadcaster.maxAsyncWriteThreads to -1 to fully use its power.
2023-10-27 05:27:41,431 INFO [org.atm.cpr.AtmosphereFramework] (main) Installed WebSocketProtocol org.atmosphere.websocket.protocol.SimpleHttpProtocol
2023-10-27 05:27:41,437 INFO [org.atm.con.JSR356AsyncSupport] (main) JSR 356 Mapping path /VAADIN/push
2023-10-27 05:27:41,440 INFO [io.und.websockets] (main) UT026005: Adding programmatic server endpoint class org.atmosphere.container.JSR356Endpoint for path /VAADIN/push
2023-10-27 05:27:41,460 INFO [io.und.websockets] (main) UT026005: Adding programmatic server endpoint class org.atmosphere.container.JSR356Endpoint for path /VAADIN/push/
2023-10-27 05:27:41,460 INFO [org.atm.cpr.AtmosphereFramework] (main) Installing Default AtmosphereInterceptors
2023-10-27 05:27:41,460 INFO [org.atm.cpr.AtmosphereFramework] (main) org.atmosphere.interceptor.CorsInterceptor : CORS Interceptor Support
2023-10-27 05:27:41,460 INFO [org.atm.cpr.AtmosphereFramework] (main) org.atmosphere.interceptor.CacheHeadersInterceptor : Default Response's Headers Interceptor
2023-10-27 05:27:41,461 INFO [org.atm.cpr.AtmosphereFramework] (main) org.atmosphere.interceptor.PaddingAtmosphereInterceptor : Browser Padding Interceptor Support
2023-10-27 05:27:41,461 INFO [org.atm.cpr.AtmosphereFramework] (main) org.atmosphere.interceptor.AndroidAtmosphereInterceptor : Android Interceptor Support
2023-10-27 05:27:41,461 INFO [org.atm.cpr.AtmosphereFramework] (main) Dropping Interceptor org.atmosphere.interceptor.HeartbeatInterceptor
2023-10-27 05:27:41,461 INFO [org.atm.cpr.AtmosphereFramework] (main) org.atmosphere.interceptor.SSEAtmosphereInterceptor : SSE Interceptor Support
2023-10-27 05:27:41,462 INFO [org.atm.cpr.AtmosphereFramework] (main) org.atmosphere.interceptor.JSONPAtmosphereInterceptor : JSONP Interceptor Support
2023-10-27 05:27:41,462 INFO [org.atm.cpr.AtmosphereFramework] (main) org.atmosphere.interceptor.JavaScriptProtocol : Atmosphere JavaScript Protocol
2023-10-27 05:27:41,462 INFO [org.atm.cpr.AtmosphereFramework] (main) org.atmosphere.interceptor.WebSocketMessageSuspendInterceptor : org.atmosphere.interceptor.WebSocketMessageSuspendInterceptor
2023-10-27 05:27:41,463 INFO [org.atm.cpr.AtmosphereFramework] (main) org.atmosphere.interceptor.OnDisconnectInterceptor : Browser disconnection detection
2023-10-27 05:27:41,463 INFO [org.atm.cpr.AtmosphereFramework] (main) org.atmosphere.interceptor.IdleResourceInterceptor : org.atmosphere.interceptor.IdleResourceInterceptor
2023-10-27 05:27:41,463 INFO [org.atm.cpr.AtmosphereFramework] (main) Set org.atmosphere.cpr.AtmosphereInterceptor.disableDefaults to disable them.
2023-10-27 05:27:41,463 INFO [org.atm.cpr.AtmosphereFramework] (main) Installed AtmosphereInterceptor CORS Interceptor Support with priority FIRST_BEFORE_DEFAULT
2023-10-27 05:27:41,463 INFO [org.atm.cpr.AtmosphereFramework] (main) Installed AtmosphereInterceptor Default Response's Headers Interceptor with priority AFTER_DEFAULT
2023-10-27 05:27:41,463 INFO [org.atm.cpr.AtmosphereFramework] (main) Installed AtmosphereInterceptor Browser Padding Interceptor Support with priority AFTER_DEFAULT
2023-10-27 05:27:41,463 INFO [org.atm.cpr.AtmosphereFramework] (main) Installed AtmosphereInterceptor Android Interceptor Support with priority AFTER_DEFAULT
2023-10-27 05:27:41,463 INFO [org.atm.cpr.AtmosphereFramework] (main) Installed AtmosphereInterceptor SSE Interceptor Support with priority AFTER_DEFAULT
2023-10-27 05:27:41,463 INFO [org.atm.cpr.AtmosphereFramework] (main) Installed AtmosphereInterceptor JSONP Interceptor Support with priority AFTER_DEFAULT
2023-10-27 05:27:41,463 INFO [org.atm.cpr.AtmosphereFramework] (main) Installed AtmosphereInterceptor Atmosphere JavaScript Protocol with priority AFTER_DEFAULT
2023-10-27 05:27:41,463 INFO [org.atm.cpr.AtmosphereFramework] (main) Installed AtmosphereInterceptor org.atmosphere.interceptor.WebSocketMessageSuspendInterceptor with priority AFTER_DEFAULT
2023-10-27 05:27:41,463 INFO [org.atm.cpr.AtmosphereFramework] (main) Installed AtmosphereInterceptor Browser disconnection detection with priority AFTER_DEFAULT
2023-10-27 05:27:41,463 INFO [org.atm.cpr.AtmosphereFramework] (main) Installed AtmosphereInterceptor org.atmosphere.interceptor.IdleResourceInterceptor with priority BEFORE_DEFAULT
2023-10-27 05:27:41,464 INFO [org.atm.cpr.AtmosphereFramework] (main) Using EndpointMapper class org.atmosphere.util.DefaultEndpointMapper
2023-10-27 05:27:41,464 INFO [org.atm.cpr.AtmosphereFramework] (main) Using BroadcasterCache: org.atmosphere.cache.UUIDBroadcasterCache
2023-10-27 05:27:41,464 INFO [org.atm.cpr.AtmosphereFramework] (main) Default Broadcaster Class: org.atmosphere.cpr.DefaultBroadcaster
2023-10-27 05:27:41,464 INFO [org.atm.cpr.AtmosphereFramework] (main) Broadcaster Shared List Resources: false
2023-10-27 05:27:41,464 INFO [org.atm.cpr.AtmosphereFramework] (main) Broadcaster Polling Wait Time 100
2023-10-27 05:27:41,464 INFO [org.atm.cpr.AtmosphereFramework] (main) Shared ExecutorService supported: true
2023-10-27 05:27:41,464 INFO [org.atm.cpr.AtmosphereFramework] (main) Messaging ExecutorService Pool Size unavailable - Not instance of ThreadPoolExecutor
2023-10-27 05:27:41,464 INFO [org.atm.cpr.AtmosphereFramework] (main) Async I/O Thread Pool Size: 200
2023-10-27 05:27:41,464 INFO [org.atm.cpr.AtmosphereFramework] (main) Using BroadcasterFactory: org.atmosphere.cpr.DefaultBroadcasterFactory
2023-10-27 05:27:41,464 INFO [org.atm.cpr.AtmosphereFramework] (main) Using AtmosphereResurceFactory: org.atmosphere.cpr.DefaultAtmosphereResourceFactory
2023-10-27 05:27:41,464 INFO [org.atm.cpr.AtmosphereFramework] (main) Using WebSocketProcessor: org.atmosphere.websocket.DefaultWebSocketProcessor
2023-10-27 05:27:41,498 INFO [org.atm.cpr.AtmosphereFramework] (main) Invoke AtmosphereInterceptor on WebSocket message true
2023-10-27 05:27:41,498 INFO [org.atm.cpr.AtmosphereFramework] (main) HttpSession supported: true
2023-10-27 05:27:41,498 INFO [org.atm.cpr.AtmosphereFramework] (main) Atmosphere is using org.atmosphere.inject.InjectableObjectFactory for dependency injection and object creation
2023-10-27 05:27:41,498 INFO [org.atm.cpr.AtmosphereFramework] (main) Atmosphere is using async support: org.atmosphere.container.JSR356AsyncSupport running under container: Undertow - 5.0.3.Final using jakarta.servlet/3.0 and jsr356/WebSocket API
2023-10-27 05:27:41,498 INFO [org.atm.cpr.AtmosphereFramework] (main) Atmosphere Framework 3.0.3.slf4jvaadin1 started.
2023-10-27 05:27:41,521 INFO [org.atm.cpr.AtmosphereFramework] (main) Installed AtmosphereInterceptor Track Message Size Interceptor using | with priority BEFORE_DEFAULT
2023-10-27 05:27:41,646 INFO [com.vaa.flo.ser.DefaultDeploymentConfiguration] (main)
Vaadin is running in DEVELOPMENT mode - do not use for production deployments.
2023-10-27 05:27:41,771 INFO [io.und.websockets] (main) UT026005: Adding programmatic server endpoint class com.vaadin.base.devserver.viteproxy.ViteWebsocketEndpoint for path /VAADIN/
2023-10-27 05:27:41,799 INFO [com.vaa.flo.ser.fro.TaskUpdatePackages] (Thread-411) Running `npm install` to resolve and optionally download frontend dependencies. This may take a moment, please stand by...
2023-10-27 05:27:41,817 INFO [org.atm.cpr.AtmosphereFramework] (main) Atmosphere is using org.atmosphere.cpr.DefaultAnnotationProcessor for processing annotation
2023-10-27 05:27:41,817 INFO [org.atm.cpr.DefaultAnnotationProcessor] (main) AnnotationProcessor class org.atmosphere.cpr.DefaultAnnotationProcessor$BytecodeBasedAnnotationProcessor being used
2023-10-27 05:27:56,761 INFO [com.vaa.flo.ser.fro.TaskUpdatePackages] (Thread-411) using '/usr/local/bin/npm --no-update-notifier --no-audit --scripts-prepend-node-path=true --ignore-scripts install' for frontend package installation
2023-10-27 05:27:56,761 WARN [com.vaa.flo.ser.fro.TaskUpdatePackages] (Thread-411) package-lock.json is missing from this project. This may cause the npm package installation to take several minutes. It is recommended to keep the package-lock.json file persistently in your project. Please stand by...
2023-10-27 05:27:57,457 INFO [org.atm.cpr.AtmosphereFramework] (main) Auto detecting atmosphere handlers /WEB-INF/classes/
2023-10-27 05:27:57,466 INFO [org.atm.cpr.AtmosphereFramework] (main) Auto detecting WebSocketHandler in /WEB-INF/classes/
2023-10-27 05:27:57,466 INFO [org.atm.cpr.AtmosphereFramework] (main) Installed WebSocketProtocol org.atmosphere.websocket.protocol.SimpleHttpProtocol
2023-10-27 05:27:57,467 INFO [org.atm.con.JSR356AsyncSupport] (main) JSR 356 Mapping path /HILLA/push
2023-10-27 05:27:57,467 INFO [io.und.websockets] (main) UT026005: Adding programmatic server endpoint class org.atmosphere.container.JSR356Endpoint for path /HILLA/push
2023-10-27 05:27:57,467 INFO [io.und.websockets] (main) UT026005: Adding programmatic server endpoint class org.atmosphere.container.JSR356Endpoint for path /HILLA/push/
2023-10-27 05:27:57,467 INFO [io.und.websockets] (main) UT026005: Adding programmatic server endpoint class org.atmosphere.container.JSR356Endpoint for path /HILLA/push/{path0}
2023-10-27 05:27:57,467 INFO [io.und.websockets] (main) UT026005: Adding programmatic server endpoint class org.atmosphere.container.JSR356Endpoint for path /HILLA/push/{path0}/{path1}
2023-10-27 05:27:57,467 INFO [io.und.websockets] (main) UT026005: Adding programmatic server endpoint class org.atmosphere.container.JSR356Endpoint for path /HILLA/push/{path0}/{path1}/{path2}
2023-10-27 05:27:57,467 INFO [io.und.websockets] (main) UT026005: Adding programmatic server endpoint class org.atmosphere.container.JSR356Endpoint for path /HILLA/push/{path0}/{path1}/{path2}/{path3}
2023-10-27 05:27:57,467 INFO [io.und.websockets] (main) UT026005: Adding programmatic server endpoint class org.atmosphere.container.JSR356Endpoint for path /HILLA/push/{path0}/{path1}/{path2}/{path3}/{path4}
2023-10-27 05:27:57,494 INFO [org.atm.cpr.AtmosphereFramework] (main) Installed AtmosphereHandler dev.hilla.push.PushEndpoint_ClientProxy mapped to context-path: /*
2023-10-27 05:27:57,494 INFO [org.atm.cpr.AtmosphereFramework] (main) Installed the following AtmosphereInterceptor mapped to AtmosphereHandler dev.hilla.push.PushEndpoint_ClientProxy
2023-10-27 05:27:57,495 INFO [org.atm.cpr.AtmosphereFramework] (main) Installing Default AtmosphereInterceptors
2023-10-27 05:27:57,496 INFO [org.atm.cpr.AtmosphereFramework] (main) org.atmosphere.interceptor.CorsInterceptor : CORS Interceptor Support
2023-10-27 05:27:57,496 INFO [org.atm.cpr.AtmosphereFramework] (main) org.atmosphere.interceptor.CacheHeadersInterceptor : Default Response's Headers Interceptor
2023-10-27 05:27:57,496 INFO [org.atm.cpr.AtmosphereFramework] (main) org.atmosphere.interceptor.PaddingAtmosphereInterceptor : Browser Padding Interceptor Support
2023-10-27 05:27:57,496 INFO [org.atm.cpr.AtmosphereFramework] (main) org.atmosphere.interceptor.AndroidAtmosphereInterceptor : Android Interceptor Support
2023-10-27 05:27:57,496 INFO [org.atm.cpr.AtmosphereFramework] (main) org.atmosphere.interceptor.HeartbeatInterceptor : Heartbeat Interceptor Support
2023-10-27 05:27:57,511 INFO [org.atm.cpr.AtmosphereFramework] (main) org.atmosphere.interceptor.SSEAtmosphereInterceptor : SSE Interceptor Support
2023-10-27 05:27:57,511 INFO [org.atm.cpr.AtmosphereFramework] (main) org.atmosphere.interceptor.JSONPAtmosphereInterceptor : JSONP Interceptor Support
2023-10-27 05:27:57,512 INFO [org.atm.cpr.AtmosphereFramework] (main) org.atmosphere.interceptor.JavaScriptProtocol : Atmosphere JavaScript Protocol
2023-10-27 05:27:57,512 INFO [org.atm.cpr.AtmosphereFramework] (main) org.atmosphere.interceptor.WebSocketMessageSuspendInterceptor : org.atmosphere.interceptor.WebSocketMessageSuspendInterceptor
2023-10-27 05:27:57,512 INFO [org.atm.cpr.AtmosphereFramework] (main) org.atmosphere.interceptor.OnDisconnectInterceptor : Browser disconnection detection
2023-10-27 05:27:57,512 INFO [org.atm.cpr.AtmosphereFramework] (main) org.atmosphere.interceptor.IdleResourceInterceptor : org.atmosphere.interceptor.IdleResourceInterceptor
2023-10-27 05:27:57,512 INFO [org.atm.cpr.AtmosphereFramework] (main) Set org.atmosphere.cpr.AtmosphereInterceptor.disableDefaults to disable them.
2023-10-27 05:27:57,512 INFO [org.atm.cpr.AtmosphereFramework] (main) Installed AtmosphereInterceptor Atmosphere LifeCycle with priority AFTER_DEFAULT
2023-10-27 05:27:57,512 INFO [org.atm.cpr.AtmosphereFramework] (main) Installed AtmosphereInterceptor Track Message Size Interceptor using | with priority BEFORE_DEFAULT
2023-10-27 05:27:57,512 INFO [org.atm.cpr.AtmosphereFramework] (main) Installed AtmosphereInterceptor UUID Tracking Interceptor with priority BEFORE_DEFAULT
2023-10-27 05:27:57,512 INFO [org.atm.cpr.AtmosphereFramework] (main) Installed AtmosphereInterceptor CORS Interceptor Support with priority FIRST_BEFORE_DEFAULT
2023-10-27 05:27:57,512 INFO [org.atm.cpr.AtmosphereFramework] (main) Installed AtmosphereInterceptor Default Response's Headers Interceptor with priority AFTER_DEFAULT
2023-10-27 05:27:57,512 INFO [org.atm.cpr.AtmosphereFramework] (main) Installed AtmosphereInterceptor Browser Padding Interceptor Support with priority AFTER_DEFAULT
2023-10-27 05:27:57,512 INFO [org.atm.cpr.AtmosphereFramework] (main) Installed AtmosphereInterceptor Android Interceptor Support with priority AFTER_DEFAULT
2023-10-27 05:27:57,512 INFO [org.atm.int.HeartbeatInterceptor] (main) HeartbeatInterceptor configured with padding value 'X', client frequency 0 seconds and server frequency 60 seconds
2023-10-27 05:27:57,512 INFO [org.atm.cpr.AtmosphereFramework] (main) Installed AtmosphereInterceptor Heartbeat Interceptor Support with priority AFTER_DEFAULT
2023-10-27 05:27:57,512 INFO [org.atm.cpr.AtmosphereFramework] (main) Installed AtmosphereInterceptor SSE Interceptor Support with priority AFTER_DEFAULT
2023-10-27 05:27:57,512 INFO [org.atm.cpr.AtmosphereFramework] (main) Installed AtmosphereInterceptor JSONP Interceptor Support with priority AFTER_DEFAULT
2023-10-27 05:27:57,512 INFO [org.atm.cpr.AtmosphereFramework] (main) Installed AtmosphereInterceptor Atmosphere JavaScript Protocol with priority AFTER_DEFAULT
2023-10-27 05:27:57,512 INFO [org.atm.cpr.AtmosphereFramework] (main) Installed AtmosphereInterceptor org.atmosphere.interceptor.WebSocketMessageSuspendInterceptor with priority AFTER_DEFAULT
2023-10-27 05:27:57,512 INFO [org.atm.cpr.AtmosphereFramework] (main) Installed AtmosphereInterceptor Browser disconnection detection with priority AFTER_DEFAULT
2023-10-27 05:27:57,512 INFO [org.atm.cpr.AtmosphereFramework] (main) Installed AtmosphereInterceptor org.atmosphere.interceptor.IdleResourceInterceptor with priority BEFORE_DEFAULT
2023-10-27 05:27:57,537 INFO [org.atm.cpr.AtmosphereFramework] (main) Using EndpointMapper class org.atmosphere.util.DefaultEndpointMapper
2023-10-27 05:27:57,537 WARN [org.atm.cpr.AtmosphereFramework] (main) No BroadcasterCache configured. Broadcasted message between client reconnection will be LOST. It is recommended to configure the org.atmosphere.cache.UUIDBroadcasterCache
2023-10-27 05:27:57,537 INFO [org.atm.cpr.AtmosphereFramework] (main) Default Broadcaster Class: org.atmosphere.util.SimpleBroadcaster
2023-10-27 05:27:57,537 INFO [org.atm.cpr.AtmosphereFramework] (main) Broadcaster Shared List Resources: false
2023-10-27 05:27:57,537 INFO [org.atm.cpr.AtmosphereFramework] (main) Broadcaster Polling Wait Time 100
2023-10-27 05:27:57,537 INFO [org.atm.cpr.AtmosphereFramework] (main) Shared ExecutorService supported: true
2023-10-27 05:27:57,537 INFO [org.atm.uti.ForkJoinPool] (main) Using ForkJoinPool java.util.concurrent.ForkJoinPool. Set the org.atmosphere.cpr.broadcaster.maxAsyncWriteThreads to -1 to fully use its power.
2023-10-27 05:27:57,537 INFO [org.atm.cpr.AtmosphereFramework] (main) Messaging ExecutorService Pool Size unavailable - Not instance of ThreadPoolExecutor
2023-10-27 05:27:57,537 INFO [org.atm.cpr.AtmosphereFramework] (main) Async I/O Thread Pool Size: 200
2023-10-27 05:27:57,537 INFO [org.atm.cpr.AtmosphereFramework] (main) Using BroadcasterFactory: org.atmosphere.cpr.DefaultBroadcasterFactory
2023-10-27 05:27:57,537 INFO [org.atm.cpr.AtmosphereFramework] (main) Using AtmosphereResurceFactory: org.atmosphere.cpr.DefaultAtmosphereResourceFactory
2023-10-27 05:27:57,537 INFO [org.atm.cpr.AtmosphereFramework] (main) Using WebSocketProcessor: org.atmosphere.websocket.DefaultWebSocketProcessor
2023-10-27 05:27:57,537 INFO [org.atm.cpr.AtmosphereFramework] (main) Invoke AtmosphereInterceptor on WebSocket message true
2023-10-27 05:27:57,538 INFO [org.atm.cpr.AtmosphereFramework] (main) HttpSession supported: false
2023-10-27 05:27:57,538 INFO [org.atm.cpr.AtmosphereFramework] (main) Atmosphere is using org.atmosphere.inject.InjectableObjectFactory for dependency injection and object creation
2023-10-27 05:27:57,538 INFO [org.atm.cpr.AtmosphereFramework] (main) Atmosphere is using async support: org.atmosphere.container.JSR356AsyncSupport running under container: Undertow - 5.0.3.Final using jakarta.servlet/3.0 and jsr356/WebSocket API
2023-10-27 05:27:57,538 INFO [org.atm.cpr.AtmosphereFramework] (main) Atmosphere Framework 3.0.3.slf4jvaadin1 started.
2023-10-27 05:27:59,562 INFO [io.quarkus] (main) quarkus-hilla-deployment 2.3-SNAPSHOT on JVM (powered by Quarkus 3.5.0) started in 22.906s. Listening on: http://localhost:8081
2023-10-27 05:27:59,562 INFO [io.quarkus] (main) Profile test activated.
2023-10-27 05:27:59,562 INFO [io.quarkus] (main) Installed features: [cdi, hibernate-validator, quarkus-hilla, resteasy-reactive, resteasy-reactive-jackson, security, servlet, smallrye-context-propagation, vertx, websockets, websockets-client]
Check notice on line 0 in .github
github-actions / Test Results
56 tests found
There are 56 tests, see "Raw output" for the full list of tests.
Raw output
com.example.application.BootstrapTest ‑ devMode_applicationStart_endpointsGenerated
com.example.application.PushTest ‑ protectedEndpoint_anonymousUser_subscriptionFails
com.example.application.PushTest ‑ publicEndpoint_anonymousUser_changesPushed
com.example.application.PushTest ‑ publicEndpoint_anonymousUser_subscriptionAutoClose
com.example.application.PushTest(production) ‑ protectedEndpoint_anonymousUser_subscriptionFails
com.example.application.PushTest(production) ‑ publicEndpoint_anonymousUser_changesPushed
com.example.application.PushTest(production) ‑ publicEndpoint_anonymousUser_subscriptionAutoClose
com.example.application.SmokeTest ‑ home_navigateToFlowView_viewDisplayed
com.example.application.SmokeTest ‑ openFlowView_viewDisplayed
com.example.application.SmokeTest ‑ openNotExisingView_flowErrorPageIsDisplayed
com.example.application.SmokeTest ‑ publicEndpoint_invocationSucceeded
com.example.application.SmokeTest ‑ rootPath_viewDisplayed
com.example.application.SmokeTest(production) ‑ home_navigateToFlowView_viewDisplayed
com.example.application.SmokeTest(production) ‑ openFlowView_viewDisplayed
com.example.application.SmokeTest(production) ‑ openNotExisingView_flowErrorPageIsDisplayed
com.example.application.SmokeTest(production) ‑ publicEndpoint_invocationSucceeded
com.example.application.SmokeTest(production) ‑ rootPath_viewDisplayed
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
com.github.mcollovati.quarkus.hilla.deployment.EndpointControllerTest ‑ invokeEndpoint_missingMethodName_notFound
com.github.mcollovati.quarkus.hilla.deployment.EndpointControllerTest ‑ invokeEndpoint_multipleParameters
com.github.mcollovati.quarkus.hilla.deployment.EndpointControllerTest ‑ invokeEndpoint_singleComplexParameter
com.github.mcollovati.quarkus.hilla.deployment.EndpointControllerTest ‑ invokeEndpoint_singleSimpleParameter
com.github.mcollovati.quarkus.hilla.deployment.EndpointControllerTest ‑ invokeEndpoint_wrongEndpointName_notFound
com.github.mcollovati.quarkus.hilla.deployment.EndpointControllerTest ‑ invokeEndpoint_wrongMethodName_notFound
com.github.mcollovati.quarkus.hilla.deployment.EndpointControllerTest ‑ invokeEndpoint_wrongNumberOfParameters_badRequest
com.github.mcollovati.quarkus.hilla.deployment.EndpointControllerTest ‑ invokeEndpoint_wrongParametersOrder_badRequest
com.github.mcollovati.quarkus.hilla.deployment.EndpointSecurityTest ‑ securedEndpoint_adminAndUserOnly_onlyAdminAndUserAllowed
com.github.mcollovati.quarkus.hilla.deployment.EndpointSecurityTest ‑ securedEndpoint_adminOnly_onlyAdminAllowed
com.github.mcollovati.quarkus.hilla.deployment.EndpointSecurityTest ‑ securedEndpoint_deny_notAllowed
com.github.mcollovati.quarkus.hilla.deployment.EndpointSecurityTest ‑ securedEndpoint_notAnnotatedMethod_denyAll
com.github.mcollovati.quarkus.hilla.deployment.EndpointSecurityTest ‑ securedEndpoint_permitAll_authenticatedUsersAllowed
com.github.mcollovati.quarkus.hilla.deployment.EndpointSecurityTest ‑ securedEndpoint_userOnly_onlyUserAllowed
com.github.mcollovati.quarkus.hilla.deployment.ReactiveEndpointTest ‑ cancelableReactiveEndpoint_clientCancel_serverUnsubscribeCallBackInvoked
com.github.mcollovati.quarkus.hilla.deployment.ReactiveEndpointTest ‑ cancelableReactiveEndpoint_clientDisconnectWithoutCancel_serverUnsubscribeCallBackInvoked
com.github.mcollovati.quarkus.hilla.deployment.ReactiveEndpointTest ‑ cancelableReactiveEndpoint_subscribeAfterCancel_connectionNotClosedAndMessagesPushed
com.github.mcollovati.quarkus.hilla.deployment.ReactiveEndpointTest ‑ reactiveEndpoint_messagesPushedToTheClient
com.github.mcollovati.quarkus.hilla.deployment.ReactiveSecureEndpointTest ‑ securedEndpoint_adminAndUserOnly_onlyAdminAndUserAllowed
com.github.mcollovati.quarkus.hilla.deployment.ReactiveSecureEndpointTest ‑ securedEndpoint_adminOnly_onlyAdminAllowed
com.github.mcollovati.quarkus.hilla.deployment.ReactiveSecureEndpointTest ‑ securedEndpoint_deny_notAllowed
com.github.mcollovati.quarkus.hilla.deployment.ReactiveSecureEndpointTest ‑ securedEndpoint_notAnnotatedMethod_denyAll
com.github.mcollovati.quarkus.hilla.deployment.ReactiveSecureEndpointTest ‑ securedEndpoint_permitAll_authenticatedUsersAllowed
com.github.mcollovati.quarkus.hilla.deployment.ReactiveSecureEndpointTest ‑ securedEndpoint_userOnly_onlyUserAllowed
com.github.mcollovati.quarkus.hilla.deployment.SpringReplacementsTest ‑ authenticationUtil_getSecurityHolderAuthentication_anonymous_returnsNull
com.github.mcollovati.quarkus.hilla.deployment.SpringReplacementsTest ‑ authenticationUtil_getSecurityHolderAuthentication_authenticated_returnsPrincipal
com.github.mcollovati.quarkus.hilla.deployment.SpringReplacementsTest ‑ authenticationUtil_getSecurityHolderRoleChecker_anonymous_checkIsAlwaysFalse
com.github.mcollovati.quarkus.hilla.deployment.SpringReplacementsTest ‑ authenticationUtil_getSecurityHolderRoleChecker_authenticated_checksRoles
com.github.mcollovati.quarkus.hilla.deployment.SpringReplacementsTest ‑ classUtils_getUserClass_proxiedObject_returnRawClass
Loading