-
Notifications
You must be signed in to change notification settings - Fork 644
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
Versions for Scala 2.13.0 #1755
Merged
Merged
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
probot-autolabeler
bot
added
the
dependency-change
For PRs changing the version of a dependency.
label
Jun 18, 2019
Closed
2m
approved these changes
Jun 19, 2019
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. Migration of the Setup
could be done in a separate PR.
Just pushed the drop of Setup operators. |
2m
reviewed
Jun 19, 2019
couchbase/src/main/scala/akka/stream/alpakka/couchbase/scaladsl/CouchbaseFlow.scala
Outdated
Show resolved
Hide resolved
ennru
removed
p:aws-s3
p:couchbase
p:google-cloud-pub-sub-grpc
p:kudu
p:reference
labels
Jun 19, 2019
I'll change the Setup operators in another PR instead. |
3 tasks
cheleb
pushed a commit
to cheleb/alpakka
that referenced
this pull request
Jul 5, 2019
* Versions for Scala 2.13.0 * SSE: Akka HTTP change, make actor system available to reach settings akka#1183
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependency-change
For PRs changing the version of a dependency.
p:google-cloud-pub-sub
p:google-fcm
p:hdfs
p:slick
p:sse
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.
Purpose
Make "safe" version upgrades (in Test scope, or binary-compatible) to enable Scala 2.13.0.
References
See #1719
#1713 should be done together with this.
Changes
Akka 2.5.23
Akka HTTP 10.1.8
Enable Scala 2.13 for
Disable Scala 2.13 for
Alpakka Google Cloud Pub/Sub (jwt upgrade needs investigation, Google Cloud Pub/Sub: build for Scala 2.13 #1762)
Alpakka Google Cloud FCM (jwt upgrade needs investigation, Google Cloud FCM: Build for Scala 2.13 #1763)
Akpakka HDFS (Cats upgrade needs investigation, HDFS: Build for Scala 2.13 #1764)
Adapt to changed unmarshalling in for SSE (fixes SSE retry loop when event lines breach 4096 chars #1183)