Skip to content
This repository has been archived by the owner on Mar 30, 2021. It is now read-only.

Publish to maven #2

Open
nikita-sheremet-clearscale opened this issue May 28, 2018 · 39 comments
Open

Publish to maven #2

nikita-sheremet-clearscale opened this issue May 28, 2018 · 39 comments

Comments

@nikita-sheremet-clearscale

Could you please make version 1.0 and publish this into maven repo?

@ZoharShayHFY
Copy link

+1

17 similar comments
@lbodor
Copy link

lbodor commented Jun 16, 2018

+1

@jlarroque
Copy link

+1

@geekidentity
Copy link

+1

@Nick-Anderssohn
Copy link

+1

@vettukal
Copy link

+1

@ryl
Copy link

ryl commented Aug 13, 2018

+1

@mazherChoudhury
Copy link

+1

@rimal
Copy link

rimal commented Sep 4, 2018

+1

@tdstein
Copy link

tdstein commented Sep 4, 2018

+1

@leandro-rouberte
Copy link

+1

@grelland
Copy link

grelland commented Oct 3, 2018

+1

@DidierLamond
Copy link

+1

@technologycoder
Copy link

+1

@workmanw
Copy link

+1

@AndreLouisCaron
Copy link

+1

@ghost
Copy link

ghost commented Oct 26, 2018

+1

@Sathishruw
Copy link

+1

@masonkirchner
Copy link

For everyone wanting this to be published to Maven, you can use JitPack to resolve the dependency.

Gradle:

  1. Add it in your root build.gradle at the end of repositories:
	allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}
  1. Add the dependency:
	dependencies {
	        implementation 'com.github.awslabs:aws-request-signing-apache-interceptor:b3772780da'
	}

Maven:

  1. Add the JitPack repository to your build file:
	<repositories>
		<repository>
		    <id>jitpack.io</id>
		    <url>https://jitpack.io</url>
		</repository>
	</repositories>
  1. Add the dependency:
	<dependency>
	    <groupId>com.github.awslabs</groupId>
	    <artifactId>aws-request-signing-apache-interceptor</artifactId>
	    <version>b3772780da</version>
	</dependency>

SBT:

  1. Add it in your build.sbt at the end of resolvers:
    resolvers += "jitpack" at "https://jitpack.io"
  1. Add the dependency
	libraryDependencies += "com.github.awslabs" % "aws-request-signing-apache-interceptor" % "b3772780da"	

@bowbahdoe
Copy link

Update on this would be greatly appreciated

@danielpsf
Copy link

danielpsf commented Jun 7, 2019

Although #2 (comment) is a potential workaround, it would be much appreciated if someone just added it to TravisCI and made it available on Maven Central.

I could Open a PR to do that, but I'd really think that it would be better to have AWS to publish it, not to cause confusion on the community having an AWS lib been published under danielpsf name. 😜

@outcomes-keyan-hardman
Copy link

+1

2 similar comments
@erlemantos
Copy link

+1

@jleskovar-tyro
Copy link

+1

@nagarajatantry
Copy link

AWS Team, Could you please provide an update on this?

@saharathkleips
Copy link

+1 Our team would love if this artifact became available on Maven Central

@elrob
Copy link

elrob commented Dec 25, 2019

+1

2 similar comments
@FedorRomanov
Copy link

+1

@segalziv
Copy link

segalziv commented Feb 9, 2020

+1

@sschwell
Copy link

+1

5 similar comments
@nvts8a
Copy link

nvts8a commented Mar 4, 2020

+1

@Ryulth
Copy link

Ryulth commented Mar 20, 2020

+1

@paulmdavies
Copy link

+1

@MohammedSehweil
Copy link

+1

@ameer-harri
Copy link

+1

@swyp-de
Copy link

swyp-de commented Apr 15, 2020

seems to be very complicated to put this up.

@sschwell
Copy link

fwiw this one worked for me and is available from maven central:

    <dependency>
        <groupId>vc.inreach.aws</groupId>
        <artifactId>aws-signing-request-interceptor</artifactId>
        <version>0.0.22</version>
    </dependency>

@acm19
Copy link

acm19 commented May 3, 2020

Given nobody seems to maintain this repository and I really needed this feature released I created a fork and refactor it to have version 2. AWS guys please let me know if you are interested on implementing and releasing it and I can create a PR. In the meanwhile the repository is: https://github.com/acm19/aws-request-signing-apache-interceptor and released on github packages: https://github.com/acm19/aws-request-signing-apache-interceptor/packages/209282 in case it's useful to anyone else.

@aetter
Copy link
Contributor

aetter commented Jul 17, 2020

Hi all, thanks for all the helpful comments and code samples. I'm working to find a team to own and maintain this repository, given that it's so useful and hasn't seen much activity in a long time. Goals for that team will be to examine acm19's awesome work with version 2 of the SDK and see about publishing to Maven. In the meantime, we've merged an important bug fix for an issue that could cause operations like flush and force merge to fail with a signature mismatch error.

Edit 1/22/2021: I haven't been able to get any traction here. I share everyone's frustrations around the state of the library and will keep trying to find a team to own maintenance, but don't have any good news to share at this time. 👎

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

No branches or pull requests