You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need this fixed before the 2.2.0.Final release.
Error: org.acme.elytron.security.jpa.JpaSecurityRealmTestIT.shouldAccessAdminWhenAdminAuthenticated Time elapsed: 0.046 s <<< FAILURE!
java.lang.AssertionError:
1 expectation failed.
Expected status code <200> but was <401>.
Error: org.acme.elytron.security.jpa.JpaSecurityRealmTestIT.shouldNotAccessUserWhenAdminAuthenticated Time elapsed: 0.014 s <<< FAILURE!
java.lang.AssertionError:
1 expectation failed.
Expected status code <403> but was <401>.
Error: org.acme.elytron.security.jpa.JpaSecurityRealmTestIT.shouldAccessUserAndGetIdentityWhenUserAuthenticated Time elapsed: 0.012 s <<< FAILURE!
java.lang.AssertionError:
1 expectation failed.
Expected status code <200> but was <401>.
The text was updated successfully, but these errors were encountered:
The native build of the security-jpa-quickstart is failing with the following errors.
Example of a build failing: https://github.com/quarkusio/quarkus-quickstarts/runs/3356862727?check_suite_focus=true .
We need this fixed before the 2.2.0.Final release.
The text was updated successfully, but these errors were encountered: