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

Drop Akka 2.5 dependency #1209

Merged
merged 4 commits into from Oct 14, 2020
Merged

Drop Akka 2.5 dependency #1209

merged 4 commits into from Oct 14, 2020

Conversation

seglo
Copy link
Member

@seglo seglo commented Oct 1, 2020

Fixes #1113

build.sbt Outdated Show resolved Hide resolved
build.sbt Outdated Show resolved Hide resolved
docs/src/main/paradox/cluster-sharding.md Outdated Show resolved Hide resolved
Copy link
Member

@ennru ennru left a comment

Choose a reason for hiding this comment

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

Other than the Travis setup this looks good to me.
Let's think about other Akka 2.6 things we could/should leverage.

.travis.yml Outdated Show resolved Hide resolved
.travis.yml Outdated Show resolved Hide resolved
docs/src/main/paradox/cluster-sharding.md Outdated Show resolved Hide resolved
@@ -25,16 +26,17 @@ public void discoverySetup() throws Exception {
ConfigFactory.parseString(ConsumerSettingsSpec$.MODULE$.DiscoveryConfigSection())
.withFallback(ConfigFactory.load())
.resolve();
ActorSystem system = ActorSystem.create("ConsumerSettingsTest", config);
ClassicActorSystemProvider system = ActorSystem.create("ConsumerSettingsTest", config);
Copy link
Member

Choose a reason for hiding this comment

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

I believe we should remove the deprecation on the DiscoverySupport instead. Users normally can't avoid that that method is chosen with a classic actor system.

Copy link
Member Author

Choose a reason for hiding this comment

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

IIUC I'm suppressing the deprecation warning instead.

@seglo seglo marked this pull request as ready for review October 14, 2020 16:02
@seglo seglo merged commit 1b48de8 into akka:master Oct 14, 2020
@seglo seglo deleted the seglo/drop-akka-2.5 branch October 14, 2020 21:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Drop support for Akka 2.5
3 participants