Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: When will Spring Batch 1.1.0-RELEASE be available in Maven Central Repository?

  1. #1
    Join Date
    Apr 2008
    Posts
    29

    Default When will Spring Batch 1.1.0-RELEASE be available in Maven Central Repository?

    Is there a plan to make Spring Batch 1.1.0-RELEASE available in the maven central repository (here) just like 1.0.0 and 1.0.1 are? If so, do you guys have a timeline?

    Thanks.

  2. #2
    Join Date
    Jun 2005
    Posts
    4,230

    Default

    All Spring releases make it to Maven Central eventually. I'm not sure what the process is, but I think it's automatic, so it's probably just a matter of time. The release only just went up in the S3 repo (as per links in the downloads page on the main Spring Batch website).

  3. #3
    Join Date
    Apr 2008
    Posts
    29

    Default Follow-up question.

    Will there be a svn tag for 1.1.0.RELEASE anytime soon? I checked the svn repository here and I can't find 1.1.0.RELEASE.

    Thanks.

  4. #4

    Default but how to use S3 repo?

    i'm trying to use S3 as an external repository for my company internal one.

    witch url do i have to put on repository configuration to gain access¿?
    (so s3browse.com/explore/maven.springframework.org/release doesn't work)
    thanks a lot!

  5. #5
    Join Date
    Jun 2005
    Posts
    4,230

    Default

    http://s3browse.com/<repo-name> is for browsing S3 using a web browser. To use the same directory as a Maven repo use s3://<repo-name> (same as in the Spring Batch POM, and as per the download instructions on the Spring Batch website).

  6. #6
    Join Date
    Jun 2005
    Posts
    4,230

    Default

    Quote Originally Posted by joenmoreno View Post
    Will there be a svn tag for 1.1.0.RELEASE anytime soon?
    It's there (since Friday I think). Sourceforge was down for quite a while last week (and still very slow), so maybe you looked on a day that we were still unable to make changes.
    Last edited by Dave Syer; Jul 21st, 2008 at 06:15 AM. Reason: updated for sourceforge history

  7. #7
    Join Date
    Apr 2008
    Posts
    29

    Default

    I actually have the same requirement as M4RC0.madrid. Our internal repository is artifactory. As per Dave's recommendation, I used s3://maven.springframework.org/release as the url but that didn't work. But I guess that's an artifactory question, rather than a Spring-Batch question then. Just as an FYI, here's a snippet of the artifactory config that I used:

    Code:
    <remoteRepository>
        <key>s3-spring</key>
        <description>S3 Spring Release</description>
        <handleReleases>true</handleReleases>
        <handleSnapshots>false</handleSnapshots>
        <url>s3://maven.springframework.org/release</url>
    </remoteRepository>

  8. #8

    Default

    we are using apache-archiva as maven internal repository, but s3 transporter doesn't work for us.

    is it possible to have a simple and direct http url to browse and acquire spring artifacts? (like repo1.maven.org one)

    thanks

  9. #9

    Default

    I found it!

    springframework.svn.sourceforge.net/svnroot/springframework/repos/repo

    with this URL my archiva proxy repo works fine, do you know if springsource is the owner of this sourceforge project?
    at least the repo is updated to now (batch 1.1.0.RELEASE foud)

    thanks all

  10. #10
    Join Date
    Oct 2006
    Location
    Seattle, USA
    Posts
    63

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •