Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backend compilation fails when updating deps with GroupManagementPreconditionValidator.kt:30:44 Type mismatch: inferred type is Int but EntityID<Int> was expected #1779

Closed
corneliusroemer opened this issue May 6, 2024 · 2 comments
Labels
backend related to the loculus backend component dependencies Pull requests that update a dependency file
Milestone

Comments

@corneliusroemer
Copy link
Contributor

corneliusroemer commented May 6, 2024

Dependabot upgrade makes backend build fail:

file:///codebuild/output/src3359454745/src/actions-runner/_work/loculus/loculus/backend/src/main/kotlin/org/loculus/backend/service/groupmanagement/GroupManagementPreconditionValidator.kt:30:44 Type mismatch: inferred type is Int but EntityID<Int> was expected

https://github.com/loculus-project/loculus/actions/runs/8973684045/job/24644412970?pr=1773#step:6:43

See #1773

@corneliusroemer corneliusroemer added dependencies Pull requests that update a dependency file backend related to the loculus backend component labels May 6, 2024
@chaoran-chen
Copy link
Member

It's a bug in exposed: JetBrains/Exposed#2070

It has been fixed but not yet released.

@chaoran-chen
Copy link
Member

We updated to 0.50.1 in #1858.

@github-project-automation github-project-automation bot moved this from Blocked to Done in Planning May 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend related to the loculus backend component dependencies Pull requests that update a dependency file
Projects
Archived in project
Development

No branches or pull requests

2 participants