cloudstateio / kotlin-support

Cloudstate Kotlin Support
https://cloudstate.io/docs/user/lang/kotlin/index.html
Apache License 2.0
8 stars 5 forks source link

Upgrade cloudstate-java-support to 0.5.0 #33

Closed vkorenev closed 4 years ago

vkorenev commented 4 years ago

Upgrade cloudstate-java-support to 0.5.0.

It fails to compile with an internal exception in Kotlin compiler. The message looks similar to https://youtrack.jetbrains.com/issue/KT-38157

sleipnir commented 4 years ago

Hii @vkorenev the same with version 0.4.7?

sleipnir commented 4 years ago

I suspect the cause of the problem is the resolvedMethods method of the trait ResolvedEntityFactory

vkorenev commented 4 years ago

@sleipnir no, 0.4.7 does not seem to trigger this error. There are just "normal" compilation errors because of changes in cloudstate-java-support.

sleipnir commented 4 years ago

Ok. what do you think about moving to 0.4.7 while investigating 0.5.0?

sleipnir commented 4 years ago

I migrated to 0.4.7

sleipnir commented 4 years ago

@vkorenev despite having migrated to version 0.4.7 it will be necessary to migrate to version 0.5.0 at some point. So I opened an issue to address this issue