Results 1 to 3 of 3

Thread: Spring + JDK 1.5

  1. #1

    Default Spring + JDK 1.5

    Hi,

    I have been using Spring v1.1.4 on JDK 1.4. My application needs to migrate to JDK 1.5.

    I want to know if Spring v1.1.4 supports JDK 1.5 or not. If not, starting which version does Spring support JDK 1.5? Are there any links/documents specifying migration issues, if any?

    Thanks

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

    Default

    I don't have a categorical answer to this question, but if you are upgrading to jdk 1.5, then why not take the opportunity to go to Spring 1.2.8 as well (or wait a bit longer and go to Spring 2.0)? Much more people use 1.2.8 than are still using 1.1.*, so you would get more support on the forum with version specific queries like this one.

  3. #3
    Join Date
    Jan 2005
    Location
    Bucharest, Romania
    Posts
    5,403

    Default

    Spring JDK 1.5 doesn't require any special support - it has some new features which are used inside Spring (such as annotations) but the old code works just fine on JDK 1.5.
    If you are using Spring in production, upgrade to 1.2.8 - if you are using for development use Spring 2.0 - the final 2.0 is just around the corner.
    2.0 has so many feature and enhancement that I'll just point you to the reference documentation.
    Costin Leau
    SpringSource - http://www.SpringSource.com- Spring Training, Consulting, and Support - "From the Source"
    http://twitter.com/costinl
    Please use [ c o d e ] [ / c o d e ] tags

Posting Permissions

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