Search:

Type: Posts; User: Chris Beams; Keyword(s):

Page 1 of 13 1 2 3 4

Search: Search took 0.03 seconds.

  1. Thanks for following up, Jason.

    Thanks for following up, Jason.
  2. Replies
    16
    Views
    1,739

    Hi Craig, Our Spring Framework releases are...

    Hi Craig,

    Our Spring Framework releases are available via the SpringSource EBR [1], and you may be interested in reading up on the recently announced next-generation OSGi bundle repository...
  3. Replies
    0
    Views
    816

    Sticky: Spring Framework 3.2.1 Released

    The first maintenance release in the Spring 3.2.x line is now available via Maven Central, the SpringSource repository, or for direct download from our community download page. This release includes...
  4. Replies
    16
    Views
    1,739

    Yes, our GA releases are intended for production...

    Yes, our GA releases are intended for production use. Note that 3.2.1 will be released very shortly.
  5. Replies
    0
    Views
    599

    Sticky: Spring Framework 3.1.4 Released!

    The fourth maintenance release in the Spring 3.1.x line is now available via Maven Central, the SpringSource repository, or for direct download from our community download page. This release includes...
  6. Replies
    10
    Views
    4,317

    Hi Eugen, Indeed, when putting together a pull...

    Hi Eugen,

    Indeed, when putting together a pull request, just do your best to follow convention with the code around the code you're changing. For various reasons, we don't use automatic formatting...
  7. Replies
    16
    Views
    1,739

    To be clear, it is actually part of the purpose...

    To be clear, it is actually part of the purpose of this change to allow you to include multiple ASM versions within a single application and to do so while guaranteeing no conflict.

    In any case,...
  8. Replies
    16
    Views
    1,739

    It is intentional, yes. Please see...

    It is intentional, yes. Please see http://static.springsource.org/spring-framework/docs/3.2.0.RELEASE/spring-framework-reference/html/migration-3.2.html#migration-3.2-inline-asm for details.
  9. Replies
    16
    Views
    1,739

    Spring Framework 3.2 GA Released

    The Spring team are very happy to announce that Spring Framework 3.2 GA is now released and available via both the SpringSource repository and Maven Central.

    See Juergen's blog post for complete...
  10. Replies
    9
    Views
    1,320

    Spring Framework 3.2 RC2 Released

    The second and final release candidate toward Spring Framework 3.2 is now available from the SpringSource repository

    With GA rapidly approaching this release consists mostly of bug fixes and...
  11. Replies
    0
    Views
    438

    Spring Framework 3.2 RC1 Released

    The first release candidate toward Spring Framework 3.2 is now available from the SpringSource repository

    See Juergen's blog post for complete details, but here are a few highlights from RC1:

    ...
  12. Replies
    0
    Views
    1,239

    Sticky: Spring Framework 3.1.3 Released!

    The third maintenance release in the Spring 3.1.x line is now available via Maven Central, the SpringSource repository, or for direct download from our community download page. This release includes...
  13. Hi Doug, Answers to these questions vary...

    Hi Doug,

    Answers to these questions vary across projects and across individual developers.

    * Most committers do in fact use STS, a few use IDEA. Everyone is free to use the tools that best suit...
  14. 3.2.0.BUILD was indeed the problem. This was...

    3.2.0.BUILD was indeed the problem. This was inadvertently deployed last night to repo.springsource.org, and its name makes it look like a release. It is probably the case that you have Maven version...
  15. What does `mvn dependency:list` tell you? i.e.,...

    What does `mvn dependency:list` tell you? i.e., are you somehow dragging 3.2 M2 into your application?
  16. Right. In any case, dealing with the FactoryBean...

    Right. In any case, dealing with the FactoryBean contract within a @Configuration class is not ideal, fundamentally because @Bean methods *are* factories. i.e. it's awkward to call a factory from...
  17. Hi Tom, Given the situation and preferences...

    Hi Tom,

    Given the situation and preferences that you've described already, the following is the best way to handle the situation:



    @Configuration
    public class MyConfiguration {

    @Bean
  18. Replies
    3
    Views
    3,878

    Spring Framework 3.1.2 Released!

    The second maintenance release in the Spring 3.1.x line is now available via Maven Central, the SpringSource repository, or for direct download from our community download page. This release includes...
  19. Hi Mario, You're free to take shot at...

    Hi Mario,

    You're free to take shot at implementing epub support in the Spring framework Gradle docbook plugin. This isn't a priority for us at the moment (you're the first to ask about it), but...
  20. Replies
    0
    Views
    879

    Spring Framework 3.2 M1 Released!

    The first milestone release toward Spring 3.2 is now available from the SpringSource repository at http://repo.springsource.org. See here for a quick tutorial on resolving these artifacts via Maven....
  21. Keep a watch on...

    Keep a watch on https://jira.springsource.org/browse/SPR-7989 and https://jira.springsource.org/browse/SPR-9272 to be updated when this issue is fixed. In the meantime, running without -ea is the...
  22. @dserodio, repo.springsource.org is the...

    @dserodio,

    repo.springsource.org is the preferred URL going forward.

    See https://github.com/SpringSource/spring-framework/wiki/SpringSource-repository-FAQ for complete details.

    You may also...
  23. Replies
    2
    Views
    1,250

    The core Spring Framework project has extensive...

    The core Spring Framework project has extensive test coverage, though we don't currently have an exact metric, as we have not yet set up Sonar or another code coverage mechanism since the move to...
  24. If you would be willing to reduce this down to...

    If you would be willing to reduce this down to the simplest possible project that reproduces your problem, I'd be happy to take a look. Follow the instructions here to do so:...
  25. Scott, You're correct. The fundamental...

    Scott,

    You're correct. The fundamental problem here is that when using @ContextConfiguration, the ApplicationContext lifecycle is managed for you, and you cannot interact with it early enough...
Results 1 to 25 of 312
Page 1 of 13 1 2 3 4