Results 1 to 4 of 4

Thread: Spring license

  1. #1
    Join Date
    Nov 2004
    Posts
    1

    Default Spring license

    Hi,

    first of all: I didn`t find a better forum to place this so I took the "Meta" forum.

    How are your plans for Spring concerning to the license.
    Will Spring always be Open Source or do you plan to distribute it under a different licensing model?

    Thanks,
    Chris

  2. #2
    Join Date
    Aug 2004
    Location
    Melbourne, FL
    Posts
    2,794

    Default

    Apache 2.0 is and will continue to be our license.
    Keith Donald
    Core Spring Development Team

  3. #3
    Join Date
    Oct 2004
    Location
    Tampere, Finland
    Posts
    1

    Default

    This comment on class DefaultPropertiesPersister is causing some grey hair for us:
    Code:
    * <p>Due to the fact that java.util.Properties' own load and store
     * methods are implemented in a completely unextensible fashion,
     * the persistence code had to be copied and pasted into this class,
     * allowing to specify any Reader or Writer.
     *
     * <p>All persistence code in this class is subject to the license
     * of the original java.util.Properties file. The unextensible code
     * there should be permission enough to copy and paste it here.
    Is it really ok to copy Suns code just because it written badly?

  4. #4
    Join Date
    Aug 2004
    Location
    San Mateo, CA
    Posts
    1,265

    Default

    DefaultPropertiesPersister has been reimplemented (released in Spring 1.1.4) so that it now takes no code from the Java libraries.
    Rod Johnson - GM, SpringSource Division, VMware
    http://www.springsource.com
    Spring From the Source

Similar Threads

  1. Spring MVC Web Framework versus Struts
    By biguniverse in forum Web Flow
    Replies: 27
    Last Post: Aug 29th, 2012, 03:57 AM
  2. Replies: 5
    Last Post: Aug 9th, 2008, 05:30 AM
  3. A Spring Class Loader?
    By azzoti in forum Architecture
    Replies: 8
    Last Post: May 7th, 2005, 04:02 AM
  4. No one hires for Spring expertise
    By ctassoni in forum Meta
    Replies: 13
    Last Post: May 5th, 2005, 04:29 PM
  5. Replies: 14
    Last Post: Feb 21st, 2005, 05:41 PM

Posting Permissions

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