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

Thread: Spring Modules 0.9 Released

Hybrid View

  1. #1
    Join Date
    Aug 2004
    Posts
    1,905

    Smile Spring Modules 0.9 Released

    Dear Spring Community,

    I am pleased to announce that Spring Modules (SM) 0.9 has been released. Downloads | Docs (Html , PDF) | JavaDocs

    The new version contains many bug fixes and improvements. See our changelog for more information.

    The full roadmap can be found at:
    http://opensource.atlassian.com/proj...:roadmap-panel

    Any feedback on new or existing features is appreciated.

    Cheers!
    Colin Yates
    SpringSource - http://www.springsource.com - Spring Training, Consulting, and Support - "From the Source"
    Please read http://www.springframework.org/documentation
    Co-Author of Expert Spring MVC + Web Flow.

  2. #2
    Join Date
    Nov 2005
    Location
    Iasi, Romania
    Posts
    104

    Default

    Good to hear that! Congratulations! When it will be available as maven2 artifacts? Keep up ...
    Last edited by fanfy; Mar 7th, 2008 at 01:24 AM.

  3. #3

    Default

    I thought the validation annotation problem would be solved in this new version, but it is still there. Although the annotations function fine, it gives warning message when ever you use them.

    2008-03-10 13:52:35,503 WARN [main] org.springmodules.validation.bean.conf.loader.anno tation.AnnotationBeanValidationConfigurationLoader (AnnotationBeanValidationConfigurationLoader.java: 203) - No handler is defined for annotation 'org.springmodules.validation.bean.conf.loader.ann otation.handler.NotEmpty'... Annotation will be ignored...
    2008-03-10 13:52:35,504 WARN [main] org.springmodules.validation.bean.conf.loader.anno tation.AnnotationBeanValidationConfigurationLoader (AnnotationBeanValidationConfigurationLoader.java: 203) - No handler is defined for annotation 'org.springmodules.validation.bean.conf.loader.ann otation.handler.NotBlank'... Annotation will be ignored...
    2008-03-10 13:52:35,520 WARN [main] org.springmodules.validation.bean.conf.loader.anno tation.AnnotationBeanValidationConfigurationLoader (AnnotationBeanValidationConfigurationLoader.java: 203) - No handler is defined for annotation 'org.springmodules.validation.bean.conf.loader.ann otation.handler.NotNull'... Annotation will be ignored...
    2008-03-10 13:52:35,521 WARN [main] org.springmodules.validation.bean.conf.loader.anno tation.AnnotationBeanValidationConfigurationLoader (AnnotationBeanValidationConfigurationLoader.java: 203) - No handler is defined for annotation 'org.springmodules.validation.bean.conf.loader.ann otation.handler.NotNull'... Annotation will be ignored...
    2008-03-10 13:52:35,521 WARN [main] org.springmodules.validation.bean.conf.loader.anno tation.AnnotationBeanValidationConfigurationLoader (AnnotationBeanValidationConfigurationLoader.java: 203) - No handler is defined for annotation 'org.springmodules.validation.bean.conf.loader.ann otation.handler.NotNull'... Annotation will be ignored...

  4. #4
    Join Date
    Jul 2006
    Posts
    138

    Default

    Colin,

    Thanks for releasing 0.9 of Modules, I'm sure a lot of hard work went into it's compilation. I hope this doesn't come across as snarky, but I'm curious when the issue around removing a single object from cache will eventually make it's way into a release? It's been around since 0.5, and keeps getting put off (now until 0.10). It seems to be a show-stopper for many people looking at implementing Declarative Caching in their apps.

    Thanks!

  5. #5
    Join Date
    Aug 2004
    Posts
    1,905

    Default

    Without being all cryptic and mysterious I don't expect anything to happen in the next couple of months, however things should get pretty interesting after that...
    Colin Yates
    SpringSource - http://www.springsource.com - Spring Training, Consulting, and Support - "From the Source"
    Please read http://www.springframework.org/documentation
    Co-Author of Expert Spring MVC + Web Flow.

  6. #6
    Join Date
    Jul 2006
    Posts
    138

    Default

    Ok, that's terribly cryptic and mysterious... at least give me hope that SOMETHING is in the works...

  7. #7
    Join Date
    Jan 2008
    Posts
    12

    Default

    Quote Originally Posted by Colin Yates View Post
    Dear Spring Community,

    I am pleased to announce that Spring Modules (SM) 0.9 has been released. Downloads | Docs (Html , PDF) | JavaDocs

    The new version contains many bug fixes and improvements. See our changelog for more information.

    The full roadmap can be found at:
    http://opensource.atlassian.com/proj...:roadmap-panel

    Any feedback on new or existing features is appreciated.

    Cheers!
    One feature I'd like to see is the ability to have access to the 'target' object and method that was invoked. Currently, we're able to write our own providers, but when using annotations, we can obtain any custom annotations on the method since we don't have access to the method.

    This feature isn't hard to implement (I already did it and tested it out locally, I can send it over), but it does have a slight impact on the 'providers' that are already existing. They would need to extend a class vs implementing an interface.

    Best Regards,
    Richard L. Burton III

  8. #8
    Join Date
    Sep 2008
    Posts
    3

    Default

    Are you going to upload it to Maven central repository?

  9. #9

    Default

    I'd love to see this up on the central Maven repo.

    Thanks!

  10. #10
    Join Date
    Jun 2008
    Location
    Europe, Germany, Berlin
    Posts
    1

    Default

    First congrats to your new release. I really appreciate you didn't jump to 1.0 though spring-modules contains mature code :-)

    Anyway - are there any plans to publish the modules to the Maven central repository?

    Keep up your good work!

Posting Permissions

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