Skip to content

Commit 590cfa9

Browse files
authored
fix: LOB stream error when processing deployment (#294)
1 parent 4e5e78a commit 590cfa9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

server/application-server/src/main/java/de/tum/cit/aet/helios/deployment/github/GitHubDeploymentSyncService.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
import de.tum.cit.aet.helios.gitrepo.GitRepository;
1010
import de.tum.cit.aet.helios.pullrequest.PullRequest;
1111
import de.tum.cit.aet.helios.pullrequest.PullRequestRepository;
12+
import jakarta.transaction.Transactional;
1213
import java.util.Iterator;
1314
import java.util.List;
1415
import java.util.Optional;
@@ -134,6 +135,7 @@ public void syncDeploymentsOfEnvironment(
134135
* DeploymentSource
135136
* @param environment the associated environment entity
136137
*/
138+
@Transactional
137139
void processDeployment(
138140
@NotNull DeploymentSource deploymentSource,
139141
@NotNull GitRepository gitRepository,

0 commit comments

Comments
 (0)