Skip to content

Commit

Permalink
fix: LOB stream error when processing deployment (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
egekocabas authored Feb 2, 2025
1 parent 4e5e78a commit 590cfa9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
import de.tum.cit.aet.helios.gitrepo.GitRepository;
import de.tum.cit.aet.helios.pullrequest.PullRequest;
import de.tum.cit.aet.helios.pullrequest.PullRequestRepository;
import jakarta.transaction.Transactional;
import java.util.Iterator;
import java.util.List;
import java.util.Optional;
Expand Down Expand Up @@ -134,6 +135,7 @@ public void syncDeploymentsOfEnvironment(
* DeploymentSource
* @param environment the associated environment entity
*/
@Transactional
void processDeployment(
@NotNull DeploymentSource deploymentSource,
@NotNull GitRepository gitRepository,
Expand Down

0 comments on commit 590cfa9

Please sign in to comment.