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

Thread: 1.1.3 docs

  1. #1
    Join Date
    Oct 2005
    Location
    Bergen, Norway
    Posts
    128

    Default 1.1.3 docs

    Hi.

    I noticed 1.1.3 has deprecated the KeyCollector interface.
    The javadocs at the site (http://static.springframework.org/sp...ocs/index.html) aren't the 1.1.3 ones - they should probably be updated.

    Also the reference guide which in fact has a 1.1.3 stamp on it:
    http://static.springframework.org/sp...x.html#d0e2406

    does not mention that the KeyCollector is deprecated in favour of something else or document the alternative.

  2. #2
    Join Date
    Aug 2004
    Posts
    1,104

    Default

    I just updated the site and both the JavaDocs and the reference docs for the 1.1.3 release should be there now. The KeyCollector is deprecated in the 2.0 version but still available in 1.1.3.
    Thomas Risberg
    SpringSource by Pivotal
    http://www.springsource.org

  3. #3
    Join Date
    Oct 2005
    Location
    Bergen, Norway
    Posts
    128

    Default Weird

    Has there been some mixup with the build:

    http://davidkarlsen.com/screendump.bmp

    Also check the MANIFEST.MF of -core - it seems to have wrong entries.

  4. #4
    Join Date
    Aug 2004
    Posts
    1,104

    Default

    Looks like the build pulled from trunk rather than the 1.1.x branch - throw these downloads away - we will have to rebuild the release files.

    Thanks for alerting us early and sorry for the trouble.
    Thomas Risberg
    SpringSource by Pivotal
    http://www.springsource.org

  5. #5
    Join Date
    Apr 2008
    Posts
    29

    Default Oops.

    Quote Originally Posted by trisberg View Post
    Looks like the build pulled from trunk rather than the 1.1.x branch - throw these downloads away - we will have to rebuild the release files.

    Thanks for alerting us early and sorry for the trouble.
    Looks like I should have read the forums before I updated to the newest release. I was wondering why my IDE could not find the AbstractItemReader/AbstractItemWriter classes (among other compile errors) when the documentation still shows them being used for a couple of the examples.

    Please let us know when it's safe to update to 1.1.3 again.

    Thanks.

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

    Default

    I think it's fine now. I checked the .zip download and it looked OK to me at first glance. Is anyone still having problems?

  7. #7
    Join Date
    Apr 2008
    Posts
    29

    Default I am checking against the maven repository

    Quote Originally Posted by Dave Syer View Post
    I think it's fine now. I checked the .zip download and it looked OK to me at first glance. Is anyone still having problems?
    Sorry, I should have specified that I am using maven therefore my observation is from updating my spring batch dependency in my pom.xml to 1.1.3.RELEASE version. Has the maven repositories been updated too?

  8. #8
    Join Date
    Nov 2008
    Posts
    1

    Default

    Quote Originally Posted by trisberg View Post
    I just updated the site and both the JavaDocs and the reference docs for the 1.1.3 release should be there now. The KeyCollector is deprecated in the 2.0 version but still available in 1.1.3.
    Please provide the location for reference guide for release 1.1.3. All links on the site point to 2.0 release.

  9. #9
    Join Date
    Aug 2004
    Posts
    1,104

    Default

    Are you in the 1.1.x area of the site?

    http://static.springframework.org/sp...ocs/index.html
    Thomas Risberg
    SpringSource by Pivotal
    http://www.springsource.org

  10. #10
    Join Date
    Oct 2005
    Location
    Bergen, Norway
    Posts
    128

    Default

    Also, if you're a maven user, use the version: 1.1.3.RELEASE-A
    http://repo2.maven.org/maven2/org/sp...1.3.RELEASE-A/

Posting Permissions

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