Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14

Thread: Spring Framework 2.5.2 Released

  1. #11
    Join Date
    Jan 2006
    Location
    Southampton, UK
    Posts
    117

    Default

    If you're waiting on the artifacts from the Maven central repo, you may be waiting a while. From the Spring side, we've published our artifacts to an internal repository that the Maven team syncs against. For some reason, the Maven team hasn't synced it yet (and hasn't for a couple of weeks it appears). We don't really have any control over this, but we've emailed the Maven team to get it sorted.

    If you are desperate for 2.5.2 artifacts, I whole heartedly recommend the suggestion earlier to use the Amazon S3 release repo. As you can see from this blog post, we already repositories like this for milestones and snapshots. The post doesn't mention a release repository, but it follows the same pattern as the other two.

    If there is no reply from the maven team by this afternoon (GMT), I'll be blogging to recommend this particular course of action.
    Ben Hale
    tc Server Team Core Developer
    http://www.springsource.com/products/tcserver

  2. #12

    Default

    The jars are available in the Maven Repo now. Thanks Ben.

  3. #13
    Join Date
    Jan 2006
    Location
    Southampton, UK
    Posts
    117

    Default

    I just noticed that myself. Have fun with them
    Ben Hale
    tc Server Team Core Developer
    http://www.springsource.com/products/tcserver

  4. #14
    Join Date
    Jul 2008
    Posts
    1

    Default Getting nosuchkey error in xml

    trying the url: springide.org/updatesite (silly forum won't let me post the full url)

    I get the following xml back:

    Code:
    <?xml version="1.0" encoding="UTF-8"?>
    <Error>
    	<Code>NoSuchKey</Code>
    	<Message>The specified key does not exist.</Message>
    	<Key>release/IDE</Key>
    	<RequestId>CCB9CD211AD248D9</RequestId>
    	<HostId>bEAmWoJ13Ro54VSf+gmNuDrHavWsTkuLetaI+Ur4ZyGTvBNfXSVWji3P2Rjkpgkr</HostId>
    </Error>
    Any idea what I'm doing wrong here?

    John

Posting Permissions

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