chore(deps): bump org.jreleaser:jreleaser-maven-plugin from 1.7.0 to 1.8.0 #240
This check has been archived and is scheduled for deletion.
Learn more about checks retention
GitHub Actions / Test Results
succeeded
Sep 1, 2023 in 0s
All 47 tests pass in 4m 37s
Annotations
Check notice on line 0 in .github
github-actions / Test Results
47 tests found
There are 47 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.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