Skip to content

bug: 트랜잭션 어노테이션에 readOnly 옵션 제거#356

Merged
pbg0205 merged 1 commit intoKernel360:devfrom
leeesooha:feature_#355
Jul 11, 2025
Merged

bug: 트랜잭션 어노테이션에 readOnly 옵션 제거#356
pbg0205 merged 1 commit intoKernel360:devfrom
leeesooha:feature_#355

Conversation

@leeesooha
Copy link
Collaborator

📌 개요

  • 트랜잭션 어노테이션에 readOnly 옵션 제거합니다.

🛠️ 변경 사항

  • company 테이블에 이미지 이름이 저장이 안되어서 보니 readonly 옵션이 들어가있어서 제거 하였습니다.

✅ 주요 체크 포인트

🔁 테스트 결과

🔗 연관된 이슈

private final CompanyImageFileHandler companyImageFileHandler;

@Transactional(readOnly = true)
@Transactional
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

기존에 새로운 파일 업로드를 위한 발급 로직에서 파일 변경 시 로직이 추가되면서 발생한 사이드 이펙트로 판단되네요.
원인 파악 및 코드 수정해주셔서 감사합니다👍👍

@pbg0205 pbg0205 merged commit a464dc9 into Kernel360:dev Jul 11, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants