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

Support for Kotlin 1.3.0 #40

Closed
wants to merge 3 commits into from

Conversation

0mok
Copy link

@0mok 0mok commented Nov 8, 2018

This pull request includes:

  • Most of changes are modifying kotlin.coroutines, kotlinx.coroutines related package names
  • No longer supports RxJava 1.x in kotlinx.coroutines, therefore I've removed RxJava 1.x supports.
  • Apply Continuation<T>'s method changes ( resume, resumeWithException -> resumeWith)

@0mok 0mok mentioned this pull request Nov 8, 2018
@gimlet2
Copy link

gimlet2 commented Dec 13, 2018

Hi! Is there any plans to merge it anytime soon?

@@ -16,7 +16,7 @@

package org.springframework.kotlin.experimental.coroutine.util;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think experimental can be dropped from package itself

@@ -1,6 +1,6 @@
buildscript {
ext.kotlin_version = "1.2.70"
ext.kotlin_coroutines_version = "0.26.0"
ext.kotlin_version = "1.3.0"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1.3.11

ext.kotlin_version = "1.2.70"
ext.kotlin_coroutines_version = "0.26.0"
ext.kotlin_version = "1.3.0"
ext.kotlin_coroutines_version = "1.0.1"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1.1.0

@@ -16,8 +16,8 @@

package org.springframework.kotlin.experimental.coroutine.util
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

experimental can be dropped...

@stowns
Copy link

stowns commented Feb 12, 2019

Any movement on this? Sitting for 2 months now...

domgom added a commit to domgom/spring-kotlin-coroutine that referenced this pull request Feb 12, 2019
@sdeleuze
Copy link

See #44 (comment).

@konrad-kaminski
Copy link
Owner

Closing due to #44 being merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants