refactor: Java, SpringBoot 버전 업 & JJWT 버전 업 #626
Annotations
8 errors and 1 warning
|
TokenAuthenticationProviderTest$예외가_발생한다.유효하지_않은_토큰이면_예외가_발생한다():
TokenAuthenticationProviderTest$예외가_발생한다#L82
io.jsonwebtoken.io.DecodingException: Illegal base64 character: '-'
|
|
TokenAuthenticationProviderTest$예외가_발생한다.유효한_토큰이지만_해당되는_사용자가_없으면_예외가_발생한다():
TokenAuthenticationProviderTest$예외가_발생한다#L106
io.jsonwebtoken.io.DecodingException: Illegal base64 character: '-'
|
|
TokenAuthenticationProviderTest$예외가_발생한다.사용자_정보의_형식이_다르면_예외가_발생한다():
TokenAuthenticationProviderTest$예외가_발생한다#L94
io.jsonwebtoken.io.DecodingException: Illegal base64 character: '-'
|
|
TokenAuthenticationProviderTest.유효한_토큰이면_정상적으로_인증_정보를_반환한다():
src/test/java/com/example/solidconnection/security/authentication/TokenAuthenticationProviderTest.java#L62
io.jsonwebtoken.io.DecodingException: Illegal base64 character: '-'
|
|
SignOutCheckFilterTest.로그아웃한_토큰이면_예외가_발생한다():
src/test/java/com/example/solidconnection/security/filter/SignOutCheckFilterTest.java#L62
io.jsonwebtoken.io.DecodingException: Illegal base64 character: '-'
|
|
SignOutCheckFilterTest.로그아웃하지_않은_토큰이면_다음_필터로_전달한다():
src/test/java/com/example/solidconnection/security/filter/SignOutCheckFilterTest.java#L89
io.jsonwebtoken.io.DecodingException: Illegal base64 character: '-'
|
|
TokenAuthenticationFilterTest.토큰이_있으면_컨텍스트에_저장하고_userId를_request에_설정한다():
src/test/java/com/example/solidconnection/security/filter/TokenAuthenticationFilterTest.java#L81
io.jsonwebtoken.io.DecodingException: Illegal base64 character: '-'
|
|
build
Process completed with exit code 1.
|
|
build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-java@v4, gradle/actions/setup-gradle@v4, mikepenz/action-junit-report@v5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|