-
Notifications
You must be signed in to change notification settings - Fork 0
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
5779: Støtte for Kotlin #666
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
IsaSalemHame
commented
Jul 4, 2024
•
edited by RuneLind
Loading
edited by RuneLind
- Delombok hele prosjektet.
- Legg til support for Kotlin
- Konverter noen Java-filer til Kotlin
- Kovverter resten til Kotlin i passe store PR's
Delombok hele prosjektet. Brukt følgende kommando: `java -jar lombok-1.18.30.jar delombok ./melosys-eessi-app/src -d ./melosys-eessi-app/src-delomboked` deretter slettet src og renamet nye folder til src.
Co-authored-by: Isa Salem Hame <[email protected]>
Er en del bruk av `!!` men disse fikser vi sener når vi gjør ting none-nullable
Brukt Intellj og ChatGPT 4o for å gjøre første konvertering, men går over og gjør manuelle forbedringer på alle filene. Ofte bryter testene spesielt pga, non-nullability
Med dette er alle modeller blitt konvertert, med særlig fokus på de som er annotert med @entity. Jeg har også lagt på `nullable = false` for de som jeg ser har `NOT NULL` i sql skriptet. De har jeg også lat være non-nullable i kotlin.
Er en del bruk av `!!` her også. Fikser vi sener når vi gjør ting none-nullable
IsaSalemHame
temporarily deployed
to
dev-fss-q2:teammelosys
September 2, 2024 11:22 — with
GitHub Actions
Inactive
Merged
Ble gjort om til 3 commits her #681 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.