FuelSDK-Java icon indicating copy to clipboard operation
FuelSDK-Java copied to clipboard

Inconsistency with search.maven.org and versions in this repo

Open cverges-medallia opened this issue 9 years ago • 1 comments

On search.maven.org, I see a version entry for 1.1.0 created in October 2015. When I download this and attempt to use it to access the ETSubscriber.getAttributes() method, I'm finding that the method is not found.

Upon further inspection, it appears as though support for this method was released on Tue May 17 11:16:17 2016 -0400 as part of merge commit 36691a36dcd62babb7af38c5cacb93820e55da81. The version deployed and seemingly marked as a production-ready release (not a snapshot) was made before this point.

It also doesn't appear as though a 1.1.0 tag was created when the deployment was made.

In trying to understand what's happened here, my best guess is that a snapshot was deployed with a version number that doesn't conform to the SNAPSHOT qualifier as listed at https://docs.oracle.com/middleware/1212/core/MAVEN/maven_version.htm#MAVEN401.

Two questions come out of this:

  1. What's the expected release date for the formal 1.1.0 release?
  2. Is there a different way of releasing versions in the future so as to match Maven community expectations?

Thanks!

cverges-medallia avatar Jun 04 '16 08:06 cverges-medallia

I was wondering the same - there are some good fixes that have been committed since the 1.1.0 release that we want to include but are not in Maven.

Is there any update on when the next version will be released to Maven?

cc @tpmartin7

jasraj avatar Aug 30 '16 14:08 jasraj