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

AWS SNS and SQS: Apache HTTP client is not used #1756

Merged
merged 3 commits into from
Jun 19, 2019

Conversation

ennru
Copy link
Member

@ennru ennru commented Jun 18, 2019

Purpose

As Alpakka SNS and SQS use Akka HTTP via aws-spi-akka-http, the Apache HTTP client can be excluded from the dependencies brought in by the AWS SDK 2.

References

#1695
matsluni/aws-spi-akka-http#11

Changes

  • Add another exclusion to the AWS SDK dependency for SNS and SQS
  • Format the exclusions for easier reading
  • Depend on Jackson Databind 2.9.9 to avoid a security issue

@probot-autolabeler probot-autolabeler bot added the dependency-change For PRs changing the version of a dependency. label Jun 18, 2019
Copy link
Member

@2m 2m left a comment

Choose a reason for hiding this comment

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

LGTM

name = "netty-nio-client"
), ExclusionRule(organization = "io.netty")), // ApacheV2
"com.github.matsluni" %% "aws-spi-akka-http" % AwsSpiAkkaHttpVersion excludeAll // ApacheV2
ExclusionRule(organization = "com.typesafe.akka"),
Copy link
Member

@2m 2m Jun 19, 2019

Choose a reason for hiding this comment

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

A bit weird formatting here. Maybe use () for a single ExclusionRule here as well as it is done below?

@ennru ennru merged commit 0d91736 into akka:master Jun 19, 2019
@ennru ennru deleted the aws-sdk-exclude-httpclient branch June 19, 2019 13:28
@ennru ennru added this to the 1.0.3 milestone Jun 19, 2019
cheleb pushed a commit to cheleb/alpakka that referenced this pull request Jul 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants