-
Notifications
You must be signed in to change notification settings - Fork 17
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
741 fully move to kotlin #742
Conversation
radar-auth/src/main/java/org/radarbase/auth/token/DataRadarToken.kt
Outdated
Show resolved
Hide resolved
radar-auth/src/test/java/org/radarbase/auth/authentication/TokenValidatorTest.kt
Outdated
Show resolved
Hide resolved
radar-auth/src/test/java/org/radarbase/auth/authentication/TokenValidatorTest.kt
Outdated
Show resolved
Hide resolved
src/main/java/org/radarbase/management/config/AsyncConfiguration.kt
Outdated
Show resolved
Hide resolved
src/main/java/org/radarbase/management/config/CacheConfiguration.kt
Outdated
Show resolved
Hide resolved
src/main/java/org/radarbase/management/config/DatabaseConfiguration.kt
Outdated
Show resolved
Hide resolved
src/main/java/org/radarbase/management/config/LoggingConfiguration.kt
Outdated
Show resolved
Hide resolved
…ctually annotate the fields/parameters rather than the types (?)
…urceIntTest.kt and SourceDataResourceIntTest.kt
project: organization was not provided as valid json Sourcetype: catalogversion was incorrectly set during save subject: incomplete projectDTO was provided (no name). this could be resolved by looking up the name if an id is provided.
…e, and overwrites the field on get() to prevent inconsistencies. Only if there is no organization.name, the original field can be used.
…ase/ManagementPortal into 741-fully-move-to-kotlin
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. I have just quickly done a pass since I have not worked extensively on MP before and most of the files are renamed so hard to review the diff. I am approving given that this is sufficiently tested, the CI is passing and we will test it further in our stage environment.
Thanks @Bdegraaf1234 for this substantial piece of work and it will definitely make it easier to maintain.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description: Move classes to kotline before migrating to ory to prevent having really obfuscated pull requests for significant changes in the implementation
Fixes #741
Checklist: