Results 1 to 4 of 4

Thread: Spring Dynamic Modules 1.2.1 Released

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

    Default Spring Dynamic Modules 1.2.1 Released

    Dear Spring community,

    I'm pleased to announce that Spring Dynamic Modules for OSGi(tm) Service Platforms (formerly known as Spring OSGi) 1.2.1 has been released.

    Downloads | JavaDocs | Reference Documentation | FAQ | Changelog

    1.2.1 is a bug-fix release, addressing the issues reported since 1.2.0 and introducing various improvements.
    Please consult the changelog for detailed information.

    We recommend upgrading to Spring Dynamic Modules 1.2.1 from all previous versions.

    Cheers,
    Costin Leau
    Lead, Spring Dynamic Modules

  2. #2
    Join Date
    Dec 2009
    Posts
    3

    Default

    Hi,

    There seems to be a problem with the web mudules and maven.

    I updated my pom.xml to reference the 1.2.1 version, but it fails to resolve the org.springframework.osgi.web and org.springframework.osgi.web.extender artifacts from the http://repository.springsource.com/m...undles/release repository

    HTML Code:
    <dependency>
    			<groupId>org.springframework.osgi</groupId>
    			<artifactId>org.springframework.osgi.web</artifactId>
    			<version>1.2.1</version>
    		</dependency>
    		<dependency>
    			<groupId>org.springframework.osgi</groupId>
    			<artifactId>org.springframework.osgi.web.extender</artifactId>
    			<version>1.2.1</version>
    		</dependency>
    Cheers.

  3. #3
    Join Date
    Oct 2007
    Posts
    24

    Default

    Hi Costin,
    Thanks for the news of the release. Just wanted to note that the landing page for Spring OSGi still seems to be listing 1.2.0 as the latest stable release.

    http://www.springsource.org/osgi

    Cheers,
    Ross

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

    Default

    Thanks - the page has been updated to point to 1.2.1.
    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
  •